[Bug lto/90434] [regression from 8.x] Incorrect code generation for __builtin_strcmp with LTO and freestanding binary

2021-11-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90434

Richard Biener  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
Version|unknown |9.1.1
 Resolution|--- |INVALID

--- Comment #3 from Richard Biener  ---
Closing.  Please open a new bugreport if you manage to find a reproducer.

[Bug lto/90434] [regression from 8.x] Incorrect code generation for __builtin_strcmp with LTO and freestanding binary

2019-05-15 Thread andrew.cooper3 at citrix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90434

--- Comment #2 from Andrew Cooper  ---
I'm afraid that so far, I haven't found a way to reduce the test case.  I'm
still trying.

[Bug lto/90434] [regression from 8.x] Incorrect code generation for __builtin_strcmp with LTO and freestanding binary

2019-05-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90434

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2019-05-13
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Hi.

Can you please provide a self-contained test-case? Would it be possible to
reproduce that on x86_64 with the -ffreestanding option?