[Bug libstdc++/89461] FAIL: experimental/net/timer/waitable/cons.cc

2019-03-12 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89461 --- Comment #9 from John David Anglin --- Author: danglin Date: Tue Mar 12 23:13:36 2019 New Revision: 269628 URL: https://gcc.gnu.org/viewcvs?rev=269628&root=gcc&view=rev Log: PR libstdc++/89461 * testsuite/lib/libstdc++.exp: Lo

[Bug tree-optimization/69807] FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 0" 1

2019-03-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69807 --- Comment #2 from John David Anglin --- Created attachment 45961 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45961&action=edit .graphite file gcc-9.

[Bug ipa/85656] gcc.dg/ipa/ipa-icf-38.c FAILs

2019-03-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85656 --- Comment #12 from John David Anglin --- Created attachment 45962 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45962&action=edit Tree dump For FAIL: gcc.dg/ipa/ipa-icf-38.c scan-ltrans-tree-dump-not optimized "Function bar" on hppa64-h

[Bug rtl-optimization/86438] [8 Regression] wrong code at -Os

2019-03-13 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org --- Comment #11 from John David Anglin --- Fails on hppa64-hp-hpux11.11 with error shown in comment 9.

[Bug libstdc++/89732] New: FAIL: experimental/memory_resource/new_delete_resource.cc execution test

2019-03-15 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64

[Bug libstdc++/77691] [7/8/9 regression] experimental/memory_resource/resource_adaptor.cc FAILs

2019-03-15 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77691 --- Comment #31 from John David Anglin --- The patch didn't the fail on hppa64-hp-hpux11.11 but the error has changed: /test/gnu/gcc/gcc/libstdc++-v3/testsuite/experimental/memory_resource/resource_a daptor.cc:64: void test05(): Assertion 'align

[Bug d/89735] New: FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
Assignee: ibuclaw at gdcproject dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu me/dave/gnu/gcc/objdir/gcc/testsuite/gdc

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735 --- Comment #1 from John David Anglin --- (gdb) p obj $3 = {{{fieldA = 0 '\000', fieldB = 0 '\000', fieldC = 0 '\000'}, _complete = 2}} (gdb) p &obj $4 = (runnable.S186 *) 0xf8d0268c (gdb) x/x 0xf8d0268c 0xf8d0268c: 0x0002 Looks like

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-15 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735 --- Comment #2 from John David Anglin --- Might add that there are quite a few unaligned accesses: runnable.exe(15999): unaligned access to 0x001d080d at ip=0x00100357 runnable.exe(15999): unaligned access to 0x0021f439 at

[Bug testsuite/83453] FAIL: c-c++-common/Wattributes.c -std=gnu++98 (test for warnings, line 404)

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83453 --- Comment #6 from John David Anglin --- Author: danglin Date: Sat Mar 16 15:44:25 2019 New Revision: 269727 URL: https://gcc.gnu.org/viewcvs?rev=269727&root=gcc&view=rev Log: PR testsuite/83453 * c-c++-common/Wattributes.c: Ski

[Bug testsuite/83453] FAIL: c-c++-common/Wattributes.c -std=gnu++98 (test for warnings, line 404)

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83453 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/89735] FAIL: gdc.dg/runnable.d -O0 execution test

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89735 --- Comment #5 from John David Anglin --- There's also an unaligned accesses here: (gdb) bt #0 rt.minfo.ModuleGroup.sortCtors(immutable(char)[]) (this=..., cycleHandling=...) at ../../../../gcc/libphobos/libdruntime/rt/minfo.d:259 #1 0x001

[Bug testsuite/84174] FAIL: gcc.dg/Wattributes-6.c (test for warnings, line 404)

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84174 --- Comment #2 from John David Anglin --- Author: danglin Date: Sat Mar 16 16:39:49 2019 New Revision: 269728 URL: https://gcc.gnu.org/viewcvs?rev=269728&root=gcc&view=rev Log: PR testsuite/84174 * gcc.dg/Wattributes-6.c: Skip wa

[Bug testsuite/84174] FAIL: gcc.dg/Wattributes-6.c (test for warnings, line 404)

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84174 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug inline-asm/84941] [6/7 Regression] internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1870 (reg_overlap_mentioned_p()/match_asm_constraints_1())

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84941 --- Comment #11 from John David Anglin --- Author: danglin Date: Sat Mar 16 17:31:30 2019 New Revision: 269730 URL: https://gcc.gnu.org/viewcvs?rev=269730&root=gcc&view=rev Log: PR testsuite/84941 * gcc.dg/pr84941.c: Skip on hppa

[Bug testsuite/89471] FAIL: gcc.dg/pr84941.c (test for excess errors)

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89471 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/89393] [9 Regression] FAIL: g++.dg/abi/ref-temp1.C -std=c++14 scan-assembler .weak(_definition)?[ \t]_?_ZGR1bIvE

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89393 --- Comment #3 from John David Anglin --- Author: danglin Date: Sat Mar 16 18:10:31 2019 New Revision: 269732 URL: https://gcc.gnu.org/viewcvs?rev=269732&root=gcc&view=rev Log: PR testsuite/89393 * g++.dg/abi/ref-temp1.C: Skip on

[Bug testsuite/89393] [9 Regression] FAIL: g++.dg/abi/ref-temp1.C -std=c++14 scan-assembler .weak(_definition)?[ \t]_?_ZGR1bIvE

2019-03-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89393 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/89666] FAIL: gcc.dg/ipa/ipa-icf-39.c scan-ipa-dump-times icf "Unified;" 2

2019-03-17 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89666 --- Comment #4 from John David Anglin --- Author: danglin Date: Sun Mar 17 17:59:03 2019 New Revision: 269742 URL: https://gcc.gnu.org/viewcvs?rev=269742&root=gcc&view=rev Log: PR testsuite/89666 * c-c++-common/builtin-has-attrib

[Bug testsuite/89666] FAIL: gcc.dg/ipa/ipa-icf-39.c scan-ipa-dump-times icf "Unified;" 2

2019-03-17 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89666 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug d/89756] New: FAIL: gdc.dg/asm4.d -O0 (internal compiler error)

2019-03-18 Thread danglin at gcc dot gnu.org
Component: d Assignee: ibuclaw at gdcproject dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 spawn /test/gnu/gcc/objdir/gcc/testsuite/gdc

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #16 from John David Anglin --- print '(f2.1)',100.00 end Here is backtrace info: Breakpoint 2, 0x7afce720 in memcpy () from /usr/lib/libc.2 (gdb) p/x $r26 $6 = 0x7eff0c1d (gdb) p/x $r25 $8 = 0x7eff0d9a (gdb) p/x $r24 $5 = 0x

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #17 from John David Anglin --- 0x7adcb864 :cmpclr,> r21,r3,r0 0x7adcb868 :copy r21,r3 0x7adcb86c :stw r20,-8c(sp) 0x7adcb870 :stw r21,-90(sp) 0x7adcb874 :copy r19,r4 0x7adcb878

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #18 from John David Anglin --- Created attachment 45989 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45989&action=edit Patch This fixes the stack overflow in memcpy.

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #19 from John David Anglin --- The patch also fixes test failure on hppa2.0w-hp-hpux11.11.

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 John David Anglin changed: What|Removed |Added Attachment #45989|0 |1 is obsolete|

[Bug libfortran/79540] [7/8/9 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-03-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #24 from John David Anglin --- Author: danglin Date: Mon Mar 25 11:48:36 2019 New Revision: 269911 URL: https://gcc.gnu.org/viewcvs?rev=269911&root=gcc&view=rev Log: PR libgfortran/79540 * io/write_float.def (build_fl

[Bug libfortran/79540] [7/8 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-04-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #27 from John David Anglin --- Author: danglin Date: Tue Apr 16 23:21:13 2019 New Revision: 270398 URL: https://gcc.gnu.org/viewcvs?rev=270398&root=gcc&view=rev Log: PR libgfortran/79540 * io/write_float.def (build_fl

[Bug libfortran/79540] [7/8 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-04-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 --- Comment #28 from John David Anglin --- Author: danglin Date: Wed Apr 17 00:22:23 2019 New Revision: 270402 URL: https://gcc.gnu.org/viewcvs?rev=270402&root=gcc&view=rev Log: PR libgfortran/79540 * io/write_float.def (build_fl

[Bug libfortran/79540] [7/8 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

2019-04-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/90530] New: [10 Regression] Invalid SUBREG insn generated by reload

2019-05-18 Thread danglin at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 In stage2, /test

[Bug middle-end/90530] [10 Regression] Invalid SUBREG insn generated by reload

2019-05-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #1 from John David Anglin --- Created attachment 46381 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46381&action=edit Preproccessed source

[Bug middle-end/90530] [10 Regression] Invalid SUBREG insn generated by reload

2019-05-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #2 from John David Anglin --- Breakpoint 1, emit_insn (x=0x83fffd0474c0) at ../../gcc/gcc/emit-rtl.c:5074 5074 rtx_insn *last = get_last_insn (); (gdb) p debug_rtx(x) (insn 3285 0 0 (set (reg:SI 52 %fr24) (subreg:SI (

[Bug middle-end/90530] [10 Regression] Invalid SUBREG insn generated by reload

2019-05-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #3 from John David Anglin --- (insn 538 512 539 4 (set (reg:DI 1 %r1 [282]) (plus:DI (reg:DI 27 %r27) (high:DI (symbol_ref:DI ("default_target_expmed") [flags 0x202] 90 {*pa.md:2634} (nil)) (note 539 538

[Bug middle-end/90530] [10 Regression] Invalid SUBREG insn generated by reload

2019-05-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #4 from John David Anglin --- In ira pass, we had: (insn 549 539 550 4 (set (reg:DI 286) (mult:DI (zero_extend:DI (subreg:SI (reg/f:DI 522) 4)) (const_int 4294967295 [0x]))) 179 {*pa.md:5338} (expr_li

[Bug middle-end/90530] [9,10 Regression] Invalid SUBREG insn generated by reload

2019-05-19 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 John David Anglin changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #12 from John David Anglin --- Created attachment 46383 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46383&action=edit Patch

[Bug middle-end/90597] New: FAIL: gcc.dg/attr-vector_size.c (internal compiler error)

2019-05-23 Thread danglin at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: msebor at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #18 from John David Anglin --- Author: danglin Date: Fri May 24 23:12:16 2019 New Revision: 271611 URL: https://gcc.gnu.org/viewcvs?rev=271611&root=gcc&view=rev Log: PR target/90530 * config/pa/pa.c (pa_can_change_mod

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #19 from John David Anglin --- Author: danglin Date: Fri May 24 23:15:49 2019 New Revision: 271612 URL: https://gcc.gnu.org/viewcvs?rev=271612&root=gcc&view=rev Log: PR target/90530 * config/pa/pa.c (pa_can_change_mod

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #20 from John David Anglin --- Author: danglin Date: Fri May 24 23:17:09 2019 New Revision: 271613 URL: https://gcc.gnu.org/viewcvs?rev=271613&root=gcc&view=rev Log: PR target/90530 * config/pa/pa.c (pa_can_change_mod

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 --- Comment #21 from John David Anglin --- Author: danglin Date: Fri May 24 23:20:25 2019 New Revision: 271614 URL: https://gcc.gnu.org/viewcvs?rev=271614&root=gcc&view=rev Log: PR target/90530 * config/pa/pa.c (pa_cannot_change_

[Bug target/90530] [9/10 Regression] Invalid SUBREG insn generated by reload

2019-05-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90530 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gcov-profile/90672] New: FAIL: gcc.misc-tests/gcov-pr86536.c line 21: is 1:should be 2

2019-05-29 Thread danglin at gcc dot gnu.org
Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: marxin at gcc dot gnu.org, mliska at suse dot cz Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target

[Bug libstdc++/90702] New: FAIL: 26_numerics/complex/proj.cc execution test

2019-06-01 Thread danglin at gcc dot gnu.org
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 spawn /test/gnu/gcc/objdir/./gcc/xg++ -shared

[Bug c/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug c/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #4 from John David Anglin --- Created attachment 46453 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46453&action=edit Patch Testsuite change.

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #9 from John David Anglin --- Author: danglin Date: Fri Jun 7 23:13:08 2019 New Revision: 272059 URL: https://gcc.gnu.org/viewcvs?rev=272059&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE_

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #10 from John David Anglin --- Author: danglin Date: Fri Jun 7 23:20:44 2019 New Revision: 272061 URL: https://gcc.gnu.org/viewcvs?rev=272061&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #11 from John David Anglin --- Author: danglin Date: Sat Jun 8 00:15:45 2019 New Revision: 272063 URL: https://gcc.gnu.org/viewcvs?rev=272063&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/64242] Longjmp expansion incorrect

2019-06-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #29 from John David Anglin --- Author: danglin Date: Sun Jun 16 21:27:14 2019 New Revision: 272361 URL: https://gcc.gnu.org/viewcvs?rev=272361&root=gcc&view=rev Log: PR middle-end/64242 * config/pa/pa.md (nonlocal_got

[Bug middle-end/64242] Longjmp expansion incorrect

2019-06-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #30 from John David Anglin --- Author: danglin Date: Sun Jun 16 21:44:08 2019 New Revision: 272362 URL: https://gcc.gnu.org/viewcvs?rev=272362&root=gcc&view=rev Log: PR middle-end/64242 * config/pa/pa.md (nonlocal_got

[Bug middle-end/64242] Longjmp expansion incorrect

2019-06-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #31 from John David Anglin --- Author: danglin Date: Sun Jun 16 21:46:47 2019 New Revision: 272363 URL: https://gcc.gnu.org/viewcvs?rev=272363&root=gcc&view=rev Log: PR middle-end/64242 * config/pa/pa.md (nonlocal_got

[Bug middle-end/64242] Longjmp expansion incorrect

2019-06-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #32 from John David Anglin --- Author: danglin Date: Sun Jun 16 21:49:19 2019 New Revision: 272364 URL: https://gcc.gnu.org/viewcvs?rev=272364&root=gcc&view=rev Log: PR middle-end/64242 * config/pa/pa.md (nonlocal_got

[Bug middle-end/90963] New: [10 Regression] FAIL: gcc.c-torture/execute/built-in-setjmp.c execution test

2019-06-22 Thread danglin at gcc dot gnu.org
: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: wdijkstr at arm dot com Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown

[Bug target/90963] [10 Regression] FAIL: gcc.c-torture/execute/built-in-setjmp.c execution test

2019-07-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90963 --- Comment #5 from John David Anglin --- Author: danglin Date: Mon Jul 1 16:55:42 2019 New Revision: 272891 URL: https://gcc.gnu.org/viewcvs?rev=272891&root=gcc&view=rev Log: PR target/90963 * config/pa/pa.md (builtin_longjmp):

[Bug target/90963] [10 Regression] FAIL: gcc.c-torture/execute/built-in-setjmp.c execution test

2019-07-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90963 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/91100] New: [9,10 Regression] FAIL: gnat.dg/socket1.adb execution test

2019-07-06 Thread danglin at gcc dot gnu.org
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa64-hp-hpux11.11 ADA_INCLUDE_PATH

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2019-07-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 --- Comment #14 from John David Anglin --- Created attachment 46573 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46573&action=edit Preproccessed source for pr84877.c I don't believe there are any new failures or ICEs on hppa-linux with y

[Bug middle-end/87256] hppa spends huge amount of time in synth_mult()

2019-07-09 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87256 --- Comment #9 from John David Anglin --- Also appears to occur building glusterfs.

[Bug middle-end/61577] [4.9.0] can't compile on hp-ux v3 ia64

2019-07-13 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-07-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #1 from John David Anglin --- On linux with 8.2.1 20180729, we have: spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc -B/home/dave/gnu/gcc/objdir/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr83480.c -fno-diagnostics-show

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-07-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #2 from John David Anglin --- The ICE occurs because pa_adjust_priority reduces priority from 1 to 0. The documentations for TARGET_SCHED_ADJUST_PRIORITY states: @deftypefn {Target Hook} int TARGET_SCHED_ADJUST_PRIORITY (rtx_insn *@

[Bug libstdc++/86846] New: [9 Regression] ld: (Warning) Unsatisfied symbol "__atomic_exchange_8" in libstdc++.sl

2018-08-03 Thread danglin at gcc dot gnu.org
NCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build:

[Bug middle-end/86631] [9 Regression] missing -Walloc-size-larger-than on ILP32 hosts

2018-08-05 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug target/86807] spu port needs updating for CVE-2017-5753

2018-08-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86807 --- Comment #3 from John David Anglin --- Author: danglin Date: Mon Aug 6 21:47:54 2018 New Revision: 263344 URL: https://gcc.gnu.org/viewcvs?rev=263344&root=gcc&view=rev Log: PR target/86807 * config/pa/pa.c (TARGET_HAVE_SPECUL

[Bug bootstrap/32815] crtstuff.c,warning, will always evaluate as 'true'

2018-08-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32815 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/86599] Problems building libgfortran from 7.2.0 on HP-UX 11.31/PA

2018-08-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug target/87010] New: FAIL: gcc.dg/torture/20180712-1.c -O1 (test for excess errors)

2018-08-18 Thread danglin at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa*-*-* Target: hppa*-*-* Build: hppa*-*-* Executing on host: /test/gnu/gcc/objdir/gcc

[Bug target/54006] __atomic_always_lock_free inconsistent with __GCC_ATOMIC_INT_LOCK_FREE et al. on crisv32 and hppa

2018-08-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54006 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug ada/87100] New: FAIL: gnat.dg/config_pragma1.adb execution test

2018-08-25 Thread danglin at gcc dot gnu.org
: ada Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 spawn /test/gnu/gcc/objdir/gcc/gnatmake --GCC

[Bug ada/87101] New: FAIL: gnat.dg/config_pragma1.adb execution test

2018-08-25 Thread danglin at gcc dot gnu.org
: ada Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 spawn /test/gnu/gcc/objdir/gcc/gnatmake --GCC

[Bug ada/87102] New: FAIL: gnat.dg/debug11_pkg.adb scan-assembler local_imported_func

2018-08-25 Thread danglin at gcc dot gnu.org
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 Created

[Bug target/52090] FAIL: c-c++-common/simulate-thread/bitfields-4.c -O2 -g thread simulation test

2018-08-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52090 --- Comment #1 from John David Anglin --- I believe this is probably a gdb bug. Calling the verify routine after each step can corrupt the register state. I don't see a way to save and restore all general registers in verify routine.

[Bug tree-optimization/87184] New: generic-match.c:55076:1: ICE: Segmentation fault

2018-09-01 Thread danglin at gcc dot gnu.org
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 /test/gnu/gcc/objdir/./prev-gcc/xg++ -B

[Bug tree-optimization/87184] generic-match.c:55076:1: ICE: Segmentation fault

2018-09-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87184 --- Comment #1 from John David Anglin --- Created attachment 44645 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44645&action=edit Preprocessed source We might be running out of memory.

[Bug middle-end/87188] New: Function pointer canonicalization optimized away

2018-09-02 Thread danglin at gcc dot gnu.org
Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa*-*-* (32-bit) Target: hppa*-*-* (32-bit) Build: hppa*-*-* (32-bit) Created attachment 44647 --> ht

[Bug tree-optimization/87188] Function pointer canonicalization optimized away

2018-09-02 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 John David Anglin changed: What|Removed |Added Component|middle-end |tree-optimization --- Comment #1 fro

[Bug tree-optimization/87188] Function pointer canonicalization optimized away

2018-09-02 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 --- Comment #2 from John David Anglin --- Created attachment 44648 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44648&action=edit Preprocessed source

[Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test

2018-09-03 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68737 John David Anglin changed: What|Removed |Added Last reconfirmed|2016-01-29 00:00:00 |2018-08-16 0:00 --- Comment #2 from

[Bug tree-optimization/87188] Function pointer canonicalization optimized away

2018-09-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 John David Anglin changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comme

[Bug tree-optimization/87184] generic-match.c:55076:1: ICE: Segmentation fault

2018-09-05 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87184 --- Comment #4 from John David Anglin --- r263931 introduced the problem. Unfortunately, I don't get a core dump and the behavior is different in build at -j2.

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #3 from John David Anglin --- Author: danglin Date: Sat Sep 8 13:20:23 2018 New Revision: 264168 URL: https://gcc.gnu.org/viewcvs?rev=264168&root=gcc&view=rev Log: PR rtl-optimization/85458 * sel-sched.c (sel_target_

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/87256] hppa spends huge amount of time in synth_mult()

2018-09-08 Thread danglin at gcc dot gnu.org
||2018-09-08 CC||danglin at gcc dot gnu.org Ever confirmed|0 |1

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-10 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #6 from John David Anglin --- The patch was approved by Jeff Law. The ICE indicates that there was a negative priority generated in testcase on ia64. Negative priorities present a problem for targets that define TARGET_SCHED_ADJUST_

[Bug tree-optimization/87184] generic-match.c:55076:1: ICE: Segmentation fault

2018-09-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87184 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/87188] Function pointer canonicalization optimized away

2018-09-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 --- Comment #25 from John David Anglin --- Author: danglin Date: Fri Sep 14 23:26:12 2018 New Revision: 264336 URL: https://gcc.gnu.org/viewcvs?rev=264336&root=gcc&view=rev Log: PR middle-end/87188 * dojump.c (do_compare_and_jump

[Bug middle-end/87188] Function pointer canonicalization optimized away

2018-09-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 --- Comment #26 from John David Anglin --- Author: danglin Date: Fri Sep 14 23:30:32 2018 New Revision: 264337 URL: https://gcc.gnu.org/viewcvs?rev=264337&root=gcc&view=rev Log: PR middle-end/87188 * dojump.c (do_compare_and_jump

[Bug middle-end/84089] [8 Regression] FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (internal compiler error)

2018-02-10 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84089 --- Comment #8 from John David Anglin --- Author: danglin Date: Sat Feb 10 19:55:06 2018 New Revision: 257552 URL: https://gcc.gnu.org/viewcvs?rev=257552&root=gcc&view=rev Log: Backport from mainline 2018-02-01 Aldy Hernandez

[Bug middle-end/84089] [8 Regression] FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (internal compiler error)

2018-02-10 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84089 --- Comment #9 from John David Anglin --- Author: danglin Date: Sat Feb 10 20:04:59 2018 New Revision: 257553 URL: https://gcc.gnu.org/viewcvs?rev=257553&root=gcc&view=rev Log: Backport from mainline 2018-02-01 Aldy Hernandez

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

2018-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83984 --- Comment #1 from John David Anglin --- Author: danglin Date: Wed Feb 14 21:13:26 2018 New Revision: 257672 URL: https://gcc.gnu.org/viewcvs?rev=257672&root=gcc&view=rev Log: PR target/83984 * config/pa/pa.md: Load address of P

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

2018-02-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83984 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/69331] FAIL: 20_util/shared_ptr/thread/default_weaktoshared.cc execution test

2018-02-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69331 --- Comment #20 from John David Anglin --- // { dg-additional-options "-latomic" { target libatomic_available } } doesn't work: spawn /test/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc -B/test/gnu/gcc/objdir/./gc c -nostdinc++ -L/test/gnu/gcc/objdi

[Bug libstdc++/84442] New: FAIL: 30_threads/thread/cons/terminate.cc (test for excess errors)

2018-02-18 Thread danglin at gcc dot gnu.org
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa*-*-hpux11* Target: hppa*-*-hpux11* Build: hppa*-*-hpux11* spawn /test/gnu/gcc

[Bug libgomp/84473] New: FAIL: libgomp.c++/member-5.C execution test

2018-02-19 Thread danglin at gcc dot gnu.org
: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu

[Bug libgomp/84466] [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

2018-02-19 Thread danglin at gcc dot gnu.org
||2018-02-19 CC||danglin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from John David Anglin --- Also seen on hppa-unknown-linux-gnu. Only 3 loops carried no dependency.

[Bug debug/84545] New: FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for excess errors)

2018-02-24 Thread danglin at gcc dot gnu.org
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

2018-03-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83984 --- Comment #3 from John David Anglin --- Author: danglin Date: Sun Mar 11 14:43:39 2018 New Revision: 258432 URL: https://gcc.gnu.org/viewcvs?rev=258432&root=gcc&view=rev Log: Backport from mainline 2018-02-14 John David Anglin

<    3   4   5   6   7   8   9   10   11   12   >