hughperman / pure-lang

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

Test 58 segfaults on MinGW with llvm 3.0/final #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
More specifically:

$ pure
Pure 0.50 (i686-pc-mingw32) Copyright (c) 2008-2011 by Albert Graef
(Type 'help' for help, 'help copying' for license information.)
Loaded prelude from D:/MinGW/msys/1.0/local/lib/pure/prelude.pure.

> type List = rlistp;
> let x::List = #[1,2,3]; 
segfault

Both llvm and Pure freshly downloaded and compiled.
MinGW gcc version 4.6.1
llvm 3.0 final
Does not happen on Linux...

Original issue reported on code.google.com by jiri.spitz@gmail.com on 5 Dec 2011 at 10:15

GoogleCodeExporter commented 8 years ago
Merged with issue #64.

Original comment by aggraef@gmail.com on 5 Dec 2011 at 9:43