[LLVMbugs] [Bug 200] [llvm-gcc] segfault on the following code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 10 06:50:26 PST 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=200

criswell at uiuc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From criswell at uiuc.edu  2004-03-10 08:50 -------
I'll attempt to remove the confusion:

The attached code to reproduce this bug (PR#200) *used to* reproduce the problem
when my proposed fix for PR#199 was applied to llvm-gcc.

However, I never committed the proposed fix for PR#199 because it miscompiled
programs.  Instead, I added an assertion that causes gcc to abort.  This will
stay there until a proper fix is available.

The llvm-gcc code pertaining to this bug was still incorrect and could have
caused other programs to crash llvm-gcc.  I commited a cleaned-up version of the
fix I proposed here (gcc-3.4/gcc/llvm-expand.c, revision 1.2) and tested it
before adding the assertion for PR#199.

The problem, then, is that I don't have a way to reproduce this bug in our
official llvm-gcc sources.

Since I'm pretty sure PR#200 is fixed, I'll close this bug as there's nothing
more to be done for it.





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list