http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933
--- Comment #6 from Jeremy W 2012-03-25 05:47:37
UTC ---
Created attachment 26977
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26977
delegate implementation using a lambda. This doesn't compile.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933
--- Comment #7 from Jeremy W 2012-03-25 05:48:29
UTC ---
Created attachment 26978
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26978
delegate implementation not using a lambda. This does compile.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52705
--- Comment #1 from pinskia at gmail dot com
2012-03-25 05:12:44 UTC ---
You are volating c/c++ aliasing rules. Use memcpy or -fno-strict-aliasing .
Sent from my Palm Pre on AT&T
On Mar 24, 2012 21:27, veiokej at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52705
Bug #: 52705
Summary: Loop optimization failure with -O2 versus -O1
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52688
Jonathan Wakely changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021
bruno at clisp dot org changed:
What|Removed |Added
CC||bruno at clisp dot org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52645
--- Comment #8 from dave.anglin at bell dot net 2012-03-24 23:40:03 UTC ---
On 21-Mar-12, at 11:04 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
> Ok, but at least struct sockaddr_in6 is present in/from in.h>,
> otherwise the HAVE_INET6 configure
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47237
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|NEW
AssignedTo|hubicka at gcc dot g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28744
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51663
--- Comment #6 from Jan Hubicka 2012-03-24
21:39:16 UTC ---
OK,
this should regularize the situation somewhat. We handle the
-O0/-fno-toplevel-reorder semantics early at finalization time and thus we
don't care about effect of -fwhole-program and
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752
--- Comment #21 from David Stone 2012-03-24
21:25:08 UTC ---
Why was this patch rejected, and is there a way to improve it so that obviously
safe cases (such as PR52703) are not warned about without having to specify a
'-Wno-' option?
Yes, accor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52704
--- Comment #1 from Matt Hargett 2012-03-24 21:12:21 UTC
---
Created attachment 26975
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26975
save-temps output from /tmp and linking dir
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51663
--- Comment #5 from Jan Hubicka 2012-03-24
21:07:34 UTC ---
The resolution info seems to be right, unlike the aforementioned comment.
d: availability:overwritable (asm: _ZZN1C1mEvE1d) needed analyzed finalized
externally_visible prevailing_def_i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51345
Georg-Johann Lay changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
t;
.section.text.startup,"ax",@progbits
.p2align 4,,15
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
xorl%eax, %eax
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52704
Bug #: 52704
Summary: thunk referenced in discarded section when combining
-flto -ftree-vectorize -fipa-cp-clone on Debian/SPARC
Classification: Unclassified
Product: gcc
Versio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610
--- Comment #6 from Matt Hargett 2012-03-24 20:20:42 UTC
---
Great. I verified the fix yesterday. Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52689
--- Comment #5 from Markus Trippelsdorf
2012-03-24 20:20:54 UTC ---
It looks like a linker bug.
I was able to reproduce the issue with Fedora17.
$ ld -v
GNU ld version 2.22.52.0.1-10.fc17 20120131
$ g++ x.cc -static-libstdc++
/usr/bin/ld: a.ou
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752
Manuel López-Ibáñez changed:
What|Removed |Added
CC||DeusExSophismata at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52703
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992
Manuel López-Ibáñez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956
Manuel López-Ibáñez changed:
What|Removed |Added
CC||bratsinot at gmail dot com
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610
--- Comment #4 from Eric Botcazou 2012-03-24
18:48:00 UTC ---
Author: ebotcazou
Date: Sat Mar 24 18:47:55 2012
New Revision: 185766
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185766
Log:
PR target/52610
* config/sparc/sparc.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52610
--- Comment #3 from Eric Botcazou 2012-03-24
18:47:43 UTC ---
Author: ebotcazou
Date: Sat Mar 24 18:47:38 2012
New Revision: 185765
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185765
Log:
PR target/52610
* config/sparc/sparc.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52656
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52656
--- Comment #2 from Eric Botcazou 2012-03-24
18:42:29 UTC ---
Author: ebotcazou
Date: Sat Mar 24 18:42:24 2012
New Revision: 185764
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185764
Log:
PR target/52656
* config/sparc/sparc.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52668
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52701
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52703
Bug #: 52703
Summary: -Wsign-conversion warns for unsigned short promoted to
int and assigned to unsigned
Classification: Unclassified
Product: gcc
Version: 4.6.2
Sta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52702
Bug #: 52702
Summary: [C++11] std::is_trivially_destructible is missing
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52698
--- Comment #3 from H.J. Lu 2012-03-24 16:59:17
UTC ---
(In reply to comment #2)
> Created attachment 26974 [details]
> A patch
>
> I am testing this patch with
>
This patch passes GCC testsuite as well as glibc build/test
with both -maddress-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152
Manuel López-Ibáñez changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52688
--- Comment #3 from Sarfaraz Nawaz 2012-03-24
15:25:22 UTC ---
(In reply to comment #2)
> http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition
Jonathan, that is a different case. A static (const or otherwise) member of a
cl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52698
--- Comment #2 from H.J. Lu 2012-03-24 15:20:06
UTC ---
Created attachment 26974
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26974
A patch
I am testing this patch with
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52688
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52701
Bug #: 52701
Summary: [4.8 Regression] 416.gamess in SPEC CPU 2006 failed to
build
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640
Steven Bosscher changed:
What|Removed |Added
Known to work||4.5.5, 4.6.4, 4.7.1
Target Milestone|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640
--- Comment #13 from Steven Bosscher 2012-03-24
13:48:51 UTC ---
Author: steven
Date: Sat Mar 24 13:48:35 2012
New Revision: 185759
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185759
Log:
gcc/
PR middle-end/52640
* varasm.c: In
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640
--- Comment #12 from Steven Bosscher 2012-03-24
13:47:51 UTC ---
Author: steven
Date: Sat Mar 24 13:47:46 2012
New Revision: 185758
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185758
Log:
gcc/
PR middle-end/52640
* varasm.c: In
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640
--- Comment #11 from Steven Bosscher 2012-03-24
13:46:42 UTC ---
Author: steven
Date: Sat Mar 24 13:46:33 2012
New Revision: 185757
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185757
Log:
gcc/
PR middle-end/52640
* varasm.c: In
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52696
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52695
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700
Bug #: 52700
Summary: libjava configure fails on
--enable-symvers=gnu-versioned-namespace.
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52695
--- Comment #4 from ncahill_alt at yahoo dot com 2012-03-24 10:18:15 UTC ---
(In reply to comment #3)
> >--enable-bootstrap \
>
> Can you try without that?
I get the same error and the same workaround allows the build to complete.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51294
Manuel López-Ibáñez changed:
What|Removed |Added
CC||DeusExSophismata at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52697
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52698
Uros Bizjak changed:
What|Removed |Added
Target|x86-64 |x32
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
Andrew Pinski changed:
What|Removed |Added
Component|target |libstdc++
--- Comment #5 from Andrew Pins
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
--- Comment #4 from Jarryd Beck 2012-03-24
07:57:20 UTC ---
Note that this appears to happen only on 32 bit.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
--- Comment #3 from Jarryd Beck 2012-03-24
07:56:15 UTC ---
Created attachment 26973
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26973
The preprocessed version
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
--- Comment #2 from Jarryd Beck 2012-03-24
07:55:16 UTC ---
Created attachment 26972
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26972
this file never terminates with -O0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
Jarryd Beck changed:
What|Removed |Added
Target||i686-pc-linux-gnu
Host|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52699
Bug #: 52699
Summary: infinite loop generated with -O0
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
54 matches
Mail list logo