public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
@ 2020-12-17  8:31 glaubitz at physik dot fu-berlin.de
  2020-12-18  8:00 ` [Bug target/98341] " mikpelinux at gmail dot com
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2020-12-17  8:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98341
           Summary: [11 Regression] Ada bootstrap fails with Storage_Error
                    stack overflow or erroneous memory access on m68k
           Product: gcc
           Version: 11.0
               URL: https://buildd.debian.org/status/fetch.php?pkg=gcc-sna
                    pshot&arch=m68k&ver=1%3A20201214-1&stamp=1608126919&ra
                    w=0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: glaubitz at physik dot fu-berlin.de
  Target Milestone: ---
            Target: m68k-*-*

Bootstrapping Ada works fine with gcc-10, but is broken with gcc-11/trunk:

+===========================GNAT BUG DETECTED==============================+
| 11.0.0 20201214 (experimental) [master revision
cf7efe2d36f:0bf15ad54b9:ab28eac607637a641fbec27c5f6bbe9b6197c80f]
(m68k-linux-gnu) |
| Storage_Error stack overflow or erroneous memory access                  |
| No source file position information available                            |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ .              |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

../../src/gcc/ada/gcc-interface/system.ads
../../src/gcc/ada/sem_aggr.adb
../../src/gcc/ada/sem_aggr.ads
../../src/gcc/ada/types.ads
../../src/gcc/ada/libgnat/unchconv.ads
../../src/gcc/ada/libgnat/unchdeal.ads
../../src/gcc/ada/aspects.ads
../../src/gcc/ada/namet.ads
../../src/gcc/ada/alloc.ads
../../src/gcc/ada/hostparm.ads
../../src/gcc/ada/table.ads
ada/snames.ads
../../src/gcc/ada/atree.ads
../../src/gcc/ada/sinfo.ads
../../src/gcc/ada/uintp.ads
../../src/gcc/ada/urealp.ads
../../src/gcc/ada/einfo.ads
../../src/gcc/ada/checks.ads
../../src/gcc/ada/errout.ads
../../src/gcc/ada/err_vars.ads
../../src/gcc/ada/erroutc.ads
../../src/gcc/ada/elists.ads
../../src/gcc/ada/expander.ads
../../src/gcc/ada/exp_ch6.ads
../../src/gcc/ada/exp_tss.ads
../../src/gcc/ada/exp_util.ads
../../src/gcc/ada/rtsfind.ads
../../src/gcc/ada/freeze.ads
../../src/gcc/ada/itypes.ads
../../src/gcc/ada/sem_util.ads
../../src/gcc/ada/opt.ads
../../src/gcc/ada/libgnat/s-string.ads
../../src/gcc/ada/libgnat/ada.ads
../../src/gcc/ada/libgnat/a-uncdea.ads
../../src/gcc/ada/libgnat/s-wchcon.ads
../../src/gcc/ada/lib.ads
../../src/gcc/ada/libgnat/gnat.ads
../../src/gcc/ada/libgnat/g-htable.ads
../../src/gcc/ada/libgnat/s-htable.ads
../../src/gcc/ada/lib-xref.ads
../../src/gcc/ada/spark_xrefs.ads
../../src/gcc/ada/namet-sp.ads
ada/nmake.ads
../../src/gcc/ada/nlists.ads
../../src/gcc/ada/restrict.ads
../../src/gcc/ada/rident.ads
../../src/gcc/ada/libgnat/s-rident.ads
../../src/gcc/ada/sem.ads
../../src/gcc/ada/sem_aux.ads
../../src/gcc/ada/sem_cat.ads
../../src/gcc/ada/sem_ch3.ads
../../src/gcc/ada/sem_ch5.ads
../../src/gcc/ada/sem_ch8.ads
../../src/gcc/ada/sem_ch13.ads
../../src/gcc/ada/sem_disp.ads
../../src/gcc/ada/sem_dim.ads
../../src/gcc/ada/sem_eval.ads
../../src/gcc/ada/sem_res.ads
../../src/gcc/ada/sem_type.ads
../../src/gcc/ada/sem_warn.ads
../../src/gcc/ada/stringt.ads
../../src/gcc/ada/stand.ads
../../src/gcc/ada/style.ads
../../src/gcc/ada/styleg.ads
../../src/gcc/ada/targparm.ads
../../src/gcc/ada/tbuild.ads
../../src/gcc/ada/ttypes.ads
../../src/gcc/ada/set_targ.ads
../../src/gcc/ada/libgnat/s-stalib.ads
../../src/gcc/ada/libgnat/a-unccon.ads
../../src/gcc/ada/libgnat/s-exctab.ads
../../src/gcc/ada/libgnat/s-unstyp.ads
../../src/gcc/ada/libgnat/s-conca2.ads
../../src/gcc/ada/libgnat/s-assert.ads
../../src/gcc/ada/libgnat/a-except.ads
../../src/gcc/ada/libgnat/s-parame.ads
../../src/gcc/ada/libgnat/s-traent.ads
../../src/gcc/ada/atree.adb
../../src/gcc/ada/debug.ads
../../src/gcc/ada/output.ads
../../src/gcc/ada/libgnat/s-os_lib.ads
../../src/gcc/ada/sinput.ads
../../src/gcc/ada/casing.ads
../../src/gcc/ada/libgnat/g-hesorg.ads

compilation abandoned
make[5]: *** [../../src/gcc/ada/gcc-interface/Make-lang.in:139: ada/sem_aggr.o]
Error 1
make[5]: *** Waiting for unfinished jobs....
rm gpl.pod cpp.pod fsf-funding.pod gcc.pod gfdl.pod gcov-tool.pod lto-dump.pod
gcov.pod gcov-dump.pod gdc.pod gfortran.pod

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
@ 2020-12-18  8:00 ` mikpelinux at gmail dot com
  2020-12-22  8:44 ` glaubitz at physik dot fu-berlin.de
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: mikpelinux at gmail dot com @ 2020-12-18  8:00 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpelinux at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpelinux at gmail dot com

--- Comment #1 from Mikael Pettersson <mikpelinux at gmail dot com> ---
I recently got a similar error which I'm currently trying to bisect.
gcc-11-20201018 was Ok.

+===========================GNAT BUG DETECTED==============================+
| 11.0.0 20201206 (experimental) (m68k-unknown-linux-gnu) Storage_Error stack
overflow or erroneous memory access|
| No source file position information available                            |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ .              |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

/mnt/scratch/gcc-11-20201206/gcc/ada/gcc-interface/system.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-except.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-except.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/ada.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-parame.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-stalib.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-unccon.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-traent.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-except.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-excdeb.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-soflin.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-secsta.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-stoele.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-stache.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-wchcon.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-wchstw.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-traceb.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-trasym.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-exctab.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-excach.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-exexda.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-exexpr.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-uncdea.ads
ada/libgnat/s-excmac.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-exextr.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-elchha.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-imgint.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-imagei.ads
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/a-exstat.adb
/mnt/scratch/gcc-11-20201206/gcc/ada/libgnat/s-stoele.adb

compilation abandoned
make[3]: ***
[/mnt/scratch/gcc-11-20201206/gcc/ada/gcc-interface/Make-lang.in:1053:
ada/libgnat/a-except.o] Error 1
make[3]: Leaving directory '/mnt/scratch/objdir11/gcc'
make[2]: *** [Makefile:4820: all-stage3-gcc] Error 2
make[2]: Leaving directory '/mnt/scratch/objdir11'
make[1]: *** [Makefile:20508: stage3-bubble] Error 2
make[1]: Leaving directory '/mnt/scratch/objdir11'
make: *** [Makefile:20572: bootstrap] Error 2

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
  2020-12-18  8:00 ` [Bug target/98341] " mikpelinux at gmail dot com
@ 2020-12-22  8:44 ` glaubitz at physik dot fu-berlin.de
  2020-12-22 15:29 ` mhillen at linux dot ibm.com
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2020-12-22  8:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
I have started to bisect this now. aa80d0650ce612d88a62d072b63c2523d547fca8 is
still good while HEAD is broken.

It will take a while until I have a result as I have to perform this bisecting
on qemu-user.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
  2020-12-18  8:00 ` [Bug target/98341] " mikpelinux at gmail dot com
  2020-12-22  8:44 ` glaubitz at physik dot fu-berlin.de
@ 2020-12-22 15:29 ` mhillen at linux dot ibm.com
  2020-12-26 20:19 ` glaubitz at physik dot fu-berlin.de
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: mhillen at linux dot ibm.com @ 2020-12-22 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marius Hillenbrand <mhillen at linux dot ibm.com> ---
Potential duplicate: I have seen very similar errors on s390x while reproducing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98228

There, bisecting lead back to d119f34c952f ("New modref/ipa_modref optimization
passes"). In my tests, the first stage that is compiled with -flto then later
fails with errors of that kind (e.g., stage3 with config bootstrap-lto-lean).


.../gcc/build-ada3/./prev-gcc/xgcc -B/.../gcc/build-ada3/./prev-gcc/ 
-fchecking=1 -c -g -O2 -fchecking=1 -flto=jobserver -frandom-seed=1  -gnatpg
-gnata -W -Wall -nostdinc -I- -I. -Iada/generated -Iada -Iada/gcc-interface
-I..
/../gcc/ada -I../../gcc/ada/gcc-interface -Iada/libgnat -I../../gcc/ada/libgnat
../../gcc/ada/libgnat/a-elchha.adb -o ada/libgnat/a-elchha.o
+===========================GNAT BUG DETECTED==============================+
| 11.0.0 20201218 (experimental) (s390x-linux-gnu) Storage_Error stack overflow
or erroneous memory access|
| Error detected at a-elchha.adb:144:20                                    |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ .              |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

../../gcc/ada/gcc-interface/system.ads
../../gcc/ada/libgnat/a-elchha.adb
../../gcc/ada/libgnat/a-elchha.ads
../../gcc/ada/libgnat/a-except.ads
../../gcc/ada/libgnat/ada.ads
../../gcc/ada/libgnat/s-parame.ads
../../gcc/ada/libgnat/s-stalib.ads
../../gcc/ada/libgnat/a-unccon.ads
../../gcc/ada/libgnat/s-traent.ads
../../gcc/ada/libgnat/s-soflin.ads
../../gcc/ada/libgnat/s-secsta.ads
../../gcc/ada/libgnat/s-stoele.ads
../../gcc/ada/libgnat/s-stache.ads


and
.../gcc/build-ada3/./prev-gcc/xgcc -B/.../gcc/build-ada3/./prev-gcc/ 
-fchecking=1 -c -g -O2 -fchecking=1 -flto=jobserver -frandom-seed=1  -gnatpg
-gnata -W -Wall -g -O1 -fno-inline \
 -nostdinc -I- -I. -Iada/generated -Iada -Iada/gcc-interface -I../../gcc/ada
-I../../gcc/ada/gcc-interface -Iada/libgnat -I../
../gcc/ada/libgnat ../../gcc/ada/libgnat/a-except.adb -o ada/libgnat/a-except.o
+===========================GNAT BUG DETECTED==============================+
| 11.0.0 20201218 (experimental) (s390x-linux-gnu) Storage_Error stack overflow
or erroneous memory access|
| Error detected at a-exexda.adb:472:23                                    |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ .              |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

../../gcc/ada/gcc-interface/system.ads
../../gcc/ada/libgnat/a-except.adb
../../gcc/ada/libgnat/a-except.ads
../../gcc/ada/libgnat/ada.ads
../../gcc/ada/libgnat/s-parame.ads
../../gcc/ada/libgnat/s-stalib.ads
../../gcc/ada/libgnat/a-unccon.ads
../../gcc/ada/libgnat/s-traent.ads
../../gcc/ada/libgnat/s-except.ads
../../gcc/ada/libgnat/s-excdeb.ads
../../gcc/ada/libgnat/s-soflin.ads
../../gcc/ada/libgnat/s-secsta.ads
../../gcc/ada/libgnat/s-stoele.ads
../../gcc/ada/libgnat/s-stache.ads
../../gcc/ada/libgnat/s-wchcon.ads
../../gcc/ada/libgnat/s-wchstw.ads
../../gcc/ada/libgnat/s-traceb.ads
../../gcc/ada/libgnat/s-trasym.ads
../../gcc/ada/libgnat/s-exctab.ads
../../gcc/ada/libgnat/a-excach.adb
../../gcc/ada/libgnat/a-exexda.adb

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (2 preceding siblings ...)
  2020-12-22 15:29 ` mhillen at linux dot ibm.com
@ 2020-12-26 20:19 ` glaubitz at physik dot fu-berlin.de
  2021-01-14  8:10 ` rguenth at gcc dot gnu.org
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2020-12-26 20:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
This regression was introduced by:

commit d7e20130650fb46d71e0403652e4e07bc14f9775 (refs/bisect/bad)
Author: Justin Squirek <squirek@adacore.com>
Date:   Mon Aug 10 12:05:07 2020 -0400

    [Ada] Reimplementation of accessibility checking

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (3 preceding siblings ...)
  2020-12-26 20:19 ` glaubitz at physik dot fu-berlin.de
@ 2021-01-14  8:10 ` rguenth at gcc dot gnu.org
  2021-02-04 10:50 ` mikpelinux at gmail dot com
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-14  8:10 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (4 preceding siblings ...)
  2021-01-14  8:10 ` rguenth at gcc dot gnu.org
@ 2021-02-04 10:50 ` mikpelinux at gmail dot com
  2021-02-04 10:58 ` glaubitz at physik dot fu-berlin.de
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: mikpelinux at gmail dot com @ 2021-02-04 10:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Mikael Pettersson <mikpelinux at gmail dot com> ---
(In reply to John Paul Adrian Glaubitz from comment #4)
> This regression was introduced by:
> 
> commit d7e20130650fb46d71e0403652e4e07bc14f9775 (refs/bisect/bad)
> Author: Justin Squirek <squirek@adacore.com>
> Date:   Mon Aug 10 12:05:07 2020 -0400
> 
>     [Ada] Reimplementation of accessibility checking

My git bisect landed on this commit too.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (5 preceding siblings ...)
  2021-02-04 10:50 ` mikpelinux at gmail dot com
@ 2021-02-04 10:58 ` glaubitz at physik dot fu-berlin.de
  2021-02-04 11:05 ` charlet at gcc dot gnu.org
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-02-04 10:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Mikael Pettersson from comment #5)
> My git bisect landed on this commit too.

I just pinged Justin again. He unfortunately doesn't seem to have a Bugzilla
account, so we can't add him in the CC list of this bug report.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (6 preceding siblings ...)
  2021-02-04 10:58 ` glaubitz at physik dot fu-berlin.de
@ 2021-02-04 11:05 ` charlet at gcc dot gnu.org
  2021-02-07 11:30 ` glaubitz at physik dot fu-berlin.de
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: charlet at gcc dot gnu.org @ 2021-02-04 11:05 UTC (permalink / raw)
  To: gcc-bugs

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

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #7 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
Well the change was a big change so it's hard to guess why it caused this issue
but it's quite possible that this change is fine on its own and exposing a
latent issue.

In other words, the bisect result isn't very useful here and I'd recommend
investigating this change from scratch, getting a useful backtrace from gdb and
understanding where this is crashing and then why.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (7 preceding siblings ...)
  2021-02-04 11:05 ` charlet at gcc dot gnu.org
@ 2021-02-07 11:30 ` glaubitz at physik dot fu-berlin.de
  2021-02-07 12:01 ` charlet at gcc dot gnu.org
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-02-07 11:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Arnaud Charlet from comment #7)
> In other words, the bisect result isn't very useful here and I'd recommend
> investigating this change from scratch, getting a useful backtrace from gdb
> and understanding where this is crashing and then why.

I can certainly generate a backtrace in GDB, but I'm not an Ada expert which is
why I reported the issue and hoped that the author of the change would be able
to understand what the problem is.

It could also be possible that the change makes some assumptions of the
underlying ABI that may well be true for x86_64 but not m68k.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (8 preceding siblings ...)
  2021-02-07 11:30 ` glaubitz at physik dot fu-berlin.de
@ 2021-02-07 12:01 ` charlet at gcc dot gnu.org
  2021-02-07 12:03 ` glaubitz at physik dot fu-berlin.de
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: charlet at gcc dot gnu.org @ 2021-02-07 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
The problem is somehow specific to m68k, for some unknown reason. There is
nothing target specific in the change, no assumption is made on the underlying
target.

What we need now is a debugging session from someone who has a setup to
reproduce.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (9 preceding siblings ...)
  2021-02-07 12:01 ` charlet at gcc dot gnu.org
@ 2021-02-07 12:03 ` glaubitz at physik dot fu-berlin.de
  2021-04-09  8:00 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-02-07 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Arnaud Charlet from comment #9)
> The problem is somehow specific to m68k, for some unknown reason. There is
> nothing target specific in the change, no assumption is made on the
> underlying target.
> 
> What we need now is a debugging session from someone who has a setup to
> reproduce.

See here on how to set up a qemu environment:
https://wiki.debian.org/M68k/QemuSystemM68k

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (10 preceding siblings ...)
  2021-02-07 12:03 ` glaubitz at physik dot fu-berlin.de
@ 2021-04-09  8:00 ` rguenth at gcc dot gnu.org
  2021-04-27 11:39 ` [Bug target/98341] [11/12 " jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-09  8:00 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (11 preceding siblings ...)
  2021-04-09  8:00 ` rguenth at gcc dot gnu.org
@ 2021-04-27 11:39 ` jakub at gcc dot gnu.org
  2021-05-02  9:02 ` reiter.christoph at gmail dot com
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-27 11:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.0                        |11.2

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.1 has been released, retargeting bugs to GCC 11.2.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (12 preceding siblings ...)
  2021-04-27 11:39 ` [Bug target/98341] [11/12 " jakub at gcc dot gnu.org
@ 2021-05-02  9:02 ` reiter.christoph at gmail dot com
  2021-05-02  9:32 ` ebotcazou at gcc dot gnu.org
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: reiter.christoph at gmail dot com @ 2021-05-02  9:02 UTC (permalink / raw)
  To: gcc-bugs

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

Christoph Reiter <reiter.christoph at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reiter.christoph at gmail dot com

--- Comment #12 from Christoph Reiter <reiter.christoph at gmail dot com> ---
Note sure if this is related, but the 32bit Windows build of 11.1.0 fails in a
similar way:

gnat1.exe: warning: command-line option '-Wno-pedantic-ms-format' is valid for
C/C++/ObjC/ObjC++ but not for Ada
make[3]: *** [../../gcc-11.1.0/gcc/ada/gcc-interface/Make-lang.in:1052:
ada/libgnat/a-except.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gcc.pod gfortran.pod
make[3]: Leaving directory '/C/_/mingw-w64-gcc/src/build-i686-w64-mingw32/gcc'
make[2]: *** [Makefile:4833: all-stage2-gcc] Error 2
make[2]: Leaving directory '/C/_/mingw-w64-gcc/src/build-i686-w64-mingw32'
make[1]: *** [Makefile:26006: stage2-bubble] Error 2
make[1]: Leaving directory '/C/_/mingw-w64-gcc/src/build-i686-w64-mingw32'
make: *** [Makefile:1013: all] Error 2

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (13 preceding siblings ...)
  2021-05-02  9:02 ` reiter.christoph at gmail dot com
@ 2021-05-02  9:32 ` ebotcazou at gcc dot gnu.org
  2021-05-02  9:33 ` [Bug target/98341] [11/12 Regression] Ada bootstrap fails with " ebotcazou at gcc dot gnu.org
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2021-05-02  9:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Note sure if this is related, but the 32bit Windows build of 11.1.0 fails in
> a similar way:

Not all build failures are similar because they affect the Ada compiler! 
Please open a separate TN for your problem, this one is for m68k.  Thanks in
advance.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (14 preceding siblings ...)
  2021-05-02  9:32 ` ebotcazou at gcc dot gnu.org
@ 2021-05-02  9:33 ` ebotcazou at gcc dot gnu.org
  2021-07-28  7:05 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2021-05-02  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11/12 Regression] Ada      |[11/12 Regression] Ada
                   |bootstrap fails with        |bootstrap fails with
                   |Storage_Error stack         |erroneous memory access on
                   |overflow or erroneous       |m68k
                   |memory access on m68k       |
   Last reconfirmed|                            |2021-05-02
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1

--- Comment #14 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
We need at least a backtrace.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (15 preceding siblings ...)
  2021-05-02  9:33 ` [Bug target/98341] [11/12 Regression] Ada bootstrap fails with " ebotcazou at gcc dot gnu.org
@ 2021-07-28  7:05 ` rguenth at gcc dot gnu.org
  2022-02-23 10:06 ` glaubitz at physik dot fu-berlin.de
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  7:05 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.2                        |11.3

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.2 is being released, retargeting bugs to GCC 11.3

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (16 preceding siblings ...)
  2021-07-28  7:05 ` rguenth at gcc dot gnu.org
@ 2022-02-23 10:06 ` glaubitz at physik dot fu-berlin.de
  2022-02-23 10:18 ` ebotcazou at gcc dot gnu.org
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-02-23 10:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
Just as a heads-up: This has been fixed for me with gcc-12. I can successfully
bootstrap Ada in gcc-12 with gnat-10.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (17 preceding siblings ...)
  2022-02-23 10:06 ` glaubitz at physik dot fu-berlin.de
@ 2022-02-23 10:18 ` ebotcazou at gcc dot gnu.org
  2022-02-23 10:33 ` glaubitz at physik dot fu-berlin.de
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2022-02-23 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Just as a heads-up: This has been fixed for me with gcc-12. I can
> successfully bootstrap Ada in gcc-12 with gnat-10.

Great.  What about gcc-11?

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (18 preceding siblings ...)
  2022-02-23 10:18 ` ebotcazou at gcc dot gnu.org
@ 2022-02-23 10:33 ` glaubitz at physik dot fu-berlin.de
  2022-02-24  9:57 ` glaubitz at physik dot fu-berlin.de
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-02-23 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Eric Botcazou from comment #17)
> > Just as a heads-up: This has been fixed for me with gcc-12. I can
> > successfully bootstrap Ada in gcc-12 with gnat-10.
> 
> Great.  What about gcc-11?

The git snapshot 20220130 from the gcc-11 branch still fails. However, since
Matthias just uploaded 20220222, I can try that as well and report back.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (19 preceding siblings ...)
  2022-02-23 10:33 ` glaubitz at physik dot fu-berlin.de
@ 2022-02-24  9:57 ` glaubitz at physik dot fu-berlin.de
  2022-04-21  7:48 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-02-24  9:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #19 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to John Paul Adrian Glaubitz from comment #18)
> The git snapshot 20220130 from the gcc-11 branch still fails. However, since
> Matthias just uploaded 20220222, I can try that as well and report back.

gcc-11 is still affected.

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

* [Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (20 preceding siblings ...)
  2022-02-24  9:57 ` glaubitz at physik dot fu-berlin.de
@ 2022-04-21  7:48 ` rguenth at gcc dot gnu.org
  2022-04-28 15:02 ` [Bug target/98341] [11/12/13 " glaubitz at physik dot fu-berlin.de
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:48 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug target/98341] [11/12/13 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (21 preceding siblings ...)
  2022-04-21  7:48 ` rguenth at gcc dot gnu.org
@ 2022-04-28 15:02 ` glaubitz at physik dot fu-berlin.de
  2022-04-28 16:02 ` [Bug target/98341] [11 " egallager at gcc dot gnu.org
  2023-05-29 10:03 ` jakub at gcc dot gnu.org
  24 siblings, 0 replies; 26+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-04-28 15:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #21 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
This issue is fixed in 12 and presumably also in version 13. So the title is
misleading.

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (22 preceding siblings ...)
  2022-04-28 15:02 ` [Bug target/98341] [11/12/13 " glaubitz at physik dot fu-berlin.de
@ 2022-04-28 16:02 ` egallager at gcc dot gnu.org
  2023-05-29 10:03 ` jakub at gcc dot gnu.org
  24 siblings, 0 replies; 26+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-04-28 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org
            Summary|[11/12/13 Regression] Ada   |[11 Regression] Ada
                   |bootstrap fails with        |bootstrap fails with
                   |erroneous memory access on  |erroneous memory access on
                   |m68k                        |m68k

--- Comment #22 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to John Paul Adrian Glaubitz from comment #21)
> This issue is fixed in 12 and presumably also in version 13. So the title is
> misleading.

It is? OK, I'll retitle then...

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

* [Bug target/98341] [11 Regression] Ada bootstrap fails with erroneous memory access on m68k
  2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
                   ` (23 preceding siblings ...)
  2022-04-28 16:02 ` [Bug target/98341] [11 " egallager at gcc dot gnu.org
@ 2023-05-29 10:03 ` jakub at gcc dot gnu.org
  24 siblings, 0 replies; 26+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:03 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #23 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

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

end of thread, other threads:[~2023-05-29 10:03 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  8:31 [Bug target/98341] New: [11 Regression] Ada bootstrap fails with Storage_Error stack overflow or erroneous memory access on m68k glaubitz at physik dot fu-berlin.de
2020-12-18  8:00 ` [Bug target/98341] " mikpelinux at gmail dot com
2020-12-22  8:44 ` glaubitz at physik dot fu-berlin.de
2020-12-22 15:29 ` mhillen at linux dot ibm.com
2020-12-26 20:19 ` glaubitz at physik dot fu-berlin.de
2021-01-14  8:10 ` rguenth at gcc dot gnu.org
2021-02-04 10:50 ` mikpelinux at gmail dot com
2021-02-04 10:58 ` glaubitz at physik dot fu-berlin.de
2021-02-04 11:05 ` charlet at gcc dot gnu.org
2021-02-07 11:30 ` glaubitz at physik dot fu-berlin.de
2021-02-07 12:01 ` charlet at gcc dot gnu.org
2021-02-07 12:03 ` glaubitz at physik dot fu-berlin.de
2021-04-09  8:00 ` rguenth at gcc dot gnu.org
2021-04-27 11:39 ` [Bug target/98341] [11/12 " jakub at gcc dot gnu.org
2021-05-02  9:02 ` reiter.christoph at gmail dot com
2021-05-02  9:32 ` ebotcazou at gcc dot gnu.org
2021-05-02  9:33 ` [Bug target/98341] [11/12 Regression] Ada bootstrap fails with " ebotcazou at gcc dot gnu.org
2021-07-28  7:05 ` rguenth at gcc dot gnu.org
2022-02-23 10:06 ` glaubitz at physik dot fu-berlin.de
2022-02-23 10:18 ` ebotcazou at gcc dot gnu.org
2022-02-23 10:33 ` glaubitz at physik dot fu-berlin.de
2022-02-24  9:57 ` glaubitz at physik dot fu-berlin.de
2022-04-21  7:48 ` rguenth at gcc dot gnu.org
2022-04-28 15:02 ` [Bug target/98341] [11/12/13 " glaubitz at physik dot fu-berlin.de
2022-04-28 16:02 ` [Bug target/98341] [11 " egallager at gcc dot gnu.org
2023-05-29 10:03 ` jakub 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).