hughperman / pure-lang

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

LLVM 3.1 assertion when const is redefined #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
LLVM 3.1 assertion when const is redefined makes test084 fail on 32 bit systems 
if LLVM is compiled with assertions enabled. Is this an LLVM bug?

Cf. 
http://groups.google.com/group/pure-lang/browse_thread/thread/05589603fbc9f19a

Original issue reported on code.google.com by aggraef@gmail.com on 28 Sep 2012 at 8:26

GoogleCodeExporter commented 8 years ago
With LLVM 3.2 (rc1) this is now reproducible on 64 bit systems as well.

Original comment by aggraef@gmail.com on 19 Nov 2012 at 8:53

GoogleCodeExporter commented 8 years ago
Fixed in rev. 89e330488e4d 
(http://code.google.com/p/pure-lang/source/detail?r=89e330488e4d584959c8ac604b5a
b9c23cca5a49).

Original comment by aggraef@gmail.com on 19 Nov 2012 at 10:07