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

            Bug ID: 103160
           Summary: [12 regression] typo in r12-5060 breaks bootstrap
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:7798ae1a15055fe956978453ea62932d680ace72, r12-5060

g++  -fno-PIE -c   -g -O2 -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 -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/home/seurer/gcc/git/gcc-test/gcc
-I/home/seurer/gcc/git/gcc-test/gcc/.
-I/home/seurer/gcc/git/gcc-test/gcc/../include
-I/home/seurer/gcc/git/gcc-test/gcc/../libcpp/include
-I/home/seurer/gcc/git/gcc-test/gcc/../libcody
-I/home/seurer/gcc/git/build/gcc-test/./gmp -I/home/seurer/gcc/git/gcc-test/gmp
-I/home/seurer/gcc/git/build/gcc-test/./mpfr/src
-I/home/seurer/gcc/git/gcc-test/mpfr/src
-I/home/seurer/gcc/git/gcc-test/mpc/src 
-I/home/seurer/gcc/git/gcc-test/gcc/../libdecnumber
-I/home/seurer/gcc/git/gcc-test/gcc/../libdecnumber/dpd -I../libdecnumber
-I/home/seurer/gcc/git/gcc-test/gcc/../libbacktrace
-I/home/seurer/gcc/git/build/gcc-test/./isl/include
-I/home/seurer/gcc/git/gcc-test/isl/include  -o ipa-modref.o -MT ipa-modref.o
-MMD -MP -MF ./.deps/ipa-modref.TPo
/home/seurer/gcc/git/gcc-test/gcc/ipa-modref.c
/home/seurer/gcc/git/gcc-test/gcc/ipa-modref.c: In function 'void
{anonymous}::analyze_parms(modref_summary*, modref_summary_lto*, bool,
vec<unsigned char, va_heap, vl_ptr>&, int, int)':
/home/seurer/gcc/git/gcc-test/gcc/ipa-modref.c:2491:2: error: 'lags' was not
declared in this scope
  lags |= past;
  ^~~~
/home/seurer/gcc/git/gcc-test/gcc/ipa-modref.c:2491:2: note: suggested
alternative: 'flags'
  lags |= past;
  ^~~~
  flags
make[2]: *** [Makefile:1138: ipa-modref.o] Error 1



commit 7798ae1a15055fe956978453ea62932d680ace72
Author: Jan Hubicka <hubi...@ucw.cz>
Date:   Tue Nov 9 16:48:09 2021 +0100

    Merge IPA solution with local one in ipa-modref

Reply via email to