hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

compiled pure program terminates after throwing an instance of 'err' #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On Scientific Linux 6.2, with llvm 3.1 compiled from release sources, and pure 
0.54 compiled from release sources:
1. Create hello.pure as follows:

using system;
printf "Hello, world!\n" ();

2. Compile with pure -c hello.pure -o hello
3. Run as ./hello

Expected output:
Hello, world!

Actual output:
terminate called after throwing an instance of 'err'

Original issue reported on code.google.com by reilith...@gmail.com on 3 Jun 2012 at 2:58

GoogleCodeExporter commented 8 years ago
Fixed in rev. b115e7566045. Thanks for reporting!

Original comment by aggraef@gmail.com on 3 Jun 2012 at 5:41