[Bug target/67750] undefined local label

2016-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67750 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/67750] undefined local label

2015-09-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67750 Andrew Pinski changed: What|Removed |Added Target||powerpc-abc-linuxeabispe

[Bug target/67750] undefined local label

2015-09-28 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67750 --- Comment #4 from baoshan --- > the "set r0, rx" also has been moved after debug instruction, it would > result the undefined local label issue. Sorry, it should be "It would NOT result the undefined local label issue."

[Bug target/67750] undefined local label

2015-09-28 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67750 --- Comment #3 from baoshan --- (In reply to Andrew Pinski from comment #2) > Can you try 5.x? With the test case this issue can not be reproduced. But I still think the same problem is also existed in 5.x, it works by coincidence: In 4.9.0,