[Bug c/57182] Documentation implies -fprofile-arcs required to create .text.unlikely sections

2013-05-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57182 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2013-05-06 06:08:22 UTC --- I think the effective part is main part which says it will do it otherwise but not automatically doing it.

[Bug c++/57183] New: [C++11]auto and -Wunused-variable

2013-05-06 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 Bug #: 57183 Summary: [C++11]auto and -Wunused-variable Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c/57182] Documentation implies -fprofile-arcs required to create .text.unlikely sections

2013-05-06 Thread rusty at rustcorp dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57182 --- Comment #2 from rusty at rustcorp dot com.au 2013-05-06 07:59:02 UTC --- Sure, once I understood how it worked, I could parse the documentation. But that's a bit backwards :) Thanks, Rusty.

[Bug c++/57181] Segfault when dealing with typedef of class stub and nested array

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57181 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/57183] [C++11] auto and -Wunused-variable

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/57183] [C++11] auto and -Wunused-variable

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2013-05-06 08:47:25 UTC --- PI_1 and PI_3 are d instead of r

[Bug c/57180] Structures with a flexible arrray member have wrong size

2013-05-06 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57180 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at

[Bug middle-end/56474] [4.8/4.9 regression] bogus Storage_Error raised for record containing empty zero-based array

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #17 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-05-06 09:33:53 UTC --- is the testcase when changed to 'Empty_Vector : Vector (-2);' valid? Yes, this is the superflat case. In any case, in 0 .. Size, Size seems

[Bug c/57180] Structures with a flexible arrray member have wrong size

2013-05-06 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57180 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug web/50642] onlinedocs formated text too small to read

2013-05-06 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642 --- Comment #10 from Shakthi Kannan skannan at redhat dot com 2013-05-06 10:33:33 UTC --- Created attachment 30037 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30037 Normal font for smallexample using update_web_docs_svn script As

[Bug middle-end/57184] New: ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Bug #: 57184 Summary: ICE in expand_expr_real_1, at expr.c:10478 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug middle-end/57184] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug middle-end/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org 2013-05-06 10:59:39 UTC --- Looks like COMPOUND_LITERAL_EXPR isn't gimplified properly.

[Bug middle-end/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||jakub

[Bug middle-end/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2013-05-06 11:24:08 UTC --- Simplified testcase: struct S {}; void bar (struct S *const); static struct S *const c = (struct S) {}; void foo (void) { bar (c); }

[Bug tree-optimization/57169] fully unrolled matrix multiplication not vectorized

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57169 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug libstdc++/57139] std::tuple conversion constructor does the wrong checks

2013-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57139 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/51927] [C++0x] Cannot access non-static members in initializer

2013-05-06 Thread js at lastlog dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51927 --- Comment #7 from js at lastlog dot de 2013-05-06 11:37:54 UTC --- which gcc version will have that patch applied? thanks for fixing, hope libcppa will work with gcc now again! On 05/04/2013 02:33 PM, paolo.carlini at oracle dot com

[Bug tree-optimization/57162] Ofast does not make use of avx while O3 does

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57162 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/57147] [4.9 Regression]: setjmp call and if body wrongly elided (function runs off early end)

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57147 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/57184] [4.8/4.9 Regression] ICE in expand_expr_real_1, at expr.c:10478

2013-05-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57184 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Component|middle-end |debug

[Bug tree-optimization/57051] Optimization regression in 4.8.0 from 4.7.2

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57051 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/57185] New: ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta

2013-05-06 Thread antoine.balestrat at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: antoine.balest...@gmail.com Using GCC 4.9.0 as of 20130506 : $ cat kk.c int a, b; int *d; void f(void) { int c

[Bug tree-optimization/57185] ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57185 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/57153] [C++11] tries to use copy constructor for in-class initialized member in default constructor of template struct

2013-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57153 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug tree-optimization/57185] [4.8/4.9 Regression] ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta

2013-05-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57185 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.7.2

[Bug c++/57183] [C++11] auto and -Wunused-variable

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug c++/57176] copy elision with function arguments passed by value

2013-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57176 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/57153] [C++11] tries to use copy constructor for in-class initialized member in default constructor of template struct

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57153 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/57176] copy elision with function arguments passed by value

2013-05-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57176 --- Comment #2 from Marc Glisse glisse at gcc dot gnu.org 2013-05-06 12:52:41 UTC --- (In reply to comment #1) Unless I'm misunderstanding your suggestion I think that a compiler is not allowed to apply copy-elision here, because that

[Bug c++/57176] copy elision with function arguments passed by value

2013-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57176 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com 2013-05-06 13:11:15 UTC --- (In reply to comment #2) Do you have a link to the discussion, or happen to remember the arguments? I can see that there are more possible

[Bug c++/57176] copy elision with function arguments passed by value

2013-05-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57176 --- Comment #4 from Marc Glisse glisse at gcc dot gnu.org 2013-05-06 13:44:51 UTC --- (In reply to comment #3) (In reply to comment #2) Do you have a link to the discussion, or happen to remember the arguments? I can see that there

[Bug target/56560] [4.7 regression] vzeroupper clobbers argument with AVX

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56560 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/57186] New: implement load sinking in loops

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57186 Bug #: 57186 Summary: implement load sinking in loops Classification: Unclassified Product: gcc Version: 4.9.0 URL: http://gcc.gnu.org/ml/gcc-patches/2012-10/msg00742.htm

[Bug tree-optimization/57186] implement load sinking in loops

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57186 --- Comment #1 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-05-06 14:51:30 UTC --- Created attachment 30041 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30041 Testcase #1

[Bug tree-optimization/57186] implement load sinking in loops

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57186 --- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-05-06 14:51:58 UTC --- Created attachment 30042 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30042 Testcase #2

[Bug tree-optimization/57186] implement load sinking in loops

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57186 --- Comment #3 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-05-06 14:52:25 UTC --- Created attachment 30043 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30043 Testcase #3

[Bug libgcj/57074] [4.8/4.9 Regression] libgcj regression on 32bit Power architecture

2013-05-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57074 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ada/57187] New: [4.9 regression] Ada bootstrap broken on Solaris/SPARC: ICE in check_probability, at basic-block.h:941

2013-05-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57187 Bug #: 57187 Summary: [4.9 regression] Ada bootstrap broken on Solaris/SPARC: ICE in check_probability, at basic-block.h:941 Classification: Unclassified

[Bug ada/57187] [4.9 regression] Ada bootstrap broken on Solaris/SPARC: ICE in check_probability, at basic-block.h:941

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57187 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug ada/57188] New: [4.9 regression] Ada bootstrap broken on Solaris/x64: No_Implicit_Dynamic_Code violation

2013-05-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57188 Bug #: 57188 Summary: [4.9 regression] Ada bootstrap broken on Solaris/x64: No_Implicit_Dynamic_Code violation Classification: Unclassified Product: gcc Version: 4.9.0

[Bug ada/57188] [4.9 regression] Ada bootstrap broken on Solaris/x64: No_Implicit_Dynamic_Code violation

2013-05-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57188 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/57183] [C++11] auto and -Wunused-variable

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/57189] New: [4.9 Regression] Vector register is spilled for vector extract pattern

2013-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57189 Bug #: 57189 Summary: [4.9 Regression] Vector register is spilled for vector extract pattern Classification: Unclassified Product: gcc Version: 4.9.0

[Bug target/57106] [4.8/4.9 Regression] -fcompare-debug failure with -O2 -fschedule-insns -funroll-all-loops

2013-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57106 --- Comment #6 from Uros Bizjak ubizjak at gmail dot com 2013-05-06 18:57:21 UTC --- Author: uros Date: Mon May 6 14:53:03 2013 New Revision: 198629 URL: http://gcc.gnu.org/viewcvs?rev=198629root=gccview=rev Log: PR target/57106

[Bug target/57106] [4.8/4.9 Regression] -fcompare-debug failure with -O2 -fschedule-insns -funroll-all-loops

2013-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57106 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/57190] New: verify_ssa failed: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2013-05-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57190 Bug #: 57190 Summary: verify_ssa failed: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set Classification: Unclassified Product: gcc Version: 4.9.0 Status:

[Bug target/52933] SH Target: Use div0s for integer sign comparisons

2013-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52933 --- Comment #3 from Oleg Endo olegendo at gcc dot gnu.org 2013-05-06 20:10:11 UTC --- http://gcc.gnu.org/viewcvs/gcc?view=revisionrevision=198646 PR target/52933 * config/sh/sh.md (*cmp_div0s_0, *cmp_div0s_1, *movsicc_div0s): Add

[Bug preprocessor/57191] New: GCC cross-compilers built with MinGW do no include correct directory

2013-05-06 Thread MatthewS.Grochowalski at ge dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57191 Bug #: 57191 Summary: GCC cross-compilers built with MinGW do no include correct directory Classification: Unclassified Product: gcc Version: 4.7.2 Status:

[Bug preprocessor/57191] GCC cross-compilers built with MinGW do no include correct directory

2013-05-06 Thread MatthewS.Grochowalski at ge dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57191 Matt Grochowalski MatthewS.Grochowalski at ge dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/55171] [4.7/4.8 Regression] incorrect virtual thunk on mingw

2013-05-06 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55171 --- Comment #13 from niXman i.nixman at gmail dot com 2013-05-06 22:31:01 UTC --- Kai, any ideas?

[Bug c++/51226] [c++0x] ICE with opaque enum and invalid template

2013-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51226 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug target/39725] [4.7/4.8/4.9 Regression][cond-optab] MIPS pessimizations on floating-point

2013-05-06 Thread piet.delaney at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Pete Delaney piet.delaney at gmail dot com changed: What|Removed |Added CC|

[Bug tree-optimization/57124] 254.gap@spec2000 got miscompare after r198413

2013-05-06 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57124 --- Comment #4 from Jeffrey A. Law law at redhat dot com 2013-05-07 04:25:27 UTC --- Yea, 254.gap is definitely overflowing signed types. I've got changes to make the warnings and -fno-strict-overflow work that I'll put through their paces