http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474
--- Comment #13 from rguenther at suse dot de
2013-03-05 09:05:04 UTC ---
On Mon, 4 Mar 2013, ebotcazou at gcc dot gnu.org wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474
>
> --- Comment #12 from Eric Botcazou 2013-03-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56096
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56470
--- Comment #4 from Jakub Jelinek 2013-03-05
09:14:46 UTC ---
If the folder or GIMPLE passes see it is a shift by 32, they fold it away (with
or without a warning), so the fact that it is a constant larger than bitsize of
the shifted opera
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56515
--- Comment #6 from Richard Biener 2013-03-05
09:20:36 UTC ---
Author: rguenth
Date: Tue Mar 5 09:20:30 2013
New Revision: 196452
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196452
Log:
2013-03-05 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56515
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #28 from Jakub Jelinek 2013-03-05
09:38:03 UTC ---
Author: jakub
Date: Tue Mar 5 09:37:56 2013
New Revision: 196453
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196453
Log:
PR middle-end/56461
* tree-vec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #29 from Jakub Jelinek 2013-03-05
09:38:52 UTC ---
Author: jakub
Date: Tue Mar 5 09:38:48 2013
New Revision: 196454
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196454
Log:
PR middle-end/56461
* tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #30 from Jakub Jelinek 2013-03-05
09:39:49 UTC ---
Author: jakub
Date: Tue Mar 5 09:39:43 2013
New Revision: 196455
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196455
Log:
PR middle-end/56461
* tree-vec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56531
Bug #: 56531
Summary: SLP load permutations cannot share the load between
and inside SLP instances
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56531
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270
--- Comment #7 from Richard Biener 2013-03-05
09:54:43 UTC ---
Author: rguenth
Date: Tue Mar 5 09:54:29 2013
New Revision: 196458
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196458
Log:
2013-03-05 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270
Richard Biener changed:
What|Removed |Added
Known to work||4.8.0
Summary|[4.6/4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56530
--- Comment #1 from Paolo Carlini 2013-03-05
10:02:10 UTC ---
Mainline and current 4_7-branch are fine. Not sure which patch fixed it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294
--- Comment #16 from Richard Biener 2013-03-05
10:02:41 UTC ---
(In reply to comment #15)
> (In reply to comment #13)
> > A guess is that you end up creating SSA names during code transform in
> > different
> > order - which can result f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56522
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Ta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #24 from Richard Biener 2013-03-05
10:18:01 UTC ---
(In reply to comment #23)
> > How can the patch cause a name collision when all the patch does is
> > avoid creating a new decl...? They are static and thus should be
> > ma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Target Milestone|-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56525
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56532
Bug #: 56532
Summary: valgrind errors with -flto
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56530
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56484
--- Comment #7 from Jakub Jelinek 2013-03-05
11:06:26 UTC ---
Actually, looking more at this, I'd say combiner is innocent here, the problem
is earlier , during ce1 pass, which transforms:
16: ax:SI=call [`output_play'] argc:0
RE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56530
--- Comment #3 from paolo at gcc dot gnu.org
2013-03-05 11:14:36 UTC ---
Author: paolo
Date: Tue Mar 5 11:14:28 2013
New Revision: 196459
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196459
Log:
2013-03-05 Paolo Carlini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56530
--- Comment #4 from paolo at gcc dot gnu.org
2013-03-05 11:15:23 UTC ---
Author: paolo
Date: Tue Mar 5 11:15:17 2013
New Revision: 196460
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196460
Log:
2013-03-05 Paolo Carlini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56530
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56521
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56484
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295
--- Comment #5 from Oleg Endo 2013-03-05 12:28:22
UTC ---
(In reply to comment #4)
>
> Why is a new ABI important?
>
Because currently, there is no way to pass something like
struct { float x, y, z, w };
as function arguments i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
Bug #: 56533
Summary: Linker problem on avr with lto and main function
inside archive
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCON
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
--- Comment #1 from Richard Biener 2013-03-05
12:38:51 UTC ---
+ /usr/bin/avr-gcc -mmcu=atmega328p -Os -flto -fwhole-program realmain.o
main.a
please provide the console output produced when adding -v to the above
commandline. I su
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56525
--- Comment #2 from Richard Biener 2013-03-05
12:51:35 UTC ---
Author: rguenth
Date: Tue Mar 5 12:51:28 2013
New Revision: 196462
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196462
Log:
2013-03-05 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56525
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56522
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295
--- Comment #6 from Manu Evans 2013-03-05 12:53:26
UTC ---
Awesome, thanks for the info and help!
Strange -m4-single won't work with my toolchain, it says 'not compatible with
this configuration' >_<
Looking forward to all these fixes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
--- Comment #2 from Matthijs Kooijman 2013-03-05
12:55:47 UTC ---
+ /usr/bin/avr-gcc -v -mmcu=atmega328p -Os -flto -fwhole-program realmain.o
main.a
Using built-in specs.
COLLECT_GCC=/usr/bin/avr-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/avr/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
--- Comment #3 from Matthijs Kooijman 2013-03-05
13:06:18 UTC ---
Seems I made a wrong observation in my original report: When I link main.o
instead of main.a, the problem does _not_ go away. In fact, I can remove a few
more flags then, wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56534
Bug #: 56534
Summary: [4.7/4.8 Regression] ICE Segfault on invalid code in
check_elaborated_type_specifier
Classification: Unclassified
Product: gcc
Version: 4.7.3
S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #25 from Richard Biener 2013-03-05
13:19:53 UTC ---
Btw, I cannot reproduce the issue with
t.c:
void bar (int *);
void foo (void)
{
int a[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 0,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56534
--- Comment #1 from Paolo Carlini 2013-03-05
13:31:14 UTC ---
Looks like a Dup of PR55786.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56534
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Target Mi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
Jack Howarth changed:
What|Removed |Added
CC||howarth at nitro dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #10 from Jack Howarth 2013-03-05
13:48:03 UTC ---
Created attachment 29584
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29584
m32 thunk1.s -std=gnu++98 on x86_64-apple-darwin12 at r196444
Generated with...
/sw/src/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #26 from Eric Botcazou 2013-03-05
13:51:28 UTC ---
> The question is why we don't hit lto-lang.c:lto_set_decl_assembler_name
> mangling of !TREE_PUBLIC decls when streaming in the decl for the constant
> pool entries (or when c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56535
Bug #: 56535
Summary: ICE: in build2_stat, at tree.c:3885 when compiling
with -fsanitize=address
Classification: Unclassified
Product: gcc
Version: 4.8.0
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56536
Bug #: 56536
Summary: GCC with LTO and `-march=pentium3' tries to generate
SSE2 code
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #27 from rguenther at suse dot de
2013-03-05 13:58:15 UTC ---
On Tue, 5 Mar 2013, ebotcazou at gcc dot gnu.org wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
>
> --- Comment #26 from Eric Botcazou 2013-03-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56537
Bug #: 56537
Summary: [C++11] lambda expression treats members as const
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56537
Martin von Gagern changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54277
Martin von Gagern changed:
What|Removed |Added
CC||Martin.vGagern at gmx dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
Jason Merrill changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #28 from Eric Botcazou 2013-03-05
14:23:19 UTC ---
> Hmm, but when I use the same contents for the two arrays in my simple
> testcase I do get only a single .LC0 output referenced from two places.
> We will end up sharing the s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #29 from rguenther at suse dot de
2013-03-05 14:26:00 UTC ---
On Tue, 5 Mar 2013, rguenther at suse dot de wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
>
> --- Comment #27 from rguenther at suse dot de
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56538
Bug #: 56538
Summary: No opiton to disable slow 'lock' instr. one does not
need
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
Matthijs Kooijman changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resoluti
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #30 from Eric Botcazou 2013-03-05
14:39:00 UTC ---
> So we can revert the part of the patch that ends up not creating
> a new decl but only transfer DECL_ALIGN. But then we still don't
> "merge" the decls we use to refer to th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55786
Andreas Beckmann changed:
What|Removed |Added
CC||gcc at abeckmann dot de
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56533
Matthijs Kooijman changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135
--- Comment #21 from Steven Bosscher 2013-03-05
14:45:32 UTC ---
Author: steven
Date: Tue Mar 5 14:45:23 2013
New Revision: 196464
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196464
Log:
gcc/
PR c++/55135
* except
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56536
Richard Biener changed:
What|Removed |Added
Target||i?86-*-*
Status|UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #12 from Jack Howarth 2013-03-05
15:01:55 UTC ---
(In reply to comment #11)
> It seems that darwin doesn't do PIC the way ELF targets do, so this test
> should
> be skipped.
I also confirmed this with stock gcc trunk (to ve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56521
--- Comment #3 from Richard Biener 2013-03-05
15:03:07 UTC ---
Author: rguenth
Date: Tue Mar 5 15:02:58 2013
New Revision: 196465
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196465
Log:
2013-03-05 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #31 from rguenther at suse dot de
2013-03-05 15:09:06 UTC ---
On Tue, 5 Mar 2013, ebotcazou at gcc dot gnu.org wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
>
> --- Comment #28 from Eric Botcazou 2013-03-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #13 from Dominique d'Humieres
2013-03-05 15:11:48 UTC ---
(In reply to comment #9)
> This failure has re-appeared at r196444 on x86_64-apple-darwin12...
>
> FAIL: g++.dg/debug/dwarf2/thunk1.C -std=gnu++98 scan-assembler-times
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56521
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526
--- Comment #2 from Jakub Jelinek 2013-03-05
15:16:59 UTC ---
Author: jakub
Date: Tue Mar 5 15:16:49 2013
New Revision: 196466
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196466
Log:
PR middle-end/56526
* simple-ob
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #32 from Eric Botcazou 2013-03-05
15:32:15 UTC ---
> But in all places I found we check TREE_ASM_WRITTEN on DECL_INITIAL
> of the SYMBOL_REF_DECL ...
Nope, maybe_output_constant_def_contents has:
rtx symbol = XEXP (desc-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #14 from Jason Merrill 2013-03-05
15:41:15 UTC ---
(In reply to comment #13)
> What is supposed to be tested? Should the whole test skipped on darwin or only
> the dg-final?
The whole test; the test is verifying that the x86
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #33 from rguenther at suse dot de
2013-03-05 15:48:03 UTC ---
On Tue, 5 Mar 2013, ebotcazou at gcc dot gnu.org wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
>
> --- Comment #32 from Eric Botcazou 2013-03-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #32 from Jakub Jelinek 2013-03-05
15:49:55 UTC ---
Author: jakub
Date: Tue Mar 5 15:49:43 2013
New Revision: 196467
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196467
Log:
PR middle-end/56461
* sched-de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #33 from Jakub Jelinek 2013-03-05
15:50:52 UTC ---
Author: jakub
Date: Tue Mar 5 15:50:38 2013
New Revision: 196468
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196468
Log:
PR middle-end/56461
* lra.c (l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461
--- Comment #34 from Jakub Jelinek 2013-03-05
15:52:02 UTC ---
Author: jakub
Date: Tue Mar 5 15:51:48 2013
New Revision: 196469
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196469
Log:
PR middle-end/56461
* ggc-comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494
--- Comment #34 from Eric Botcazou 2013-03-05
16:05:44 UTC ---
Created attachment 29587
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29587
Patch to restore LTO bootstrap with Ada + comment tweaks
OK, this is the patch I've tested
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56539
Bug #: 56539
Summary: [4.6/4.7/4.8 Regression] ICE: verify_ssa failed:
caused by -foptimize-sibling-calls
Classification: Unclassified
Product: gcc
Version: 4.6.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56524
Aldy Hernandez changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56524
--- Comment #2 from Aldy Hernandez 2013-03-05
16:24:35 UTC ---
Created attachment 29588
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29588
reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56539
Jonathan Wakely changed:
What|Removed |Added
Known to work||4.4.3
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56539
--- Comment #2 from Jonathan Wakely 2013-03-05
16:27:50 UTC ---
N.B. -O3 is needed to trigger the bug with 4.5.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540
Bug #: 56540
Summary: No __SIZEOF__XXX__ macro for __float128
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56539
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56534
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135
--- Comment #22 from Steven Bosscher 2013-03-05
16:40:40 UTC ---
(In reply to comment #20)
> I have a fix proper for this problem in testing.
Posted for discussion here:
http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00193.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56541
Bug #: 56541
Summary: vectorizaton fails in conditional assignment of a
constant
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294
--- Comment #18 from Martin Jambor 2013-03-05
16:49:29 UTC ---
(In reply to comment #17)
> Which is the testcase that still fails? The attached and more reduced ones
> pass for me ...
The testcase from comment #10 (called "Another unre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #15 from Jack Howarth 2013-03-05
16:55:07 UTC ---
(In reply to comment #14)
> (In reply to comment #13)
> > What is supposed to be tested? Should the whole test skipped on darwin or
> > only
> > the dg-final?
>
> The whole
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56542
Bug #: 56542
Summary: complex number division underflow on darwin11 without
-lm
Classification: Unclassified
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50276
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52183
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56222
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51494
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56543
Bug #: 56543
Summary: [4.7.3/4.8 Regression] ICE on valid code in
copy_node_stat
Classification: Unclassified
Product: gcc
Version: 4.7.3
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234
--- Comment #16 from Aldy Hernandez 2013-03-05
18:00:12 UTC ---
Created attachment 29590
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29590
WIP: proposed patch special casing constant phi arguments
Ian.
Sure, I can handle SSA_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56544
Bug #: 56544
Summary: documentation for __cplusplus is out of date
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56545
Bug #: 56545
Summary: internal compiler error: in
build_data_member_initialization, at
cp/semantics.c:5790
Classification: Unclassified
Product: gcc
Version:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56544
Jonathan Wakely changed:
What|Removed |Added
Keywords||documentation
Stat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56545
--- Comment #1 from Eric Christiansen
2013-03-05 18:42:04 UTC ---
Created attachment 29591
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29591
preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50276
--- Comment #7 from Jason Merrill 2013-03-05
18:58:41 UTC ---
Author: jason
Date: Tue Mar 5 18:58:36 2013
New Revision: 196472
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196472
Log:
PR c++/50276
* g++.dg/cpp0x/lam
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
--- Comment #16 from Jason Merrill 2013-03-05
19:01:18 UTC ---
If it's easier to just disable the dg-final, that's fine too.
1 - 100 of 135 matches
Mail list logo