http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47380
--- Comment #9 from Jonathan Wakely 2011-01-20
20:36:36 UTC ---
no problem, re-categorising bugs as features via documentation is easy ;)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47385
Summary: Test gcc.target/powerpc/pr37168.c fails if compiled
using a compiled configured with --with-cpu=power7
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: nor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47385
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47385
--- Comment #1 from Michael Meissner 2011-01-20
20:44:09 UTC ---
Created attachment 23051
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23051
Patch to fix the problem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
--- Comment #1 from Dodji Seketeli 2011-01-20
20:47:31 UTC ---
A candidate patch was posted to
http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01414.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47251
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47272
--- Comment #2 from Michael Meissner 2011-01-20
20:57:54 UTC ---
Created attachment 23052
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23052
Preliminary patch to allow --with-cpu=power7 to work
The root problem is under VSX, the vec_ld/ve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47386
Summary: Wrong warning: ‘w.dim[2].stride’ may be used
uninitialized in this function [-Wuninitialized]
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47386
Andrew Pinski changed:
What|Removed |Added
Component|fortran |middle-end
--- Comment #1 from Andrew Pin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607
Alexandre Oliva changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47387
Summary: AIX ctype 'mask' override not working
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: libstdc++
AssignedTo: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
Summary: [4.6 Regression] ICE: in begin_for_stmt, at
cp/semantics.c:863 with -fno-for-scope and for(;;)
inside a template
Product: gcc
Version: 4.6.0
Status: UNCON
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6709
Adam Butcher changed:
What|Removed |Added
CC||dev.lists at jessamine dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42603
Adam Butcher changed:
What|Removed |Added
CC||dev.lists at jessamine dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47389
Summary: ICE: in calc_dfs_tree, at dominance.c:395 with
-fno-combine-stack-adjustments -fno-dse
-fno-tree-forwprop
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47371
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47383
H.J. Lu changed:
What|Removed |Added
CC||ubizjak at gmail dot com
--- Comment #2 from H.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47379
--- Comment #2 from H.J. Lu 2011-01-20 23:28:32
UTC ---
When fwprop props subreg, it should check
1. If inner register is dead after use.
2. If subreg is used in multi-word operations.
3. If subreg is a paradoxical subreg.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36104
--- Comment #14 from Benjamin Kosnik 2011-01-20
23:41:28 UTC ---
Author: bkoz
Date: Thu Jan 20 23:41:24 2011
New Revision: 169072
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169072
Log:
2011-01-20 Benjamin Kosnik
PR libstdc++/3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47387
Paolo Carlini changed:
What|Removed |Added
CC||dje.gcc at gmail dot com
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47380
--- Comment #10 from Paolo Carlini 2011-01-21
00:02:38 UTC ---
Thanks Jon. Sometimes I despair we can make progress on the documentation ;)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47365
Zdenek Sojka changed:
What|Removed |Added
Known to work|4.6.0 |
Summary|[4.5 Regression] wrong
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47389
--- Comment #1 from Zdenek Sojka 2011-01-21 00:59:37
UTC ---
Created attachment 23056
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23056
range-for testcase
Probably the same problem.
$ gcc -fno-for-scope -std=c++0x testcase.C
testcase.C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47389
Zdenek Sojka changed:
What|Removed |Added
Attachment #23056|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
--- Comment #1 from Zdenek Sojka 2011-01-21 01:02:19
UTC ---
Created attachment 23057
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23057
range-for testcase
Probably the same problem.
$ gcc -fno-for-scope -std=c++0x testcase.C
testcase.C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601
Dave Korn changed:
What|Removed |Added
Keywords||patch
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390
Summary: Linking with -export-dynamic broken
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassig...@gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47383
H.J. Lu changed:
What|Removed |Added
Component|target |middle-end
Summary|[x32] Incorrect a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47383
--- Comment #4 from H.J. Lu 2011-01-21 05:33:53
UTC ---
(In reply to comment #3)
> The ivopts pass transforms
>
>
> unsigned int D.2715;
> unsigned int D.2716;
> ...
> D.2715_43 = (unsigned int) elems_3(D);
> D.2716_42 = D.2715_43 + 429
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47391
Summary: read from const volatile incorrectly eliminated
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47383
--- Comment #5 from H.J. Lu 2011-01-21 05:52:47
UTC ---
Should ivopts use signed integer instead of unsigned integer
for index type if it is known to be negative?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47377
--- Comment #2 from Tobias Burnus 2011-01-21
07:11:09 UTC ---
Author: burnus
Date: Fri Jan 21 07:11:05 2011
New Revision: 169079
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169079
Log:
2011-01-21 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47377
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
101 - 134 of 134 matches
Mail list logo