public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap
@ 2020-12-16  8:14 marxin at gcc dot gnu.org
  2020-12-16  8:14 ` [Bug ada/98312] " marxin at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-16  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98312
           Summary: [11 Regression] Broken Ada bootstrap
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: obry at gnat dot com
  Target Milestone: ---

Likely since r11-6071-g0feb237657c7c1f057754a8d8132a83adc63250e I see for PGO
bootstrap-lto-lean.mk:

[ 4194s] checking linux/reboot.h presence... yes
[ 4194s] checking for linux/reboot.h... yes
[ 4194s] g-sercom.adb:307:53: "ICANON" is undefined
[ 4194s] make[7]: *** [../gcc-interface/Makefile:299: g-sercom.o] Error 1
[ 4194s] make[7]: *** Waiting for unfinished jobs....

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

* [Bug ada/98312] [11 Regression] Broken Ada bootstrap
  2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
@ 2020-12-16  8:14 ` marxin at gcc dot gnu.org
  2020-12-16 14:16 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-16  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
           Priority|P3                          |P1
      Known to fail|                            |11.0
   Last reconfirmed|                            |2020-12-16
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ebotcazou at gcc dot gnu.org
     Ever confirmed|0                           |1
      Known to work|                            |10.2.0

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

* [Bug ada/98312] [11 Regression] Broken Ada bootstrap
  2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
  2020-12-16  8:14 ` [Bug ada/98312] " marxin at gcc dot gnu.org
@ 2020-12-16 14:16 ` ebotcazou at gcc dot gnu.org
  2020-12-16 16:13 ` pmderodat at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-12-16 14:16 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-cvs/2020-December/33
                   |                            |9290.html
             Status|NEW                         |RESOLVED

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
.

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

* [Bug ada/98312] [11 Regression] Broken Ada bootstrap
  2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
  2020-12-16  8:14 ` [Bug ada/98312] " marxin at gcc dot gnu.org
  2020-12-16 14:16 ` ebotcazou at gcc dot gnu.org
@ 2020-12-16 16:13 ` pmderodat at gcc dot gnu.org
  2020-12-16 16:19 ` marxin at gcc dot gnu.org
  2020-12-16 16:22 ` pmderodat at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pmderodat at gcc dot gnu.org @ 2020-12-16 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

pmderodat at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pmderodat at gcc dot gnu.org
                 CC|                            |pmderodat at gcc dot gnu.org

--- Comment #2 from pmderodat at gcc dot gnu.org ---
Hello Martin,

Thank you for reporting this and sorry for the inconvenience! As discussed on
gcc-patches@, I suspect that my testing hasn’t detected this because of some
inconsistency with my incremental builds.

This should be fixed now that
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=cbe22e189a355f19eb1344fcaf91bc2bb0b95f36
is pushed.

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

* [Bug ada/98312] [11 Regression] Broken Ada bootstrap
  2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-12-16 16:13 ` pmderodat at gcc dot gnu.org
@ 2020-12-16 16:19 ` marxin at gcc dot gnu.org
  2020-12-16 16:22 ` pmderodat at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-16 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Thank you for the fix, it works for me.

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

* [Bug ada/98312] [11 Regression] Broken Ada bootstrap
  2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-12-16 16:19 ` marxin at gcc dot gnu.org
@ 2020-12-16 16:22 ` pmderodat at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pmderodat at gcc dot gnu.org @ 2020-12-16 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from pmderodat at gcc dot gnu.org ---
That’s a relief, thank you for the confirmation :)

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

end of thread, other threads:[~2020-12-16 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  8:14 [Bug ada/98312] New: [11 Regression] Broken Ada bootstrap marxin at gcc dot gnu.org
2020-12-16  8:14 ` [Bug ada/98312] " marxin at gcc dot gnu.org
2020-12-16 14:16 ` ebotcazou at gcc dot gnu.org
2020-12-16 16:13 ` pmderodat at gcc dot gnu.org
2020-12-16 16:19 ` marxin at gcc dot gnu.org
2020-12-16 16:22 ` pmderodat 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).