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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55794
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2013-
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
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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54119
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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/
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
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
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
*-*-*
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
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.
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
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
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
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
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.
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.
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487
John David Anglin changed:
What|Removed |Added
Component|middle-end |target
--- Comment #7 from
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/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027
John David Anglin changed:
What|Removed |Added
CC||amylaar 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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53823
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54317
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54375
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54184
John David Anglin changed:
What|Removed |Added
CC||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
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
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
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
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
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
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54083
John David Anglin changed:
What|Removed |Added
CC||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
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/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54460
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54007
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54528
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54683
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
||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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54148
John David Anglin changed:
What|Removed |Added
Component|plugins |testsuite
--- Comment #3 fr
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
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.
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/
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/
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.
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54850
John David Anglin changed:
What|Removed |Added
CC||bernds 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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713
John David Anglin changed:
What|Removed |Added
CC||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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046
John David Anglin changed:
What|Removed |Added
CC||steven 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.
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45342
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46950
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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:
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
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
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
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:
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:
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:
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47325
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
||2011.01.17 00:56:47
CC||danglin at gcc dot gnu.org
Ever Confirmed|0 |1
101 - 200 of 2296 matches
Mail list logo