Re: warnings in dead code
Bruno Haible wrote: Should we report it as a GCC bug? I think so. I created a bug report, here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79479
Re: warnings in dead code
Paul Eggert wrote in https://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00145.html: > >short bar = -32768 <= 10 && 10 <= 32767 ? (short) 10 : 0; > > Although this is valid C code and is well-defined to initialize 'bar' to > 0 on x86-64, pgcc warns "Constant value out of ra