[Bug target/13515] `asm' operand requires impossible reload

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

[Bug rtl-optimization/83565] RTL combine pass breaks shift result (at least on ia64)

2017-12-23 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83565 --- Comment #12 from Jason Duerstock --- Some additional information: 1) The code works properly under 6.4.0. 2) The code works properly with -O1 -fno-tree-ter.

[Bug rtl-optimization/85412] [8/9 Regression] ICE in put_TImodes, at sel-sched.c:7191

2018-08-04 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85412 Jason Duerstock changed: What|Removed |Added CC||jason.duerstock at gmail dot com

[Bug rtl-optimization/85412] [8/9 Regression] ICE in put_TImodes, at sel-sched.c:7191

2018-08-15 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85412 --- Comment #6 from Jason Duerstock --- The fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85354 wouldn't happen to have caused this, would it?

[Bug c/83971] New: gcc -static link command hardcoded when --with-system-libunwind used

2018-01-22 Thread jason.duerstock at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- Created attachment 43207 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43207=edit example build log Modern versi

[Bug driver/83971] gcc -static link command hardcoded when --with-system-libunwind used

2018-01-22 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83971 --- Comment #2 from Jason Duerstock --- At least tangentially related, what's the reason only ia64 needs libunwind? What happens if gcc is built with --disable-libunwind-exceptions? I haven't been able to find a clear explanation regarding

[Bug bootstrap/87338] New: gcc 8.2 fails to bootstrap on ia64

2018-09-17 Thread jason.duerstock at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- In GCC 8.2, the compiler fails to bootstrap due to many files differing between stage2 and stage3. After removing the "STAGE2_CFLAGS += -gtoggle" line from

[Bug bootstrap/87338] gcc 8.2 fails to bootstrap on ia64

2018-09-17 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338 --- Comment #1 from Jason Duerstock --- Here is the full build log: https://buildd.debian.org/status/fetch.php?pkg=gcc-8=ia64=8.2.0-6=1536516302=0

[Bug bootstrap/87338] gcc 8.2 fails to bootstrap on ia64

2018-09-18 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338 --- Comment #3 from Jason Duerstock --- Yes. From the Debian build log: https://buildd.debian.org/status/fetch.php?pkg=gcc-7=ia64=7.3.0-29=1536161281=0

[Bug go/90635] New: typo in libgo/configure.ac

2019-05-25 Thread jason.duerstock at gmail dot com
Assignee: ian at airs dot com Reporter: jason.duerstock at gmail dot com CC: cmang at google dot com Target Milestone: --- In libgo/configure.ac: AM_CONDITIONAL(USE_LIBFFI, test "$with_liffi" != "no") Surely this should be "$with_libffi"? h

[Bug target/52731] internal compiler error: in ia64_st_address_bypass_p, at config/ia64/ia64.c:9357

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

[Bug libgcc/90714] New: ia64: relocation truncated to fit: GPREL22

2019-06-02 Thread jason.duerstock at gmail dot com
: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- From https://buildd.debian.org/status/fetch.php?pkg=libphonenumber=ia64=7.1.0-5=1558366217=0 [ 94%] Linking CXX shared library libgeocoding.so /usr/bin/ld: CMakeFiles

[Bug tree-optimization/90697] ia64: segmentation fault during GIMPLE pass: dom

2019-05-31 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90697 --- Comment #1 from Jason Duerstock --- Changing -O3 to -O2 yields a successful build.

[Bug c/90697] New: ia64: segmentation fault during GIMPLE pass: dom

2019-05-31 Thread jason.duerstock at gmail dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- Created attachment 46439 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46439=edit gcc error report While building ffmpeg-4.1.3: during GIMPLE pass: dom

[Bug tree-optimization/90697] ia64: segmentation fault during GIMPLE pass: dom

2019-05-31 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90697 --- Comment #2 from Jason Duerstock --- Hopefully a more useful backtrace: (gdb) bt #0 0x4140a6b0 in set_value_range(value_range*, value_range_type, tree_node*, tree_node*, bitmap_head*) () #1 0x41514260 in

[Bug libgcc/90714] ia64: relocation truncated to fit: GPREL22

2019-06-07 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90714 --- Comment #1 from Jason Duerstock --- Patch added to trunk: https://gcc.gnu.org/viewcvs/gcc?view=revision=271977

[Bug target/90785] [ia64] switch to LRA

2019-06-07 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90785 --- Comment #1 from Jason Duerstock --- Created attachment 46463 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46463=edit register spill failure from ffmpeg-4.1.3 // src/libavformat/jvdec.c: In function ‘read_header’: //

[Bug target/90785] New: [ia64] switch to LRA

2019-06-07 Thread jason.duerstock at gmail dot com
: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- Created attachment 46462 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46462=edit patch to enable LRA on ia64 It has been a while since LRA was added, and ia64 bootstraps f

[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

[Bug ada/90889] New: ada: snapshot 20190614 fails to build with LTO

2019-06-14 Thread jason.duerstock at gmail dot com
: ada Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- From debian gcc-snapshot-20190614: https://buildd.debian.org/status/fetch.php?pkg=gcc-snapshot=amd64=1%3A20190614-1=1560510118=0 /<>/build/./prev-gcc/gcc

[Bug rtl-optimization/88879] [9 Regression] ICE in sel_target_adjust_priority, at sel-sched.c:3332

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

[Bug target/82182] m68k slow code: u16/u8 division calls divsi3

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

[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'

[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

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

[Bug rtl-optimization/90282] New: internal compiler error: qsort checking failed in snapshot-20190429

2019-04-29 Thread jason.duerstock at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: jason.duerstock at gmail dot com Target Milestone: --- /home/jason/gcc-snapshot-20190429/build/./prev-gcc/xg++ -B/home/jason/gcc-snapshot-20190429/build/./prev-gcc/ -B/usr

[Bug rtl-optimization/90282] internal compiler error: qsort checking failed in snapshot-20190429

2019-04-29 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90282 --- Comment #1 from Jason Duerstock --- Created attachment 46264 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46264=edit gcc dump

[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.