[Bug c/41052] ICE: verify_gimple failed when using -combine

2009-09-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-09-18 05:10 --- *** This bug has been marked as a duplicate of 39959 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/41052] ICE: verify_gimple failed when using -combine

2009-08-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-08-13 08:47 --- LTO gets this right. It will work with --disable-checking, but eventually miscompile because you will have two struct s which will get two different alias-sets. -- rguenth at gcc dot gnu dot org changed:

[Bug c/41052] ICE: verify_gimple failed when using -combine

2009-08-12 Thread cthiel at cse dot unl dot edu
--- Comment #1 from cthiel at cse dot unl dot edu 2009-08-13 05:37 --- Created an attachment (id=18349) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18349&action=view) Testcase Attaching two files since this bug depends on the -combine flag and multiple input files. -- http: