public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
@ 2021-01-03 12:08 doko at debian dot org
  2021-01-03 12:10 ` [Bug go/98504] " doko at debian dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: doko at debian dot org @ 2021-01-03 12:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98504
           Summary: [11 Regression] bootstrap broken in libgo on
                    ia64-linux-gnu
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: doko at debian dot org
                CC: cmang at google dot com
  Target Milestone: ---

seen with trunk 20210102 on ia64-linux-gnu:

go1: internal compiler error: Segmentation fault
0x400000000126cfcf crash_signal
        ../../src/gcc/toplev.c:327
0x4000000002de14df std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >::substr(unsigned long, unsigned long) const
       
/<<PKGBUILDDIR>>/build/ia64-linux-gnu/libstdc++-v3/include/bits/basic_string.h:907
0x400000000036e3ff Gogo::special_name_pos(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
        ../../src/gcc/go/gofrontend/names.cc:1193
0x400000000023783f should_export
        ../../src/gcc/go/gofrontend/export.cc:464
0x400000000023c99f Export::export_globals(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&, std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, std::map<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >, Package*,
std::less<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > >,
std::allocator<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const, Package*> > > const&,
std::map<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >, Package*, std::less<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
std::allocator<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const, Package*> > > const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&, Import_init_set const&, Bindings const*,
std::unordered_set<Named_object*, std::hash<Named_object*>,
std::equal_to<Named_object*>, std::allocator<Named_object*> >*)
        ../../src/gcc/go/gofrontend/export.cc:573
0x40000000003ae35f Gogo::do_exports()
       
/<<PKGBUILDDIR>>/build/prev-ia64-linux-gnu/libstdc++-v3/include/bits/basic_string.h:907
0x400000000035dbef Gogo::do_exports()
        ../../src/gcc/go/gofrontend/gogo.cc:5201
0x400000000035dbef go_parse_input_files(char const**, unsigned int, bool, bool)
        ../../src/gcc/go/gofrontend/go.cc:157
0x40000000002f4aff go_langhook_parse_file
        ../../src/gcc/go/go-lang.c:352
Please submit a full bug report,
with preprocessed source if appropriate.

configured with:
         --enable-languages=c,c++,go,d,fortran,objc,obj-c++
         --prefix=/usr/lib/gcc-snapshot
         --with-gcc-major-version-only
         --program-prefix=
         --enable-shared
         --enable-linker-build-id
         --disable-nls
         --enable-clocale=gnu
         --enable-libstdcxx-debug
         --enable-libstdcxx-time=yes
         --with-default-libstdcxx-abi=new
         --enable-gnu-unique-object
         --disable-libssp
         --disable-libitm
         --disable-libsanitizer
         --enable-plugin
         --with-system-zlib
         --disable-libphobos
         --enable-objc-gc=auto
         --enable-multiarch
         --disable-werror
         --with-system-libunwind
         --enable-checking=yes
         --build=ia64-linux-gnu
         --host=ia64-linux-gnu
         --target=ia64-linux-gnu
         --with-build-config=bootstrap-lto-lean
         --enable-link-serialization=1

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

* [Bug go/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
@ 2021-01-03 12:10 ` doko at debian dot org
  2021-01-03 12:17 ` schwab@linux-m68k.org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: doko at debian dot org @ 2021-01-03 12:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Matthias Klose <doko at debian dot org> ---
make[6]: *** [Makefile:2962: runtime.lo] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build/ia64-linux-gnu/libgo'
make[5]: *** [Makefile:2292: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build/ia64-linux-gnu/libgo'
make[4]: *** [Makefile:1187: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build/ia64-linux-gnu/libgo'
make[3]: *** [Makefile:21385: all-target-libgo] Error 2

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

* [Bug go/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
  2021-01-03 12:10 ` [Bug go/98504] " doko at debian dot org
@ 2021-01-03 12:17 ` schwab@linux-m68k.org
  2021-01-04 21:16 ` ian at airs dot com
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: schwab@linux-m68k.org @ 2021-01-03 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Does it also fail without LTO?

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

* [Bug go/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
  2021-01-03 12:10 ` [Bug go/98504] " doko at debian dot org
  2021-01-03 12:17 ` schwab@linux-m68k.org
@ 2021-01-04 21:16 ` ian at airs dot com
  2021-01-05 11:17 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ian at airs dot com @ 2021-01-04 21:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Ian Lance Taylor <ian at airs dot com> ---
Maybe I'm missing something obvious, but I don't see how this is possible.  The
code in the Go frontend is

  if (suffix.compare(2, 5, "thunk") == 0
      && Gogo::is_digits(suffix.substr(7)))
    return pos;

The crash is apparently occurring on the call to suffix.substr(7).  Given that
suffix.compare already worked, there should be no way that that code could
crash.

So to me this looks like a miscompilation of the Go frontend code, rather than
a bug in the Go frontend.

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

* [Bug go/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (2 preceding siblings ...)
  2021-01-04 21:16 ` ian at airs dot com
@ 2021-01-05 11:17 ` rguenth at gcc dot gnu.org
  2021-02-01 15:55 ` [Bug lto/98504] " doko at debian dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-05 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug lto/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (3 preceding siblings ...)
  2021-01-05 11:17 ` rguenth at gcc dot gnu.org
@ 2021-02-01 15:55 ` doko at debian dot org
  2021-04-09  8:02 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: doko at debian dot org @ 2021-02-01 15:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Matthias Klose <doko at debian dot org> ---
a trunk 20210130 build without LTO did succeed.

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

* [Bug lto/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (4 preceding siblings ...)
  2021-02-01 15:55 ` [Bug lto/98504] " doko at debian dot org
@ 2021-04-09  8:02 ` rguenth at gcc dot gnu.org
  2021-04-09  8:34 ` glaubitz at physik dot fu-berlin.de
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-09  8:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-04-09
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Matthias, what's the state on current trunk?

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

* [Bug lto/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (5 preceding siblings ...)
  2021-04-09  8:02 ` rguenth at gcc dot gnu.org
@ 2021-04-09  8:34 ` glaubitz at physik dot fu-berlin.de
  2021-04-27 11:40 ` [Bug lto/98504] [11/12 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-04-09  8:34 UTC (permalink / raw)
  To: gcc-bugs

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

John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glaubitz at physik dot fu-berlin.d
                   |                            |e

--- Comment #6 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Richard Biener from comment #5)
> Matthias, what's the state on current trunk?

I can test this for Matthias on my own machine as the new ia64 porterbox that
we set up in Debian is currently having connection issues with the LDAP
database.

I will try to get the machine fixed over the weekend.

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (6 preceding siblings ...)
  2021-04-09  8:34 ` glaubitz at physik dot fu-berlin.de
@ 2021-04-27 11:40 ` jakub at gcc dot gnu.org
  2021-07-28  7:05 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-27 11:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #7 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] 18+ messages in thread

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (7 preceding siblings ...)
  2021-04-27 11:40 ` [Bug lto/98504] [11/12 " jakub at gcc dot gnu.org
@ 2021-07-28  7:05 ` rguenth at gcc dot gnu.org
  2022-01-17 15:05 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ 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=98504

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

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

--- Comment #8 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] 18+ messages in thread

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (8 preceding siblings ...)
  2021-07-28  7:05 ` rguenth at gcc dot gnu.org
@ 2022-01-17 15:05 ` rguenth at gcc dot gnu.org
  2022-01-17 15:07 ` glaubitz at physik dot fu-berlin.de
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-17 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Any update on the status on current trunk?

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (9 preceding siblings ...)
  2022-01-17 15:05 ` rguenth at gcc dot gnu.org
@ 2022-01-17 15:07 ` glaubitz at physik dot fu-berlin.de
  2022-01-18 19:06 ` glaubitz at physik dot fu-berlin.de
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-01-17 15:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Richard Biener from comment #9)
> Any update on the status on current trunk?

I can give it a try later this week. We have a new shiny ia64 porterbox in
Debian now :-).

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (10 preceding siblings ...)
  2022-01-17 15:07 ` glaubitz at physik dot fu-berlin.de
@ 2022-01-18 19:06 ` glaubitz at physik dot fu-berlin.de
  2022-01-18 21:25 ` ian at airs dot com
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-01-18 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to John Paul Adrian Glaubitz from comment #10)
> (In reply to Richard Biener from comment #9)
> > Any update on the status on current trunk?
> 
> I can give it a try later this week. We have a new shiny ia64 porterbox in
> Debian now :-).

So, I just did a bootstrap build with

$ ../configure --prefix=$HOME/gcc-install --enable-multilib
--enable-languages=c,c++,go --with-system-libunwind

and it built fine without any issues.

Trying to build a simple Go program failed however due to an unrelated error:

(sid_ia64-dchroot)glaubitz@yttrium:~/gcc-install/bin$ ./gccgo ~/hello.go 
/home/glaubitz/hello.go:5:11: error: import file 'fmt' not found
    5 | import "fmt"
      |           ^
/home/glaubitz/hello.go:10:5: error: reference to undefined name 'fmt'
   10 |     fmt.Println("hello world")
      |     ^
(sid_ia64-dchroot)glaubitz@yttrium:~/gcc-install/bin$

I'm not a GO expert, so no idea how to tell the Go compiler where the libraries
are located.

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (11 preceding siblings ...)
  2022-01-18 19:06 ` glaubitz at physik dot fu-berlin.de
@ 2022-01-18 21:25 ` ian at airs dot com
  2022-01-18 22:02 ` glaubitz at physik dot fu-berlin.de
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ian at airs dot com @ 2022-01-18 21:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Ian Lance Taylor <ian at airs dot com> ---
You can pass the -I option to tell the compiler where to find the fmt.gox file.

But, of course, you shouldn't have to.  A "make install" should put fmt.gox in
the right place by default.  I don't know why you are seeing a problem there.

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (12 preceding siblings ...)
  2022-01-18 21:25 ` ian at airs dot com
@ 2022-01-18 22:02 ` glaubitz at physik dot fu-berlin.de
  2022-01-19  7:33 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2022-01-18 22:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Ian Lance Taylor from comment #12)
> But, of course, you shouldn't have to.  A "make install" should put fmt.gox
> in the right place by default.  I don't know why you are seeing a problem
> there.

I gave it a try again. Compiling works, but the program crashes:

glaubitz@yttrium:~$ gccgo hello.go -o hello
glaubitz@yttrium:~$ ./hello 
Aborted
glaubitz@yttrium:~$

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (13 preceding siblings ...)
  2022-01-18 22:02 ` glaubitz at physik dot fu-berlin.de
@ 2022-01-19  7:33 ` rguenth at gcc dot gnu.org
  2022-04-21  7:48 ` rguenth at gcc dot gnu.org
  2023-05-29 10:03 ` [Bug lto/98504] [11/12/13/14 " jakub at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-19  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to John Paul Adrian Glaubitz from comment #11)
> (In reply to John Paul Adrian Glaubitz from comment #10)
> > (In reply to Richard Biener from comment #9)
> > > Any update on the status on current trunk?
> > 
> > I can give it a try later this week. We have a new shiny ia64 porterbox in
> > Debian now :-).
> 
> So, I just did a bootstrap build with
> 
> $ ../configure --prefix=$HOME/gcc-install --enable-multilib
> --enable-languages=c,c++,go --with-system-libunwind
> 
> and it built fine without any issues.

Btw, that was never broken - broken was a build with
--with-build-config=bootstrap-lto-lean

I'd still be interested if that now works.

P4 as default config bootstrap never was broken and ia64-linux isn't primary or
secondary.

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

* [Bug lto/98504] [11/12 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (14 preceding siblings ...)
  2022-01-19  7:33 ` rguenth at gcc dot gnu.org
@ 2022-04-21  7:48 ` rguenth at gcc dot gnu.org
  2023-05-29 10:03 ` [Bug lto/98504] [11/12/13/14 " jakub at gcc dot gnu.org
  16 siblings, 0 replies; 18+ 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=98504

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

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

--- Comment #15 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] 18+ messages in thread

* [Bug lto/98504] [11/12/13/14 Regression] bootstrap broken in libgo on ia64-linux-gnu
  2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
                   ` (15 preceding siblings ...)
  2022-04-21  7:48 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:03 ` jakub at gcc dot gnu.org
  16 siblings, 0 replies; 18+ 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=98504

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

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

--- Comment #16 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] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03 12:08 [Bug go/98504] New: [11 Regression] bootstrap broken in libgo on ia64-linux-gnu doko at debian dot org
2021-01-03 12:10 ` [Bug go/98504] " doko at debian dot org
2021-01-03 12:17 ` schwab@linux-m68k.org
2021-01-04 21:16 ` ian at airs dot com
2021-01-05 11:17 ` rguenth at gcc dot gnu.org
2021-02-01 15:55 ` [Bug lto/98504] " doko at debian dot org
2021-04-09  8:02 ` rguenth at gcc dot gnu.org
2021-04-09  8:34 ` glaubitz at physik dot fu-berlin.de
2021-04-27 11:40 ` [Bug lto/98504] [11/12 " jakub at gcc dot gnu.org
2021-07-28  7:05 ` rguenth at gcc dot gnu.org
2022-01-17 15:05 ` rguenth at gcc dot gnu.org
2022-01-17 15:07 ` glaubitz at physik dot fu-berlin.de
2022-01-18 19:06 ` glaubitz at physik dot fu-berlin.de
2022-01-18 21:25 ` ian at airs dot com
2022-01-18 22:02 ` glaubitz at physik dot fu-berlin.de
2022-01-19  7:33 ` rguenth at gcc dot gnu.org
2022-04-21  7:48 ` rguenth at gcc dot gnu.org
2023-05-29 10:03 ` [Bug lto/98504] [11/12/13/14 " 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).