[Bug middle-end/109545] first_stmt has strange semantics

2023-04-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109545 --- Comment #2 from Richard Biener --- Yep, but it will for label: # DEBUG ... _1 = xyz; return 'label'. It surely depends on what the users intend (and we have only very few). Likely the tree-vect-slp.cc case (I've only added recently .

[Bug middle-end/109545] first_stmt has strange semantics

2023-04-18 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109545 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1