[Bug target/71124] Compiler enters infinite loop on Microblaze with -O1/-O2/-O3

2019-05-24 Thread giulio.benetti at micronovasrl dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124

--- Comment #5 from Giulio Benetti  ---
Sorry for the noise, I didn't know how it worked here.

Anyway this duplicates Bug 85180.

[Bug target/71124] Compiler enters infinite loop on Microblaze with -O1/-O2/-O3

2019-05-22 Thread giulio.benetti at micronovasrl dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124

--- Comment #4 from Giulio Benetti  ---
Previous Comment was wrong.
This duplicates bug:

*** This bug has been marked as a duplicate of bug 85180 ***

[Bug target/71124] Compiler enters infinite loop on Microblaze with -O1/-O2/-O3

2019-05-22 Thread giulio.benetti at micronovasrl dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124

Giulio Benetti  changed:

   What|Removed |Added

 CC||giulio.benetti@micronovasrl
   ||.com

--- Comment #3 from Giulio Benetti  ---
Duplicate then.

*** This bug has been marked as a duplicate of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180 ***

[Bug target/71124] Compiler enters infinite loop on Microblaze with -O1/-O2/-O3

2016-11-05 Thread thomas.petazz...@free-electrons.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124

--- Comment #2 from Thomas Petazzoni  ---
Created attachment 39970
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39970=edit
Another test case demonstration the problem

This additional test case comes from ffmpeg 3.2. This file builds fine with
-Os, but makes the compiler use 100% CPU time indefinitely with -O1, -O2 or
-O3.

[Bug target/71124] Compiler enters infinite loop on Microblaze with -O1/-O2/-O3

2016-05-15 Thread thomas.petazz...@free-electrons.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124

Thomas Petazzoni  changed:

   What|Removed |Added

Version|4.9.3   |6.1.0

--- Comment #1 from Thomas Petazzoni  ---
This bug still exists with gcc 6.1.0, in the same condition (same test case,
same architecture, same optimization levels that work / don't work).