[Bug tree-optimization/42149] ICE:verify_gimple failed for avr target

2012-01-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42149 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/42149] ICE:verify_gimple failed for avr target

2010-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-03-21 19:02 --- Combine bug (PR 39959) is a different issue from the matrix testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42149

[Bug tree-optimization/42149] ICE:verify_gimple failed for avr target

2010-03-21 Thread mirq-gccboogs at rere dot qmqm dot pl
--- Comment #1 from mirq-gccboogs at rere dot qmqm dot pl 2010-03-21 18:44 --- [looks like bug #39959] The same happens with -combine on following code (arm-none-eabi target): a.h: struct a { int b; int c; }; extern struct a *p asm("r4"); void d(int *); b.c: #incl