[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 #4 from John David Anglin --- Author: danglin Date: Sun Mar 11 14:44:48 2018 New Revision: 258433 URL: https://gcc.gnu.org/viewcvs?rev=258433&root=gcc&view=rev Log: Backport from mainline 2018-02-14 John David Anglin

[Bug target/83451] FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (ICE)

2018-03-12 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83451 --- Comment #3 from John David Anglin --- It turns out we adjust the subreg in pa_emit_move_sequence but never emit an insn with it. The code just falls through and emits the unrecognizable insn. Testing a fix.

[Bug fortran/84848] New: [8 Regression] FAIL: gfortran.dg/coarray/event_3.f08 -fcoarray=single -O2 -latomic execution test

2018-03-13 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P3 Component: fortran 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 target/83451] FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (ICE)

2018-03-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83451 --- Comment #4 from John David Anglin --- Author: danglin Date: Wed Mar 14 23:31:57 2018 New Revision: 258541 URL: https://gcc.gnu.org/viewcvs?rev=258541&root=gcc&view=rev Log: PR target/83451 * config/pa/pa.c (pa_emit_move_seque

[Bug target/83451] FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (ICE)

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

[Bug target/83451] FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (ICE)

2018-03-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83451 --- Comment #6 from John David Anglin --- Author: danglin Date: Wed Mar 14 23:51:06 2018 New Revision: 258542 URL: https://gcc.gnu.org/viewcvs?rev=258542&root=gcc&view=rev Log: PR target/83451 * config/pa/pa.c (pa_emit_move_seque

[Bug target/83451] FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (ICE)

2018-03-14 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83451 --- Comment #7 from John David Anglin --- Author: danglin Date: Wed Mar 14 23:55:02 2018 New Revision: 258543 URL: https://gcc.gnu.org/viewcvs?rev=258543&root=gcc&view=rev Log: PR target/83451 * config/pa/pa.c (pa_emit_move_seque

[Bug middle-end/84048] [8 Regression] FAIL: gcc.dg/torture/tls/run-ld.c -O0 -pie -fPIE execution test

2018-03-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84048 --- Comment #5 from John David Anglin --- With binutils-2.29,test passes: https://sourceware.org/bugzilla/show_bug.cgi?id=22978

[Bug tree-optimization/84935] New: FAIL: gcc.dg/tree-ssa/pr84512.c scan-tree-dump optimized "return 285;"

2018-03-18 Thread danglin at gcc dot gnu.org
ty: normal Priority: P3 Component: 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

[Bug target/83638] atomic_is_lock_free should return false on pa-risc

2018-03-23 Thread danglin at gcc dot gnu.org
||2018-03-24 CC||danglin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from John David Anglin --- I believe the test results are correct. The kernel locks are not interruptible and this is

[Bug middle-end/85074] New: FAIL: g++.dg/torture/pr81812.C (test for excess errors)

2018-03-25 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: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu spawn

[Bug middle-end/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)

2018-03-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85074 --- Comment #2 from John David Anglin --- We have default TARGET_USE_LOCAL_THUNK_ALIAS_P and TARGET_ASM_CAN_OUTPUT_MI_THUNK is default_can_output_mi_thunk_no_vcall(). if (!this_adjusting || !targetm.asm_out.can_output_mi_thunk (thunk_fnd

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

2018-11-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87188 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/66114] some indirect_jump patterns use operands[] in their condition when they shouldn't

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

[Bug testsuite/64886] FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operands" 1

2018-11-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64886 --- Comment #7 from John David Anglin --- Doesn't appear fixed on aarch64 ILP32.

[Bug target/62247] [7/8/9 Regression] FAIL: g++.dg/abi/anon3.C -std=c++98/9 scan-assembler .weak(_definition)

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

[Bug tree-optimization/60707] FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0

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

[Bug lto/88185] New: LTO merges -fPIC/fpie and -fPIE/-fpie options to nothing - fails to warn when both are specified

2018-11-24 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org CC: marxin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu

[Bug middle-end/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-11-11 Thread danglin at gcc dot gnu.org
||2012-11-11 AssignedTo|unassigned at gcc dot |danglin at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #15 from John David Anglin 2012-11-11 18:09:24 UTC --- Created

[Bug target/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-11-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 --- Comment #16 from John David Anglin 2012-11-13 00:37:01 UTC --- Author: danglin Date: Tue Nov 13 00:36:54 2012 New Revision: 193464 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193464 Log: PR target/55195 * config

[Bug target/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-11-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/55316] New: gcc/libsanitizer/asan/asan_linux.cc:70:3: error: #error "Unsupported arch"

2012-11-13 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55316 Bug #: 55316 Summary: gcc/libsanitizer/asan/asan_linux.cc:70:3: error: #error "Unsupported arch" Classification: Unclassified Product: gcc Version: 4.8.0 S

[Bug target/55332] New: [4.8 Regression] libsanitizer breaks build on hpux

2012-11-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55332 Bug #: 55332 Summary: [4.8 Regression] libsanitizer breaks build on hpux Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/55369] New: expmed.c is miscompiled in stage1 bootstrap at -O1

2012-11-17 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55369 Bug #: 55369 Summary: expmed.c is miscompiled in stage1 bootstrap at -O1 Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug middle-end/55369] expmed.c is miscompiled in stage1 bootstrap at -O1

2012-11-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55369 --- Comment #1 from John David Anglin 2012-11-18 17:16:53 UTC --- Created attachment 28725 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28725 Reduced testcase Problem occurs because of gcc_assert expression checking. If disabled

[Bug middle-end/55421] New: [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180

2012-11-20 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55421 Bug #: 55421 Summary: [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFI

[Bug middle-end/55421] [4.8 Regression] ICE in adjust _address_1, at emit-rtl.c:2180

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55421 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #3 from John David Anglin 2012-11-21 13:01:33 UTC --- Created attachment 28753 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28753 Tree dump

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #4 from John David Anglin 2012-11-21 13:02:32 UTC --- Created attachment 28754 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28754 Tree dump

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 --- Comment #5 from John David Anglin 2012-11-21 13:13:22 UTC --- Get the same with stage1 compiler. Maybe this is a HWI32 issue?

[Bug middle-end/55198] [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error

2012-11-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 --- Comment #3 from John David Anglin 2012-11-22 03:13:32 UTC --- In expand_expr_real: (gdb) p debug_rtx (orig_op0) (mem/c:BLK (plus:SI (reg/f:SI 91 virtual-stack-vars) (const_int 48 [0x30])) [6 v+0 S16 A64]) $25 = 10 (gdb) p

[Bug middle-end/55198] [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error

2012-11-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 --- Comment #4 from John David Anglin 2012-11-23 00:39:12 UTC --- Created attachment 28763 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28763 Testcase

[Bug middle-end/55198] [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error

2012-11-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 --- Comment #5 from John David Anglin 2012-11-23 00:40:06 UTC --- Created attachment 28764 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28764 Patch Testing.

[Bug lto/52650] [4.8 Regression] FAIL: gcc.dg/torture/pr51106-2.c * (internal compiler error)

2012-11-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52650 John David Anglin changed: What|Removed |Added Priority|P1 |P3 Last reconfirmed|2012-0

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-11-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 John David Anglin changed: What|Removed |Added Target Milestone|--- |3.3.1 --- Comment #9 from J

[Bug middle-end/52650] [4.8 Regression] FAIL: gcc.dg/torture/pr51106-2.c * (internal compiler error)

2012-11-26 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52650 John David Anglin changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/55487] New: ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above

2012-11-27 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 Bug #: 55487 Summary: ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above Classification: Unclassified Product: gcc Versi

[Bug c++/53814] FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test

2012-11-27 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53814 --- Comment #2 from John David Anglin 2012-11-27 23:43:34 UTC --- bash-3.2$ /opt/gnu64/bin/gdb nullptr28.exe GNU gdb (GDB) 7.4.50.20120203-cvs Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Bug libstdc++/55503] New: FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-11-27 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 Bug #: 55503 Summary: FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors) Classification: Unclassified Product: gcc Version: 4.7.3

[Bug middle-end/55507] New: [4.8 Regression] ICE in vt_expand_var_loc_chain, at var-tracking.c:8020

2012-11-27 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55507 Bug #: 55507 Summary: [4.8 Regression] ICE in vt_expand_var_loc_chain, at var-tracking.c:8020 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-11-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug other/55536] New: libbacktrace abort in backtrace_alloc at mmap.c:99 running btest

2012-11-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55536 Bug #: 55536 Summary: libbacktrace abort in backtrace_alloc at mmap.c:99 running btest Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

[Bug other/55536] libbacktrace abort in backtrace_alloc at mmap.c:99 running btest

2012-11-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55536 --- Comment #1 from John David Anglin 2012-11-29 21:15:26 UTC --- Created attachment 28831 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28831 Patch Patch is not perfect but btest runs successfully with change.

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 --- Comment #3 from John David Anglin 2012-12-01 18:25:21 UTC --- Author: danglin Date: Sat Dec 1 18:25:11 2012 New Revision: 194021 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194021 Log: PR libstdc++/55503 * test

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 --- Comment #4 from John David Anglin 2012-12-01 19:20:45 UTC --- Author: danglin Date: Sat Dec 1 19:20:39 2012 New Revision: 194023 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194023 Log: PR libstdc++/55503 * test

[Bug libstdc++/55503] FAIL: 30_threads/condition_variable/members/53841.cc (test for excess errors)

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55503 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #10 from John David Anglin 2012-12-01 19:43:08 UTC --- Author: danglin Date: Sat Dec 1 19:43:04 2012 New Revision: 194024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194024 Log: PR ada/52110 * s-osinte-

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #11 from John David Anglin 2012-12-01 19:45:29 UTC --- Author: danglin Date: Sat Dec 1 19:45:24 2012 New Revision: 194025 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194025 Log: PR ada/52110 * s-osinte-

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/52450] FAIL: gcc.dg/torture/pr52402.c at -O1 and above

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52450 --- Comment #13 from John David Anglin 2012-12-01 20:17:22 UTC --- Author: danglin Date: Sat Dec 1 20:17:13 2012 New Revision: 194026 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194026 Log: PR middle-end/52450 * gc

[Bug target/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 --- Comment #18 from John David Anglin 2012-12-01 20:36:08 UTC --- Author: danglin Date: Sat Dec 1 20:36:04 2012 New Revision: 194027 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194027 Log: Backport from mainline:

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-12-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/53814] FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test

2012-12-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53814 --- Comment #3 from John David Anglin 2012-12-02 21:13:57 UTC --- On trunk, "n" is loaded using generic code to load a misaligned object. So, test doesn't fail.

[Bug middle-end/55046] ICE in ira_reuse_stack_slot at ira-color.c:4065

2012-12-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 John David Anglin changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|

[Bug libfortran/55601] New: libgfortran build fails with --disable-libquadmath

2012-12-04 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55601 Bug #: 55601 Summary: libgfortran build fails with --disable-libquadmath Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug lto/55605] New: FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 -flto -flto-partition=none

2012-12-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55605 Bug #: 55605 Summary: FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 -flto -flto-partition=none Classification: Unclassified Product: gcc Version: 4

[Bug middle-end/50283] [4.7 Regression] FAIL: g++.dg/eh/simd-1.C execution test

2012-12-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50283 --- Comment #19 from John David Anglin 2012-12-06 02:19:55 UTC --- Author: danglin Date: Thu Dec 6 02:19:48 2012 New Revision: 194238 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194238 Log: Backport for mainline: 2

[Bug target/55195] [4.8 Regression] shorten_branches generates incorrect forward branch distances

2012-12-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 --- Comment #19 from John David Anglin 2012-12-06 02:19:57 UTC --- Author: danglin Date: Thu Dec 6 02:19:48 2012 New Revision: 194238 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194238 Log: Backport for mainline: 2

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-12-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #13 from John David Anglin 2012-12-07 00:59:58 UTC --- Volatile fails for the following reason: /xxx/gnu/gcc/objdir/./gcc/xgcc -B/xxx/gnu/gcc/objdir/./gcc/ -B/opt/gnu/gcc/gcc-4.8/hppa1.1-hp-hpux10.20/bin/ -B/opt/gnu/gcc/gcc-

[Bug middle-end/55198] [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error

2012-12-07 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 --- Comment #6 from John David Anglin 2012-12-07 14:47:55 UTC --- Patch is here: http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00042.html

[Bug tree-optimization/55625] New: FAIL: gcc.dg/tree-prof/tracer-1.c scan-tree-dump-times tracer "c =" 2

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55625 Bug #: 55625 Summary: FAIL: gcc.dg/tree-prof/tracer-1.c scan-tree-dump-times tracer "c =" 2 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/55626] New: FAIL: gcc.dg/tree-prof/val-prof-2.c

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55626 Bug #: 55626 Summary: FAIL: gcc.dg/tree-prof/val-prof-2.c Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Pri

[Bug tree-optimization/55626] FAIL: gcc.dg/tree-prof/val-prof-2.c

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55626 --- Comment #1 from John David Anglin 2012-12-09 15:24:02 UTC --- Created attachment 28908 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28908 Tree dump

[Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627 Bug #: 55627 Summary: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,-Os -fprofile-arcs Classification: Unclassified Product: gcc Version: 4.8.0

[Bug rtl-optimization/55627] [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627 --- Comment #1 from John David Anglin 2012-12-09 15:59:24 UTC --- (gdb) p for_val2 $2 = 6 (gdb) p goto_val $3 = 11 (gdb) p for_val1 $4 = 12 (gdb) p for_val2 $5 = 6 (gdb) p goto_val $6 = 11 (gdb) p ifelse_val1 $7 = 31 (gdb) p ifel

[Bug middle-end/55630] New: [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 Bug #: 55630 Summary: [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error) Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/54470] FAIL: gcc.dg/ipa/iinline-4.c scan-ipa-dump inline "hooray4[^\\n]*inline copy in test4"

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54470 --- Comment #3 from John David Anglin 2012-12-09 18:24:32 UTC --- Author: danglin Date: Sun Dec 9 18:24:27 2012 New Revision: 194337 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194337 Log: PR middle-end/54470 * gcc

[Bug pch/54117] [4.8 Regression] FAIL: ./decl-3.h -O0 -g (internal compiler error)

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117 --- Comment #3 from John David Anglin 2012-12-09 20:15:15 UTC --- I just noticed that the tests no longer ICE: FAIL: gcc.dg/pch/decl-3.c -O0 -g assembly comparison FAIL: gcc.dg/pch/decl-3.c -O3 -g assembly comparison FAIL: gcc.dg/pc

[Bug fortran/55633] New: [4.8 Regression] FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os execution test

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55633 Bug #: 55633 Summary: [4.8 Regression] FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os execution test Classification: Unclassified Product: gcc Vers

[Bug libgcj/55637] New: FAIL: sourcelocation output - source compiled test

2012-12-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 Bug #: 55637 Summary: FAIL: sourcelocation output - source compiled test Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug lto/55605] FAIL: gcc.c-torture/execute/builtins/20010124-1.c compilation, -O2 -flto -flto-partition=none

2012-12-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55605 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/55633] [4.8 Regression] FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os execution test

2012-12-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55633 --- Comment #6 from John David Anglin 2012-12-11 01:29:00 UTC --- Created attachment 28920 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28920 Reduced testcase

[Bug fortran/55633] [4.8 Regression] FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os execution test

2012-12-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55633 --- Comment #7 from John David Anglin 2012-12-11 02:00:11 UTC --- Created attachment 28921 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28921 Tree dump Looks to me like things go bad in lim1.

[Bug target/39244] Various cleanup tests fail

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39244 --- Comment #8 from John David Anglin 2012-12-11 23:40:34 UTC --- Still see these on my arm box. glibc is now somewhat old. http://gcc.gnu.org/ml/gcc-testresults/2012-12/msg00871.html Box has a Marvell processor.

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 John David Anglin changed: What|Removed |Added Target|hppa2.0w-hp-hpux11.11 |hppa*-*-* (32-bit) Hos

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #3 from John David Anglin 2012-12-12 00:12:13 UTC --- Breakpoint 1, simplify_subreg (outermode=SImode, op=0x40660c70, innermode=BLKmode, byte=0) at ../../gcc/gcc/simplify-rtx.c:5682 5682 gcc_assert (innermode != BLKmo

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #4 from John David Anglin 2012-12-12 01:00:59 UTC --- Introduced between 192625 and 192884.

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #5 from John David Anglin 2012-12-12 01:12:06 UTC --- dave@mx3210:~/gnu/gcc/objdir/gcc$ ./xgcc -B./ -v Reading specs from ./specs COLLECT_GCC=./xgcc COLLECT_LTO_WRAPPER=./lto-wrapper Target: hppa-linux-gnu Configured with: .

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #6 from John David Anglin 2012-12-12 03:58:29 UTC --- Introduced by the following commit: Author: ebotcazou Date: Sat Oct 20 21:00:23 2012 New Revision: 192641 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192641

[Bug middle-end/55487] ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above

2012-12-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #1 from John David Anglin 2012-12-14 15:50:17 UTC --- Backtrace: /test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/pr51447.c:27:1: internal compiler error: in mark_jump_label_1, at jump.c:1134^M 0x405c204f mark_jum

[Bug middle-end/55709] New: [4.8 Regression] Infinite loop in pointer_set_insert compiling cp/pt.c

2012-12-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55709 Bug #: 55709 Summary: [4.8 Regression] Infinite loop in pointer_set_insert compiling cp/pt.c Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug middle-end/55709] [4.8 Regression] Infinite loop in pointer_set_insert compiling cp/pt.c

2012-12-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55709 --- Comment #2 from John David Anglin 2012-12-16 17:35:03 UTC --- Author: danglin Date: Sun Dec 16 17:34:58 2012 New Revision: 194538 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194538 Log: PR middle-end/55709 Forwa

[Bug middle-end/52894] [4.5,4.6,4.7 Regression] Stage1 bootstrap fails with gcc-4.6.3: Infinite loop in pointer_set_insert

2012-12-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52894 --- Comment #10 from John David Anglin 2012-12-16 17:35:03 UTC --- Author: danglin Date: Sun Dec 16 17:34:58 2012 New Revision: 194538 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194538 Log: PR middle-end/55709 Forw

[Bug middle-end/55709] [4.8 Regression] Infinite loop in pointer_set_insert compiling cp/pt.c

2012-12-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55709 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/55794] New: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++98 and -std=gnu++11

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55794 Bug #: 55794 Summary: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++98 and -std=gnu++11 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 --- Comment #5 from John David Anglin 2012-12-22 23:00:21 UTC --- As might have been expected, libgfortran/random.o differs between revisions 189365 and 189366. Even in the .i files, there are many differences. For example, # diff -u

[Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 --- Comment #6 from John David Anglin 2012-12-22 23:01:46 UTC --- Created attachment 29031 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29031 .s file difference

[Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 --- Comment #8 from John David Anglin 2012-12-22 23:35:02 UTC --- Created attachment 29032 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29032 Preprocessed source from r189366 Compilation command: /test/gnu/gcc/objdir/./gcc/xgc

[Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 --- Comment #9 from John David Anglin 2012-12-22 23:38:11 UTC --- Created attachment 29033 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29033 Preprocessed source from r189365

[Bug target/52089] FAIL: gcc.dg/simulate-thread/subfields.c -O3 -g thread simulation test

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52089 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug other/55274] gcc build hangs on HP-UX 11.11

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug target/53789] ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc

2012-12-22 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org Resolution||FIXED --- Comment #6 from John David Anglin 2012-12-23 03:15:19 UTC --- Resolved on trunk.

[Bug bootstrap/53607] opt-functions.awk --> "awk: There is a regular expression error."

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53607 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug target/53789] ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53789 John David Anglin changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug lto/52778] gcc crashes with -flto on PA-RISC

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52778 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug target/53327] Invalid ASM being generated

2012-12-22 Thread danglin at gcc dot gnu.org
||2012-12-23 CC||danglin at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #4 from John David Anglin 2012-12-23 04:16:21 UTC --- I believe this is fixed.

[Bug target/53327] Invalid ASM being generated

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53327 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/49746] Generated PA-RISC2.0w code cannot be assembled by GNU as-2.21.1

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746 John David Anglin changed: What|Removed |Added CC||bugzilla-gcc at

[Bug target/53789] ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc

2012-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53789 --- Comment #8 from John David Anglin 2012-12-23 05:07:39 UTC --- (gdb) bt #0 gen_reg_rtx (mode=SImode) at ../../gcc/gcc/emit-rtl.c:859 #1 0x007957d4 in legitimize_tls_address (addr=0x412d6cd0) at ../../gcc/gcc/config/pa/pa.c:937 #

[Bug target/53789] ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc

2012-12-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53789 John David Anglin changed: What|Removed |Added Target|hppa*-*-* |hppa*-*-linux* --- Comment

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