[Bug middle-end/93940] crazy codegen bug on Og with builtin_constant_p, coverage, and pthread

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 26 04:31:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93940

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  j.d = 0;
  __builtin_unreachable ();


Considering void g::i(a)/4 with 31 size
 to be inlined into void test()/5 in t6777.cc:40
 Estimated badness is -1.161290, frequency 1.00.
Introduced new external node (void __builtin_unreachable()/23).
New minimal size reached: 40
node context cache: 1 hits, 0 misses, 1 initializations


More information about the Gcc-bugs mailing list