[Bug target/56347] [4.8 Regression] FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test

2013-02-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347 --- Comment #8 from John David Anglin 2013-02-19 14:01:51 UTC --- Author: danglin Date: Tue Feb 19 14:01:40 2013 New Revision: 196139 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196139 Log: PR target/56347 * acinclu

[Bug target/56347] [4.8 Regression] FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test

2013-02-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/56346] FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)

2013-03-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346 --- Comment #3 from John David Anglin 2013-03-09 21:30:13 UTC --- Created attachment 29631 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29631 .s file Target doesn't have __cxa_thread_atexit or __cxa_atexit, so it won't help to i

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #3 from John David Anglin 2013-03-09 22:49:13 UTC --- So, this is probably a debug format issue. Will xfail.

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

2013-03-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55794 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2013-

[Bug target/56347] [4.8 Regression] FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test

2013-03-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347 --- Comment #10 from John David Anglin 2013-03-11 00:44:33 UTC --- Author: danglin Date: Mon Mar 11 00:44:28 2013 New Revision: 196588 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196588 Log: PR target/56347 * config

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #4 from John David Anglin 2013-03-11 01:10:43 UTC --- Author: danglin Date: Mon Mar 11 01:10:38 2013 New Revision: 196591 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196591 Log: PR debug/56307 * gcc.dg/t

[Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR ;" 1

2013-03-10 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54119 --- Comment #4 from John David Anglin 2013-03-11 01:18:22 UTC --- Author: danglin Date: Mon Mar 11 01:18:18 2013 New Revision: 196592 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196592 Log: PR testsuite/54119 * gcc.

[Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR ;" 1

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

[Bug c++/56346] FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)

2013-03-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346 --- Comment #5 from John David Anglin 2013-03-12 14:28:22 UTC --- With patch, build fails with following error: /test/gnu/gcc/objdir1/./prev-gcc/xg++ -B/test/gnu/gcc/objdir1/./prev-gcc/ -B/opt /gnu/gcc/gcc-4.8/hppa2.0w-hp-hpux11.11/bin/

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #7 from John David Anglin 2013-03-12 14:52:11 UTC --- Created attachment 29653 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29653 Tree dump

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #8 from John David Anglin 2013-03-12 14:53:13 UTC --- Created attachment 29654 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29654 Tree dump

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #15 from John David Anglin 2013-03-14 23:46:18 UTC --- Adding -fvar-tracking -fvar-tracking-assignments results in the following warning on hppa2.0w-hp-hpux11.11: spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc

[Bug middle-end/55943] [4.6/4.7/4.8/4.9 Regression] ICE in gen_reg_rtx

2013-03-16 Thread danglin at gcc dot gnu.org
*-*-* CC||danglin at gcc dot gnu.org --- Comment #4 from John David Anglin 2013-03-16 13:17:17 UTC --- I believe the problem is in this hunk of code: /* See if we can coerce the target into moving both values at once. */ /* Move floating point as

[Bug middle-end/55943] [4.6/4.7/4.8/4.9 Regression] ICE in gen_reg_rtx

2013-03-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55943 --- Comment #5 from John David Anglin 2013-03-16 13:19:46 UTC --- Created attachment 29680 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29680 Patch Oops, previous comment comment contained patch that I'm testing.

[Bug middle-end/56668] New: FAIL: gcc.dg/pr56494.c: ICE in simplify_subreg, at simplify-rtx.c:5725

2013-03-20 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56668 Bug #: 56668 Summary: FAIL: gcc.dg/pr56494.c: ICE in simplify_subreg, at simplify-rtx.c:5725 Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug libstdc++/56733] New: src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_

2013-03-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56733 Bug #: 56733 Summary: src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type

[Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at

2013-03-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56733 John David Anglin changed: What|Removed |Added Target|hppa2.0w-hp-hpux11.11 |hppa*-*-* Host

[Bug middle-end/56791] New: Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload

2013-03-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56791 Bug #: 56791 Summary: Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload Classification: Unclassified Product: gcc Version: 4.8

[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

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #2 from John David Anglin 2013-03-31 15:43:31 UTC --- Problem is note kind is NOTE_INSN_DELETED_DEBUG_LABEL. It probably should be NOTE_INSN_DELETED_LABEL.

[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

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #3 from John David Anglin 2013-03-31 16:41:54 UTC --- Created attachment 29760 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29760 Preprocessed source Can be reproduced on i686-apple-darwin9: -fpreprocessed pr51447.

[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

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #4 from John David Anglin 2013-03-31 20:13:43 UTC --- Think this must be a RTL sharing problem. The note kind changes somewhere in the jump pass from NOTE_INSN_DELETED_LABEL to NOTE_INSN_DELETED_DEBUG_LABEL.

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

2013-04-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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

2013-04-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #5 from John David Anglin 2013-04-03 21:00:49 UTC --- In reload_as_needed, the reload processing for the following insn the note: (gdb) p debug_rtx (insn) (jump_insn 25 22 26 3 (set (pc) (if_then_else (eq (reg/f:DI

[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

2013-04-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #6 from John David Anglin 2013-04-03 21:10:52 UTC --- Seems to occur in emit_reload_insns.

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

2013-04-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 John David Anglin changed: What|Removed |Added Component|middle-end |target --- Comment #7 from

[Bug libstdc++/56841] New: [4.9 Regression] ld: Unsatisfied symbol "__atomic_exchange_8" in file /test/gnu/gcc/objdir/prev-hppa64-hp-hpux11.11/libstdc++-v3/src/.libs/libstdc++.a[eh_terminate.o]

2013-04-04 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56841 Bug #: 56841 Summary: [4.9 Regression] ld: Unsatisfied symbol "__atomic_exchange_8" in file /test/gnu/gcc/objdir/prev-hppa64-hp-hpux11.11/libstdc+ +-v3/src/

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

2013-04-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2013-04-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/56791] [4.8/4.9 Regression] Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload

2013-04-09 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56791 --- Comment #1 from John David Anglin 2013-04-09 23:17:04 UTC --- Introduced in r195702. Guess I didn't do enough testing of PA 1.1. Looks like we need to ban symbolic destinations to work around this bug.

[Bug translation/57027] New: [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022

2013-04-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027 Bug #: 57027 Summary: [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCO

[Bug tree-optimization/57027] [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022

2013-04-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027 John David Anglin changed: What|Removed |Added CC||amylaar at gcc dot gnu.org

[Bug tree-optimization/57027] [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022

2013-05-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027 --- Comment #2 from John David Anglin 2013-05-02 15:42:23 UTC --- Related fails: FAIL: gcc.c-torture/compile/991202-1.c -O2 (internal compiler error) FAIL: gcc.c-torture/compile/991202-1.c -O2 (test for excess errors) FAIL: gcc.c-to

[Bug middle-end/53823] [4.8 Regression] FAIL: gcc.c-torture/execute/930921-1.c execution at -O0 and -O1

2012-08-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53823 --- Comment #22 from John David Anglin 2012-08-12 14:30:12 UTC --- Created attachment 27994 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27994 Patch /* synth_mult does an `unsigned int' multiply. As long as the mode is les

[Bug middle-end/53823] [4.8 Regression] FAIL: gcc.c-torture/execute/930921-1.c execution at -O0 and -O1

2012-08-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53823 --- Comment #24 from John David Anglin 2012-08-18 23:16:57 UTC --- Author: danglin Date: Sat Aug 18 23:16:53 2012 New Revision: 190505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190505 Log: PR middle-end/53823 * expmed.c (expa

[Bug middle-end/53823] [4.8 Regression] FAIL: gcc.c-torture/execute/930921-1.c execution at -O0 and -O1

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

[Bug tree-optimization/54317] New: [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p

2012-08-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54317 Bug #: 54317 Summary: [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/54317] [4.8 Regression] FAIL: c45532m c45532n c45532o c45532p

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

[Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90

2012-08-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54375 Bug #: 54375 Summary: FAIL: gfortran.dg/realloc_on_assign_14.f90 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90

2012-08-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54375 --- Comment #1 from John David Anglin 2012-08-25 17:00:40 UTC --- (gdb) disass $pc-16,$pc+16 Dump of assembler code from 0x40313afc to 0x40313b1c: 0x40313afc <_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mapp

[Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90

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

[Bug testsuite/54184] [4.8 Regression] gcc.dg/pr52558-1.c failure

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

[Bug debug/54460] New: FAIL: g++.dg/debug/dwarf2/nested-3.C

2012-09-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54460 Bug #: 54460 Summary: FAIL: g++.dg/debug/dwarf2/nested-3.C Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/54469] New: FAIL: gnat.dg/array11.adb (test for warnings, line 12)

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54469 Bug #: 54469 Summary: FAIL: gnat.dg/array11.adb (test for warnings, line 12) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED S

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

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54470 Bug #: 54470 Summary: FAIL: gcc.dg/ipa/iinline-4.c scan-ipa-dump inline "hooray4[^\\n]*inline copy in test4" Classification: Unclassified Product: gcc Version: 4.8.0

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

2012-09-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 Bug #: 54471 Summary: [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug preprocessor/54528] New: [4.8 Regression] system.h:288:78: error: integer overflow in expression

2012-09-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54528 Bug #: 54528 Summary: [4.8 Regression] system.h:288:78: error: integer overflow in expression Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFI

[Bug preprocessor/54528] [4.8 Regression] system.h:288:78: error: integer overflow in expression

2012-09-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54528 John David Anglin changed: What|Removed |Added CC||crowl at gcc dot gnu.org --- Comment

[Bug preprocessor/54528] [4.8 Regression] system.h:288:78: error: integer overflow in expression

2012-09-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54528 --- Comment #4 from John David Anglin 2012-09-13 00:44:15 UTC --- (In reply to comment #3) > Created attachment 28177 [details] > Patch that "fixes" the problem Works for me. I believe the problem is the overflow detection in the new code.

[Bug target/54083] FAIL: gcc.dg/torture/pr53922.c on *-apple-darwin*

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

[Bug testsuite/54007] lto15.adb fails: gnat1: error: LTO support has not been enabled in this configuration

2012-09-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54007 --- Comment #3 from John David Anglin 2012-09-16 16:40:30 UTC --- Author: danglin Date: Sun Sep 16 16:40:25 2012 New Revision: 191360 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191360 Log: PR testsuite/54007 * gnat.dg/lto15.ad

[Bug debug/54460] FAIL: g++.dg/debug/dwarf2/nested-3.C

2012-09-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54460 --- Comment #3 from John David Anglin 2012-09-16 16:43:38 UTC --- Author: danglin Date: Sun Sep 16 16:43:33 2012 New Revision: 191361 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191361 Log: PR debug/54460 * g++.dg/debug/dwarf2/

[Bug debug/54460] FAIL: g++.dg/debug/dwarf2/nested-3.C

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

[Bug testsuite/54007] lto15.adb fails: gnat1: error: LTO support has not been enabled in this configuration

2012-09-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54007 --- Comment #4 from John David Anglin 2012-09-22 16:46:35 UTC --- Author: danglin Date: Sat Sep 22 16:46:29 2012 New Revision: 191644 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191644 Log: Backport from mainline: 2

[Bug testsuite/54007] lto15.adb fails: gnat1: error: LTO support has not been enabled in this configuration

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

[Bug middle-end/54683] New: [4.8 Regression] Bootstrap comparison failure

2012-09-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54683 Bug #: 54683 Summary: [4.8 Regression] Bootstrap comparison failure Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/54683] [4.8 Regression] Bootstrap comparison failure

2012-09-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54683 --- Comment #1 from John David Anglin 2012-09-23 13:46:13 UTC --- The difference is actually in the .debug_line section.

[Bug middle-end/54683] [4.8 Regression] Bootstrap comparison failure

2012-09-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54683 --- Comment #2 from John David Anglin 2012-09-23 18:00:42 UTC --- At revision 191650, the files change to: Bootstrap comparison failure! gcc/cp/init.o differs gcc/cp/decl.o differs hppa-linux-gnu/libstdc++-v3/src/c++98/iostream-inst.o

[Bug preprocessor/54528] [4.8 Regression] system.h:288:78: error: integer overflow in expression

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

[Bug middle-end/54683] [4.8 Regression] Bootstrap comparison failure

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

[Bug rtl-optimization/54739] [4.8 regression] FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1 "Splitting reg"

2012-09-29 Thread danglin at gcc dot gnu.org
||2012-09-29 CC||danglin at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from John David Anglin 2012-09-29 22:26:54 UTC --- Also seen on hppa.

[Bug testsuite/54148] FAIL: gcc.dg/plugin/selfassign.c compilation

2012-09-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54148 John David Anglin changed: What|Removed |Added Component|plugins |testsuite --- Comment #3 fr

[Bug libstdc++/54757] New: FAIL: ext/random/beta_distribution/cons/default.cc (test for excess errors)

2012-09-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54757 Bug #: 54757 Summary: FAIL: ext/random/beta_distribution/cons/default.cc (test for excess errors) Classification: Unclassified Product: gcc Version: 4.8.0 S

[Bug testsuite/54148] FAIL: gcc.dg/plugin/selfassign.c compilation

2012-09-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54148 --- Comment #4 from John David Anglin 2012-09-30 15:52:35 UTC --- Tests don't fail with full bootstrap. It appears TESTING_IN_BUILD_TREE should not be output to site.exp when full build tree isn't available.

[Bug target/54083] FAIL: gcc.dg/torture/pr53922.c on *-apple-darwin*

2012-09-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54083 --- Comment #8 from John David Anglin 2012-09-30 17:41:55 UTC --- Author: danglin Date: Sun Sep 30 17:41:49 2012 New Revision: 191873 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191873 Log: PR target/54083 * gcc.dg/

[Bug target/54083] FAIL: gcc.dg/torture/pr53922.c on *-apple-darwin*

2012-09-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54083 --- Comment #9 from John David Anglin 2012-09-30 17:44:09 UTC --- Author: danglin Date: Sun Sep 30 17:44:04 2012 New Revision: 191874 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191874 Log: PR target/54083 * gcc.dg/

[Bug target/54083] FAIL: gcc.dg/torture/pr53922.c on *-apple-darwin*

2012-09-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54083 --- Comment #10 from John David Anglin 2012-09-30 17:54:57 UTC --- Test is fixed on 32-bit hpux. Sorry, for messing up proposed patches.

[Bug rtl-optimization/54739] [4.8 regression] FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1 "Splitting reg"

2012-10-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54739 --- Comment #7 from John David Anglin 2012-10-06 00:33:56 UTC --- Author: danglin Date: Sat Oct 6 00:33:52 2012 New Revision: 192152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192152 Log: PR rtl-optimization/54739

[Bug middle-end/54850] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20041113-1.c execution, -Os

2012-10-07 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54850 Bug #: 54850 Summary: [4.8 Regression] FAIL: gcc.c-torture/execute/20041113-1.c execution, -Os Classification: Unclassified Product: gcc Version: 4.8.0 Sta

[Bug middle-end/54850] [4.8 Regression] FAIL: gcc.c-torture/execute/20041113-1.c execution, -Os

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

[Bug middle-end/54862] New: [4.8 Regression] error: comparison between signed and unsigned integer expressions in simplify-rtx.c

2012-10-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54862 Bug #: 54862 Summary: [4.8 Regression] error: comparison between signed and unsigned integer expressions in simplify-rtx.c Classification: Unclassified Product: gcc Vers

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

2012-10-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 Bug #: 54926 Summary: [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace Classification: Unclassified Product: gcc Version: 4.8.0

[Bug tree-optimization/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c

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

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

2012-10-23 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 Bug #: 55046 Summary: [4.8 Regression] ICE in ira_reuse_stack_slot at ira-color.c:4065 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

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

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

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

2012-10-27 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 --- Comment #2 from John David Anglin 2012-10-27 20:43:59 UTC --- It doesn't help to return NULL_RTX when allocno is zero.

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

2012-11-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55195 Bug #: 55195 Summary: [4.8 Regression] shorten_branches generates incorrect forward branch distances Classification: Unclassified Product: gcc Version: 4.8.0

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

2012-11-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55198 Bug #: 55198 Summary: [4.8 Regression] libquadmath/math/fmaq.c:233:7: internal compiler error Classification: Unclassified Product: gcc Version: 4.8.0 Statu

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #11 from John David Anglin 2010-12-18 17:10:37 UTC --- Author: danglin Date: Sat Dec 18 17:10:34 2010 New Revision: 168026 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168026 Log: PR target/46915 * config/pa/pa.c (br

[Bug testsuite/45342] FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_address.*emutls_get_address.*

2010-12-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45342 --- Comment #1 from John David Anglin 2010-12-19 15:51:25 UTC --- Author: danglin Date: Sun Dec 19 15:51:22 2010 New Revision: 168060 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168060 Log: PR testsuite/45342 * gcc.dg/tls/thr-c

[Bug testsuite/45342] FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_address.*emutls_get_address.*

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

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #14 from John David Anglin 2010-12-19 19:50:20 UTC --- Author: danglin Date: Sun Dec 19 19:50:17 2010 New Revision: 168072 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168072 Log: Backport from mainline: 2010-12-18

[Bug ada/46950] Stage 3 ada bootstrap error on i686-apple-darwin9

2010-12-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46950 --- Comment #1 from John David Anglin 2010-12-19 20:11:52 UTC --- Introduced by following change: 2010-12-12 Jan Hubicka Rainer Orth * varasm.c (default_function_section): Check flag_reorder_functions and target

[Bug target/46950] Stage 3 ada bootstrap error on i686-apple-darwin9

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

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #15 from John David Anglin 2010-12-22 18:47:04 UTC --- Author: danglin Date: Wed Dec 22 18:46:57 2010 New Revision: 168177 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168177 Log: Backport from mainline: 2010-12-18

[Bug target/40468] [4.5 Regression] FAIL: gcc.c-torture/execute/20061031-1.c execution, -Os

2010-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40468 --- Comment #4 from John David Anglin 2010-12-22 18:47:05 UTC --- Author: danglin Date: Wed Dec 22 18:46:57 2010 New Revision: 168177 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168177 Log: Backport from mainline: 2010-12-18 J

[Bug target/40468] [4.5 Regression] FAIL: gcc.c-torture/execute/20061031-1.c execution, -Os

2010-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40468 --- Comment #5 from John David Anglin 2010-12-22 18:49:31 UTC --- Author: danglin Date: Wed Dec 22 18:49:24 2010 New Revision: 168178 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168178 Log: Backport from mainline: 2010-12-18 J

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-22 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #16 from John David Anglin 2010-12-22 18:49:31 UTC --- Author: danglin Date: Wed Dec 22 18:49:24 2010 New Revision: 168178 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168178 Log: Backport from mainline: 2010-12-18

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

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

[Bug lto/47264] New: [4.6 Regression] Many tests fail with -flto due unaligned load in lto-plugin.c

2011-01-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47264 Summary: [4.6 Regression] Many tests fail with -flto due unaligned load in lto-plugin.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug lto/47287] New: FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto

2011-01-13 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287 Summary: FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto

2011-01-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287 John David Anglin changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Commen

[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto

2011-01-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287 --- Comment #2 from John David Anglin 2011-01-16 01:53:25 UTC --- dave@gsyprf11:~/gcc-4.6/objdir/gcc/testsuite/gcc$ less 20010124-1.res 3 20010124-1.o 3 70 e5ddcfb3 PREEMPTED_IR main_test 76 e5ddcfb3 PREEMPTED_IR g 101 e5ddcfb3 PREEMPTED_IR f 200

[Bug libstdc++/47320] New: FAIL: 18_support/numeric_limits/lowest.cc execution test

2011-01-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47320 Summary: FAIL: 18_support/numeric_limits/lowest.cc execution test Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/47321] New: FAIL: 21_strings/basic_string/requirements/typedefs.cc (test for excess errors)

2011-01-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47321 Summary: FAIL: 21_strings/basic_string/requirements/typedefs.cc (test for excess errors) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug libstdc++/47323] New: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors)

2011-01-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47323 Summary: FAIL: 28_regex/08_basic_regex/requirements/constexpr_data.cc (test for excess errors) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity:

[Bug testsuite/47325] New: FAIL: g++.dg/ext/pr47213.C (test for excess errors)

2011-01-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47325 Summary: FAIL: g++.dg/ext/pr47213.C (test for excess errors) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assign

[Bug testsuite/47325] FAIL: g++.dg/ext/pr47213.C (test for excess errors)

2011-01-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47325 --- Comment #1 from John David Anglin 2011-01-17 00:35:34 UTC --- Author: danglin Date: Mon Jan 17 00:35:30 2011 New Revision: 168886 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168886 Log: PR testsuite/47325 g++.dg/ext/pr47213

[Bug testsuite/47325] FAIL: g++.dg/ext/pr47213.C (test for excess errors)

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

[Bug testsuite/45413] gcc.target/i386/combine-mul.c fails on PIC targets

2011-01-16 Thread danglin at gcc dot gnu.org
||2011.01.17 00:56:47 CC||danglin at gcc dot gnu.org Ever Confirmed|0 |1

<    1   2   3   4   5   6   7   8   9   10   >