public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap
@ 2021-11-09 16:27 seurer at gcc dot gnu.org
  2021-11-09 16:30 ` [Bug bootstrap/103160] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-11-09 16:27 UTC (permalink / raw)
  To: gcc-bugs

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 <hubicka@ucw.cz>
Date:   Tue Nov 9 16:48:09 2021 +0100

    Merge IPA solution with local one in ipa-modref

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/103160] [12 regression] typo in r12-5060 breaks bootstrap
  2021-11-09 16:27 [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap seurer at gcc dot gnu.org
@ 2021-11-09 16:30 ` redi at gcc dot gnu.org
  2021-11-09 16:30 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2021-11-09 16:30 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-11-09
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/103160] [12 regression] typo in r12-5060 breaks bootstrap
  2021-11-09 16:27 [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap seurer at gcc dot gnu.org
  2021-11-09 16:30 ` [Bug bootstrap/103160] " redi at gcc dot gnu.org
@ 2021-11-09 16:30 ` redi at gcc dot gnu.org
  2021-11-09 16:31 ` mpolacek at gcc dot gnu.org
  2022-11-28 22:55 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2021-11-09 16:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed at g:78dd0de956cbc5a021d3c5e3eb39308c3207936e

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/103160] [12 regression] typo in r12-5060 breaks bootstrap
  2021-11-09 16:27 [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap seurer at gcc dot gnu.org
  2021-11-09 16:30 ` [Bug bootstrap/103160] " redi at gcc dot gnu.org
  2021-11-09 16:30 ` redi at gcc dot gnu.org
@ 2021-11-09 16:31 ` mpolacek at gcc dot gnu.org
  2022-11-28 22:55 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-11-09 16:31 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/103160] [12 regression] typo in r12-5060 breaks bootstrap
  2021-11-09 16:27 [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-11-09 16:31 ` mpolacek at gcc dot gnu.org
@ 2022-11-28 22:55 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-28 22:55 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |12.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-28 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 16:27 [Bug bootstrap/103160] New: [12 regression] typo in r12-5060 breaks bootstrap seurer at gcc dot gnu.org
2021-11-09 16:30 ` [Bug bootstrap/103160] " redi at gcc dot gnu.org
2021-11-09 16:30 ` redi at gcc dot gnu.org
2021-11-09 16:31 ` mpolacek at gcc dot gnu.org
2022-11-28 22:55 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).