This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/34934] -O1 crash compile *** glibc detected *** /usr/lib/gcc/i486-linux-gnu/4.2.3/cc1: double free or corruption (!prev)



------- Comment #6 from Ralf dot Wildenhues at gmx dot de  2008-01-23 17:12 -------
With the patch I get this:

xgcc -m32 -O1 -c send_tiny.i

send_tiny.i: In function ?sendto_realops_lev?:
send_tiny.i:77: warning: incompatible implicit declaration of built-in function
?strlen?
send_tiny.i:25: internal compiler error: in reachable_at_most_once, at
tree-stdarg.c:102
Please submit a full bug report,

Note that I cannot reproduce the failure without -m32 (on x86_64).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34934


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]