-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 2336 |
| Resolution | FIXED |
| Resolved on | May 22, 2008 07:25 |
| Version | trunk |
| OS | All |
| Attachments | testcase |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
Extended Description
Bootstrap is broken on linux i686. The stage2 compiler segfaults. I have reduced the problem to wrong code being produced for tree-cfg.c.
The attached tree-cfg.bc is correct. It was produced with -O0. Passing it by "opt -std-compile-opts" produces an invalid output.
To reproduce the bug I am manually linking cc1. If someone wants I can upload the ".o" files.