[Bug tree-optimization/39041] ICE on valid during vrp2

2009-01-30 Thread bernds_cb1 at t-online dot de
--- Comment #1 from bernds_cb1 at t-online dot de 2009-01-30 10:51 --- Created an attachment (id=17212) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17212&action=view) Testcase to reproduce the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39041

[Bug tree-optimization/39041] ICE on valid during vrp2

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-01-30 13:39 --- Confirmed. There's a type mismatch in the substituted statement: pretmp.27_29 = *&cpumask.bits[0] arg 1 arg 0 constant invariant arg 0 arg 0

[Bug tree-optimization/39041] ICE on valid during vrp2

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-01-30 13:46 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|