[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2023-11-02 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #15 from Joseph S. Myers --- Created attachment 56496 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56496&action=edit Test that started failing on 20 July 2023 Another instance of this ICE appeared in my glibc bot on 20 July;

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2023-06-24 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #14 from Jan-Benedict Glaw --- Still observable as of a8994014041: [...] ia64-linux-gcc -Wp,-MMD,kernel/.kallsyms.o.d -nostdinc -I./arch/ia64/include -I./arch/ia64/include/generated -I./include -I./arch/ia64/include/uapi -I./arch/

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2022-12-20 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #13 from Jan-Benedict Glaw --- GCC 13 (as of g:02c031088ac0bbf) triggers this for Linux's kallsys.c (f9ff5644bcc04221bae56f922) for ia64.

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2022-08-14 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #12 from Sergei Trofimovich --- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106616#c0 provides hopefully reproducible test.

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2022-08-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 Andrew Pinski changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comment #1

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-17 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #10 from Jason Duerstock --- (I assume I don't need to run build-libraries again...) $ ~/glibc/scripts/build-many-glibcs.py --replace-sources bmg checkout gcc-vcs-mainline configure.ac:80: installing 'build-aux/compile' configure.ac:

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-17 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #9 from joseph at codesourcery dot com --- When using "build-many-glibcs checkout" to check out the source tree, you need to specify "gcc-vcs-mainline" after "checkout" to get GCC trunk sources checked out instead of the default of

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-14 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #8 from Jason Duerstock --- (In reply to Joseph S. Myers from comment #0) > Building an all-languages cross compiler for ia64-linux-gnu, trunk r264193, > I see the following ICE building libgo > bytes.go:211:1: internal compiler error

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-14 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #7 from Eric Botcazou --- > I don't understand how that applies in the context of Joseph's > build-many-glibcs.py script. This PR is about a compiler issue so I presume that build-many-glibcs.py tests the compiler at some point? If

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-14 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #6 from Jason Duerstock --- (In reply to Eric Botcazou from comment #5) > Note that you need to test the trunk in order to get the diagnostics, or > else to configure the 9.x compiler with --enable-checking=release,misc at > least.

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-14 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-13 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #4 from Jason Duerstock --- As of r272229 I can't replicate this: $ ~/glibc/scripts/build-many-glibcs.py bmg --full-gcc compilers ia64-linux-gnu PASS: compilers-ia64-linux-gnu check-host-libraries ... PASS: compilers-ia64-linux-gnu d

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-13 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #3 from joseph at codesourcery dot com --- No idea. I ran all-languages builds for all glibc ABIs as a one-off when adding the --full-gcc option to build-many-glibcs.py, and reported the GCC bugs that showed up. The idea was that

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2019-06-13 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 Jason Duerstock changed: What|Removed |Added CC||jason.duerstock at gmail dot com ---

[Bug target/87281] qsort checking ICE in ia64_reorg building libgo

2018-09-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87281 --- Comment #1 from Andreas Schwab --- Probably a dup of the various scheduler related qsort ICEs.