http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49093
--- Comment #11 from irar at gcc dot gnu.org 2011-06-02 07:03:04 UTC ---
Author: irar
Date: Thu Jun 2 07:02:57 2011
New Revision: 174559
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174559
Log:
PR tree-optimization/49093
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49093
Ira Rosen changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49239
--- Comment #4 from Ira Rosen 2011-06-02 07:13:20 UTC
---
H.J. is it fixed?
Thanks,
Ira
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786
--- Comment #13 from Thomas Koenig 2011-06-02
09:09:57 UTC ---
Author: tkoenig
Date: Thu Jun 2 09:09:53 2011
New Revision: 174560
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174560
Log:
2011-06-02 Thomas Koenig
Backport from t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261
--- Comment #2 from Richard Guenther 2011-06-02
09:44:34 UTC ---
Well, it's unfortunate that the new function header matches assignments.
Consider omitting the spaces around the '='s there.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49266
Summary: [C++0x] Another incomplete type regression with
noexcept
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
Dimitris Eftaxiopoulos changed:
What|Removed |Added
Target||x86_64-linux-gnu
H
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
--- Comment #3 from Jonathan Wakely 2011-06-02
11:43:31 UTC ---
http://www.gnu.org/software/gzip/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
--- Comment #4 from Dimitris Eftaxiopoulos
2011-06-02 11:49:36 UTC ---
Created attachment 24415
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24415
Preprocessed file that triggers the bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49163
Kazumoto Kojima changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49239
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47858
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48840
Eric Botcazou changed:
What|Removed |Added
Component|target |rtl-optimization
--- Comment #3 from Eric
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48840
--- Comment #4 from Eric Botcazou 2011-06-02
13:04:45 UTC ---
Author: ebotcazou
Date: Thu Jun 2 13:04:43 2011
New Revision: 174566
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174566
Log:
PR rtl-optimization/48840
* gcc.target/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48840
Eric Botcazou changed:
What|Removed |Added
Target|sparc64-unknown-linux-gnu |sparc64-*-*
Summary|[4.4/4.5/4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #97 from Jan Hubicka 2011-06-02
13:28:28 UTC ---
Today I noticed by an accident that the following hack:
Index: lto-streamer-out.c
===
--- lto-streamer-out.c (revision 1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48941
--- Comment #5 from rsandifo at gcc dot gnu.org
2011-06-02 13:40:28 UTC ---
(In reply to comment #4)
> (In reply to comment #3)
> > Created attachment 24234 [details]
> > Proposed patch
> >
> > The attached patch seems to fix the testcase and do
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48658
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|NEW
AssignedTo|ebotcazou at gcc d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #98 from Jan Hubicka 2011-06-02
14:28:47 UTC ---
Martin suggested ingoring BINFOs without FLAG_2 set.
It don't seem make much difference:
[WPA] Compression: 430287537 input bytes, 1997250286 uncompressed bytes (ratio:
4.641664)
[WP
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
--- Comment #6 from Jakub Jelinek 2011-06-02
14:45:15 UTC ---
Created attachment 24417
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24417
pr49264.ii
Partially reduced testcase.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
Jakub Jelinek changed:
What|Removed |Added
Status|WAITING |NEW
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
--- Comment #8 from Jakub Jelinek 2011-06-02
15:18:54 UTC ---
Seems we have memcpy (&any, &D.2892, 1) and fold_stmt_1 it.
Folding turns this into MEM_REF[&any] = MEM_REF[&D.2892], which
gimplify_and_update_call_from_tree tries to regimplify, but
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618
--- Comment #24 from Edmar Wienskoski 2011-06-02
15:33:16 UTC ---
The patch was approved by David, but I don't have WAA.
Can I get anyone in this list to volunteer to do the commit ?
Thanks,
Edmar
2011-05-23 Edmar Wienskoski ed...@freescale.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49243
--- Comment #4 from Mikael Pettersson 2011-06-02
15:33:40 UTC ---
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00145.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #21 from Markus Trippelsdorf
2011-06-02 16:10:40 UTC ---
(In reply to comment #20)
> The problem as confirmed in Comment 9 no longer reproduce on mainline. So
> problem is either fixed or went latent. I am going to try 4.6.
Confirme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48807
--- Comment #1 from Stuart Henderson 2011-06-02
16:16:56 UTC ---
Author: shenders
Date: Thu Jun 2 16:16:52 2011
New Revision: 174567
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174567
Log:
2011-06-02 Stuart Henderson
PR target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261
--- Comment #3 from davidxl 2011-06-02 16:33:37
UTC ---
(In reply to comment #2)
> Well, it's unfortunate that the new function header matches assignments.
> Consider omitting the spaces around the '='s there.
Yes -- it was just fixed that way.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48807
Stuart Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47951
Stuart Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265
--- Comment #2 from kargl at gcc dot gnu.org 2011-06-02 17:39:14 UTC ---
Author: kargl
Date: Thu Jun 2 17:39:11 2011
New Revision: 174569
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174569
Log:
2011-06-02 Steven G. Kargl
PR fort
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49181
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49267
Summary: Ambiguity with conversion functions "T&" and "T&&",
initializing a "T&&"
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49134
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48539
--- Comment #2 from Nicola Pero 2011-06-02 18:54:34
UTC ---
Author: nicola
Date: Thu Jun 2 18:54:32 2011
New Revision: 174575
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174575
Log:
In gcc/objc/:
2011-06-02 Nicola Pero
PR objc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48539
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49268
Summary: Invalid code generated for assumed-size Cray pointee
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49268
Asher Langton changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |langton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #5 from Andrew Pinski 20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48220
Eric Botcazou changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265
--- Comment #3 from kargl at gcc dot gnu.org 2011-06-02 19:53:05 UTC ---
Author: kargl
Date: Thu Jun 2 19:53:02 2011
New Revision: 174576
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174576
Log:
2011-06-02 Steven G. Kargl
PR fort
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48840
--- Comment #6 from Eric Botcazou 2011-06-02
19:59:49 UTC ---
The problem is that reload chooses a FP reg as reload register for a V8QI value
coming in from a general register. So a secondary memory is needed and this
increases the frame size.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=
Ian Lance Taylor changed:
What|Removed |Added
CC||ian at airs dot com
--- Comment #4 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=
--- Comment #5 from DJ Delorie 2011-06-02 20:33:43 UTC
---
Given that I forgot I had it, probably "no"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7302
--- Comment #26 from Jonathan Wakely 2011-06-02
21:29:53 UTC ---
(can this bug be un-ASSIGNED?)
(In reply to comment #25)
> Here, H must have a virtual destructor. The point where it can know it should
> warn is the "delete this;" line.
I've pos
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010
fabien at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7302
Manuel López-Ibáñez changed:
What|Removed |Added
AssignedTo|mueller at gcc dot gnu.org |redi at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7302
--- Comment #28 from Manuel López-Ibáñez 2011-06-02
21:46:13 UTC ---
(In reply to comment #26)
> I've posted a patch to http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00191.html
> which gives this for the code in comment 25
BTW, I would suggest th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
Jan Hubicka changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49268
Asher Langton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37039
Asher Langton changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49269
Summary: wifstream::tellg reports invalid stream position after
reading single wchar_t character with NullCodecvt
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49260
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49163
Kazumoto Kojima changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49244
--- Comment #2 from Ryan Lortie 2011-06-02 23:05:58 UTC
---
I'd be happy enough if GCC published a "recommended sequence" or something so
that it would be easier to check for this exact sequence...
A new user-accessible builtin would also make m
pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition
-Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.7-20110602/gcc
-I../../gcc-4.7-20110602/gcc/. -I../../gcc-4.7-20110602/gcc/../include
-I../../gcc-4.7-20110602/gcc/../libcpp/inclu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #1 from Jack Howarth 2011-06-03
00:15:47 UTC ---
Configured bootstrap as...
../gcc-4.7-20110602/configure --prefix=/sw --prefix=/sw/lib/gcc4.7
--mandir=/sw/share/man --infodir=/sw/lib/gcc4.7/info
-enable-languages=c,c++,fortran,lto
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #2 from Jack Howarth 2011-06-03
00:21:47 UTC ---
/* Read predicate from IB. */
static struct predicate
read_predicate (struct lto_input_block *ib)
{
struct predicate out;
clause_t clause;
int k = 0;
do
{
gcc_asser
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
Summary: Compiler crashed and asked me to submit a report
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #3 from Jack Howarth 2011-06-03
00:35:08 UTC ---
Index: gcc/ipa-inline-analysis.c
===
--- gcc/ipa-inline-analysis.c(revision 174584)
+++ gcc/ipa-inline-analysis.c
-4.7-20110602/gcc
-I../../gcc-4.7-20110602/gcc/. -I../../gcc-4.7-20110602/gcc/../include
-I../../gcc-4.7-20110602/gcc/../libcpp/include -I/sw/include -I/sw/include
-I../../gcc-4.7-20110602/gcc/../libdecnumber
-I../../gcc-4.7-20110602/gcc/../libdecnumber/dpd -I../libdecnumber
-I/sw/include -I/sw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49272
Summary: FAIL: g++.old-deja/g++.jason/rfg10.C (test for
errors, line 11)
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49273
Summary: FAIL: g++.dg/debug/dwarf2/cdtor-1.C
scan-assembler-times [^\n\r]*DW_AT_MIPS_linkage_name:
2
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Seve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #5 from Jack Howarth 2011-06-03
00:50:08 UTC ---
There already exists an unreviewed patch to fix this issue (which lacks a
PR)...
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02301.html
it appears to have associated patches for a si
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49221
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47590
--- Comment #5 from Alexandre Oliva 2011-06-03
01:41:57 UTC ---
Author: aoliva
Date: Fri Jun 3 01:41:54 2011
New Revision: 174595
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174595
Log:
PR debug/47590
* target.def (delay_sched2, delay
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49274
Summary: Regression: unique_ptr needs full definition of map
type
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #6 from Jack Howarth 2011-06-03
02:40:41 UTC ---
I can confirm that r174593 with
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02301.html (as
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02304.html is already applied to
trunk) can boot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49274
merkert at comcast dot net changed:
What|Removed |Added
Component|c++ |libstdc++
--- Comment #1 from
-x86_64-apple-darwin11.0.0/libstdc++-v3/include/x86_64-apple-darwin11.0.0
-I/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/prev-x86_64-apple-darwin11.0.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc47-4.7.0-1000/gcc-4.7-20110602/libstdc++-v3/libsupc++
-L/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/prev
||x86_64-apple-darwin*
Build||x86_64-apple-darwin*
--- Comment #1 from Jack Howarth 2011-06-03
05:54:28 UTC ---
$ ../gcc-4.7-20110602/configure --prefix=/sw --prefix=/sw/lib/gcc4.7
--mandir=/sw/share/man --infodir=/sw/lib
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49275
--- Comment #2 from Jack Howarth 2011-06-03
05:55:52 UTC ---
This problem doesn't exist without --enable-build-with-cxx.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270
--- Comment #7 from Uros Bizjak 2011-06-03 06:41:02
UTC ---
(In reply to comment #3)
>gcc_assert (k <= MAX_CLAUSES);
> - clause = out.clause[k++] = lto_input_uleb128 (ib);
> + out.clause[k++] = lto_input_uleb128 (ib);
> +
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49264
--- Comment #9 from Jakub Jelinek 2011-06-03
06:50:50 UTC ---
Reduced testcase:
// PR c++/49264
// { dg-do compile }
// { dg-options "-O2" }
struct B { };
struct A { char a[sizeof (B) + 1]; } a;
static inline void
foo (const B &b)
{
__builtin
76 matches
Mail list logo