https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104176
Bug ID: 104176
Summary: opts-global.cc:420:62: error: unquoted option name
'--enable-plugin' in format
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
/home/dave/gnu/gcc/objdir/./prev-gcc/xg++
-B/home/dave/gnu/gcc/objdir/./prev-gcc/
-B/opt/gnu/gcc/gcc-12/hppa2.0w-hp-hpux11.11/bin/ -nostdinc++
-B/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-B/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-I/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/home/dave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-L/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-L/home/dave/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-fno-PIE -c -g -O2 -fno-checking -DIN_GCC -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I../../gcc/gcc/../libcody -I/opt/gnu/gcc/gmp/include
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../gcc/gcc/../libbacktrace -o opts-global.o -MT
opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo ../../gcc/gcc/opts-global.cc
../../gcc/gcc/opts-global.cc: In function 'void
handle_common_deferred_options()':
../../gcc/gcc/opts-global.cc:420:62: error: unquoted option name
'--enable-plugin' in format [-Werror=format-diag]
420 | error ("plugin support is disabled; configure with
--enable-plugin");
|
^~~~~~~~~~~~~~~
../../gcc/gcc/opts-global.cc:428:62: error: unquoted option name
'--enable-plugin' in format [-Werror=format-diag]
428 | error ("plugin support is disabled; configure with
--enable-plugin");
|
^~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [Makefile:1143: opts-global.o] Error 1