--- Comment #5 from marcus at jet dot franken dot de 2007-09-05 15:22
---
its was happening for various SVN revisions, and now no longer does.
And there is a strcpy() in the function, so it might just be the same.
I guess it is fixed :)
--
marcus at jet dot franken dot de changed:
--- Comment #4 from jakub at gcc dot gnu dot org 2007-09-05 14:03 ---
Given the backtrace I believe it is the same issue, particularly that
__builtin___strcpy_chk call was folded into __builtin_strcpy, set_rhs
copied over the annotations from the former to the latter CALL_EXPR, but
cgrap
--- Comment #3 from jakub at gcc dot gnu dot org 2007-09-05 13:59 ---
This testcase with ENABLE_GC_ALWAYS_COLLECT ICEs here in validate_free_objects
in r127491, but is cured by the
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127946
fix, at which point it compiles just fine with alwa
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33107
--- Comment #2 from marcus at jet dot franken dot de 2007-08-18 17:36
---
Created an attachment (id=14073)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14073&action=view)
network.i
needs a i386 target build (-m32 on x86_64)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=331
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-18 17:25 ---
> Unfortunately it only happens with full C source.
Stll attach the preprocessed source, I know how to handle GC issues.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33107
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|