Martin Jambor changed bug 1222377
What Removed Added
Blocks   1220571
CC   mjambor@suse.com

Comment # 2 on bug 1222377 from Martin Jambor
I can build nodejs21 (build service revision 8 in Factory) and
nodejs22 (build service revision 1 in Factory) with GCC 14 when I add
-fpermissive to assignment to CFLAGS in the spec file.  Neither is
buildable with GCC 14 as-is.

This indicates that there is an instance of a new error in GCC 14
(which previously was just a warning). For more information see
https://gcc.gnu.org/gcc-14/porting_to.html and meta bug #1220571.

It can be reproduced locally with command: osc build --clean
--alternative-project home:rguenther:nextgcc


You are receiving this mail because: