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

            Bug ID: 119929
           Summary: [16 Regression] build fails on mips64el-linux-gnu
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

seen with trunk 20250423 on mips64el-linux-gnu:

mips64el-linux-gnuabi64-g++-14 -std=c++14  -fno-PIE -c   -g -DIN_GCC   
-fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall
-Wno-error=narrowing -Wwrite-strings -Wcast-qual -Wno-format   -DHAVE_CONFIG_H
-fno-PIE -I. -Ianalyzer -I../../src/gcc -I../../src/gcc/analyzer
-I../../src/gcc/../include  -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libcody  -I../../src/gcc/../libdecnumber
-I../../src/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../src/gcc/../libbacktrace   -o analyzer/analyzer-language.o -MT
analyzer/analyzer-language.o -MMD -MP -MF analyzer/.deps/analyzer-language.TPo
../../src/gcc/analyzer/analyzer-language.cc
../../src/gcc/config/mips/mips.cc: In function 'void mips_option_override()':
../../src/gcc/config/mips/mips.cc:20681:7: error: 'is_micromips' was not
declared in this scope; did you mean 'OPT_mmicromips'?
20681 |   if (is_micromips && TARGET_MSA)
      |       ^~~~~~~~~~~~
      |       OPT_mmicromips
make[5]: *** [Makefile:2727: mips.o] Error 1
make[5]: *** Waiting for unfinished jobs....
rm gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod
gcov.pod lto-dump.pod gdc.pod
make[5]: Leaving directory
'/build/reproducible-path/gcc-snapshot-20250423/build/gcc'
make[4]: *** [Makefile:5073: all-stage1-gcc] Error 2

Reply via email to