[Bug tree-optimization/89329] "-O2" optimization causes a infinite loop

2019-02-19 Thread jungmin.song at nuance dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89329 --- Comment #2 from Jungmin Song --- My understanding is that the compiler with O2 assumes that 'i' should be under ARR_MAX becuase there was undifend behavior, if it was not. Would you please point me to where is is in C standard? Becuase I'm no

[Bug tree-optimization/89329] "-O2" optimization causes a infinite loop

2019-02-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89329 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c