[Bug target/50304] poor code for accessing certain element of arrays

2013-03-04 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50304 Richard Earnshaw changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug target/56470] [4.8 Regression] ICE output_operand: invalid shift operand

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56470 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.8.0 --- Comment #2 from Jakub

[Bug tree-optimization/54742] Switch elimination in FSM loop

2013-03-04 Thread venkataramanan.kumar at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742 Venkataramanan changed: What|Removed |Added CC||venkataramanan.kumar at amd

[Bug tree-optimization/54742] Switch elimination in FSM loop

2013-03-04 Thread venkataramanan.kumar at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742 --- Comment #6 from Venkataramanan 2013-03-04 08:34:06 UTC --- (In reply to comment #5) > int first; > void thread_backedge (void) > { > int i = 0; > > do > { > if (first ==1) > { > foo (); >

[Bug bootstrap/56509] [4.8 regression] gnattools build failure

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56509 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/56509] [4.8 regression] gnattools build failure

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56509 --- Comment #3 from Jakub Jelinek 2013-03-04 09:08:31 UTC --- Created attachment 29577 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29577 gcc48-pr56509.patch Would it help to just move opts_obstack and opts_concat from opts.c to

[Bug target/56315] ARM: Improve use of 64-bit constants in logical operations

2013-03-04 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56315 Richard Earnshaw changed: What|Removed |Added Target||arm Priority|P3

[Bug debug/56510] [4.7/4.8 Regression] More var-tracking scalability problems

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510 --- Comment #10 from Jakub Jelinek 2013-03-04 09:21:38 UTC --- That reduced testcase actually compiles in a few seconds on a fast box, so let's make it larger, then it will take a few years: struct S { unsigned long s1; void **s2[0]; }; v

[Bug c/56507] GCC -march=native for Core2Duo

2013-03-04 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56507 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org

[Bug other/39851] gcc -Q --help=target does not list extensions selected by -march=

2013-03-04 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39851 Alexander Monakov changed: What|Removed |Added CC||bratsinot at gmail dot com

[Bug c++/56464] [C++11] Crashes when using implicit this in a lambda capture in member initializer

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56464 --- Comment #7 from Paolo Carlini 2013-03-04 09:45:14 UTC --- Sorry, I didn't notice that in 54383 we aren't in a class.

[Bug c++/56516] New: problem parsing templates: object.field < 10 interpreted as ill formed template

2013-03-04 Thread walter.mascarenhas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56516 Bug #: 56516 Summary: problem parsing templates: object.field < 10 interpreted as ill formed template Classification: Unclassified Product: gcc Version: unknown

[Bug rtl-optimization/56494] [4.8 Regression] ICE in simplify_truncation, at simplify-rtx.c:619

2013-03-04 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56494 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #6 from Richard Biener 2013-03-04 09:53:39 UTC --- (In reply to comment #4) > This happens because 0 - 1 overflows in sizetype: > > #6 0x00ac3e3d in size_binop_loc (loc=0, code=MINUS_EXPR, > arg0=0x76d65d60

[Bug tree-optimization/49234] [4.5/4.6/4.7/4.8 Regression] -Wstrict-overflow gives obviously unwarranted warning

2013-03-04 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234 --- Comment #15 from rguenther at suse dot de 2013-03-04 09:57:40 UTC --- On Fri, 1 Mar 2013, aldyh at redhat dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234 > > --- Comment #12 from Aldy Hernandez 2013-03-01 >

[Bug middle-end/56461] [4.8 Regression] GCC is leaking lots of memory

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461 --- Comment #22 from Jakub Jelinek 2013-03-04 10:02:36 UTC --- Author: jakub Date: Mon Mar 4 10:02:26 2013 New Revision: 196424 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196424 Log: PR middle-end/56461 * tree-vec

[Bug middle-end/56461] [4.8 Regression] GCC is leaking lots of memory

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461 --- Comment #23 from Jakub Jelinek 2013-03-04 10:06:27 UTC --- Author: jakub Date: Mon Mar 4 10:06:22 2013 New Revision: 196425 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196425 Log: PR middle-end/56461 * tree-vec

[Bug middle-end/56461] [4.8 Regression] GCC is leaking lots of memory

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461 --- Comment #24 from Jakub Jelinek 2013-03-04 10:08:05 UTC --- Author: jakub Date: Mon Mar 4 10:08:01 2013 New Revision: 196426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196426 Log: PR middle-end/56461 * tree-vec

[Bug c++/56516] problem parsing templates: object.field < 10 interpreted as ill formed template

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56516 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/56461] [4.8 Regression] GCC is leaking lots of memory

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461 --- Comment #25 from Jakub Jelinek 2013-03-04 10:09:05 UTC --- Author: jakub Date: Mon Mar 4 10:08:57 2013 New Revision: 196427 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196427 Log: PR middle-end/56461 * tree-loo

[Bug c++/10200] Weird clash with same names in different scopes

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 Paolo Carlini changed: What|Removed |Added CC||walter.mascarenhas at gmail

[Bug rtl-optimization/56494] [4.8 Regression] ICE in simplify_truncation, at simplify-rtx.c:619

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56494 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug other/56517] New: ICE: in find_valid_class, at reload.c:704

2013-03-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56517 Bug #: 56517 Summary: ICE: in find_valid_class, at reload.c:704 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: ice-on-valid-co

[Bug other/56517] ICE: in find_valid_class, at reload.c:704

2013-03-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56517 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/54043] [C++11] cout << nullptr does not work

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54043 Paolo Carlini changed: What|Removed |Added Component|c++ |libstdc++ --- Comment #12 from

[Bug tree-optimization/56501] [4.6/4.7 Regression] gcc 4.6 ICE on noreturn function at -Os and above

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56501 Richard Biener changed: What|Removed |Added CC||jamborm at gcc dot gnu.org Ta

[Bug rtl-optimization/56494] [4.8 Regression] ICE in simplify_truncation, at simplify-rtx.c:619

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56494 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug middle-end/56504] -mveclibabi=... Support AMD's LibM 3.0 (sucessor of ACML)

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56504 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/56505] [4.7 Regression] cannot construct std::thread with pointer to member and non-pointer

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56505 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.7.3

[Bug libstdc++/54043] [LWG 2221] cout << nullptr does not work

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54043 Paolo Carlini changed: What|Removed |Added Status|NEW |SUSPENDED Summary|[C+

[Bug debug/56510] [4.7/4.8 Regression] More var-tracking scalability problems

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510 --- Comment #11 from Richard Biener 2013-03-04 10:52:35 UTC --- Why TER into debug-insns at all?

[Bug libstdc++/54043] [C++11] cout << nullptr does not work

2013-03-04 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54043 --- Comment #13 from Daniel Krügler 2013-03-04 10:46:27 UTC --- (In reply to comment #12) > Then I suppose that if anything this is library, not core, even if there are > interactions. Is there an open LWG DR? You may want to refer to: http://

[Bug middle-end/56504] -mveclibabi=... Support AMD's LibM 3.0 (sucessor of ACML)

2013-03-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56504 --- Comment #3 from Tobias Burnus 2013-03-04 10:53:07 UTC --- (In reply to comment #0) > Unfortunately, no further documentation is available, telling whether, e.g., > src and dst may be the same or not. AMD told me that "src" and "dst"

[Bug debug/56510] [4.7/4.8 Regression] More var-tracking scalability problems

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510 --- Comment #12 from Jakub Jelinek 2013-03-04 10:56:14 UTC --- Because TERed stmts won't be expanded, so there is nothing to refer to. Furthermore, in many cases expand_debug_expr relies on seeing the inner operand.

[Bug tree-optimization/56270] loop over array of struct float causes compiler error: segmentation fault

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code S

[Bug rtl-optimization/56514] Using -fdisable-rtl-ira makes gcc crash (segfault)

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56514 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/56515] [4.8 Regression] location references block not in block tree, verify_gimple failed (LTO + profile)

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56515 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/56518] New: Segmentation fault

2013-03-04 Thread elisey.zanko at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56518 Bug #: 56518 Summary: Segmentation fault Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/56518] Segmentation fault

2013-03-04 Thread elisey.zanko at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56518 --- Comment #1 from Elisey Zanko 2013-03-04 11:10:09 UTC --- Created attachment 29579 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29579 A preprocessed file causing bug

[Bug fortran/56519] New: DO CONCURRENT: wrongly accepts calls to impure intrinsics

2013-03-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56519 Bug #: 56519 Summary: DO CONCURRENT: wrongly accepts calls to impure intrinsics Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug testsuite/52641] Test cases fail for 16-bit int targets

2013-03-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641 --- Comment #9 from Georg-Johann Lay 2013-03-04 11:12:42 UTC --- Author: gjl Date: Mon Mar 4 11:12:30 2013 New Revision: 196428 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196428 Log: PR testsuite/52641 PR tree-opt

[Bug tree-optimization/52631] [4.6/4.7/4.8 Regression] VN does not use simplified expression for lookup

2013-03-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52631 --- Comment #12 from Georg-Johann Lay 2013-03-04 11:12:42 UTC --- Author: gjl Date: Mon Mar 4 11:12:30 2013 New Revision: 196428 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196428 Log: PR testsuite/52641 PR tree-op

[Bug fortran/56519] DO CONCURRENT: wrongly accepts calls to impure intrinsics

2013-03-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56519 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug c++/56518] Segmentation fault

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56518 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|elis

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

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #7 from Eric Botcazou 2013-03-04 11:29:16 UTC --- > What will the result be used for in this case? The result, usizetype_max, > is certainly not 0 - 1 == -1 as it is unsigned. It's used for the upper bound of variable-sized

[Bug lto/56515] [4.8 Regression] location references block not in block tree, verify_gimple failed (LTO + profile)

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56515 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org ---

[Bug c++/56518] Segmentation fault

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56518 Richard Biener changed: What|Removed |Added Resolution|WORKSFORME |FIXED Known to fail|

[Bug tree-optimization/56270] [4.6/4.7/4.8 Regression] loop over array of struct float causes compiler error: segmentation fault

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270 Richard Biener changed: What|Removed |Added Known to work||4.3.6 Target Milestone|---

[Bug tree-optimization/56270] [4.6/4.7/4.8 Regression] loop over array of struct float causes compiler error: segmentation fault

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270 --- Comment #5 from Richard Biener 2013-03-04 13:13:58 UTC --- Reduced testcase: typedef struct { float l, h; } tFPinterval; tFPinterval X[1024]; tFPinterval Y[1024]; tFPinterval Z[1024]; void Compute(void) { int d; f

[Bug target/56513] Wrong code generation with -O3 on ARM

2013-03-04 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56513 --- Comment #6 from Mikael Pettersson 2013-03-04 13:24:04 UTC --- The wrong-code with -O3 -fno-tree-coalesce-vars stopped occurring at r190284, Richard Biener's large "Allow anonymous SSA names" patch. The patch description mentions minor

[Bug fortran/56520] New: Syntax error causes misleading message: "Invalid character in name"

2013-03-04 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 Bug #: 56520 Summary: Syntax error causes misleading message: "Invalid character in name" Classification: Unclassified Product: gcc Version: 4.7.1 Status: U

[Bug debug/49828] reversed order of inlined function parameters

2013-03-04 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49828 Jan Kratochvil changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/56270] [4.6/4.7/4.8 Regression] loop over array of struct float causes compiler error: segmentation fault

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56270 --- Comment #6 from Richard Biener 2013-03-04 14:19:37 UTC --- We don't properly "vectorize" the 2nd reference to the load (this time unpermuted). When vectorizing the 2nd SLP instance with that reference we encounter /* Check if

[Bug tree-optimization/56521] New: [4.8 Regression] Uninitialized value_id

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56521 Bug #: 56521 Summary: [4.8 Regression] Uninitialized value_id Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

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

2013-03-04 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #8 from rguenther at suse dot de 2013-03-04 15:12:25 UTC --- On Mon, 4 Mar 2013, ebotcazou at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 > > --- Comment #7 from Eric Botcazou 2013-03-04

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 Eric Botcazou changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

[Bug lto/56495] ICE in lto_output_tree with -g -flto -O2

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56495 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

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

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #9 from Eric Botcazou 2013-03-04 15:38:53 UTC --- > Hm, if hb < lb - what kind of pair do you expect? The only case > where lb - 1 is the "upper bound" (whatever upper bound is for an > empty array ...) - isn't lb - 1 always e

[Bug tree-optimization/56522] New: [4.8 Regression] Bytemark ASSIGNMENT 9% / 11% slower

2013-03-04 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56522 Bug #: 56522 Summary: [4.8 Regression] Bytemark ASSIGNMENT 9% / 11% slower Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: nor

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org ---

[Bug tree-optimization/56521] [4.8 Regression] Uninitialized value_id

2013-03-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56521 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2013-03-04 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #10 from rguenther at suse dot de 2013-03-04 15:45:09 UTC --- On Mon, 4 Mar 2013, ebotcazou at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 > > --- Comment #9 from Eric Botcazou 2013-03-04

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

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug c/56523] New: -Wunitialized is described to be enabled -Wall

2013-03-04 Thread corentinjabot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523 Bug #: 56523 Summary: -Wunitialized is described to be enabled -Wall Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug lto/56515] [4.8 Regression] location references block not in block tree, verify_gimple failed (LTO + profile)

2013-03-04 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56515 --- Comment #5 from Jan Hubicka 2013-03-04 16:06:25 UTC --- > We build the function decls via build_fn_decl which ends up using > input_location of the first random function we are processing. > > But that doesn't seem to be the issue af

[Bug lto/50494] gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with -flto

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50494 --- Comment #23 from Eric Botcazou 2013-03-04 16:10:53 UTC --- > 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 > mangled. They clearly aren't.

[Bug c/56523] -Wunitialized is described to be enabled by -Wall

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523 --- Comment #1 from Paolo Carlini 2013-03-04 16:16:16 UTC --- On which basis do you think it doesn't? In practice, for a stupid example like the below, with -Wall: int main() { int a; return a; } I get: test.c: In function ‘main’: test.c:

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

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 --- Comment #12 from Eric Botcazou 2013-03-04 16:18:21 UTC --- > So, can the Ada FE be changed to use that? Hacks like this belong with a > comment in the FE that needs them IMHO. The 2 other related hacks are in stor-layout.c line 2214

[Bug target/55295] [SH] Add support for fipr instruction

2013-03-04 Thread turkeyman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 Manu Evans changed: What|Removed |Added CC||turkeyman at gmail dot com --- Com

[Bug c++/56403] [4.6/4.7 Regression] internal compiler error: in build_zero_init_1, at cp/init.c:279

2013-03-04 Thread aseering at vertica dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403 --- Comment #9 from Adam Seering 2013-03-04 16:43:07 UTC --- Thanks! I'm curious if the fix is likely to get backported? Also, is there a straightforward workaround? Would you expect it to trigger with all cases of a va_list not allo

[Bug tree-optimization/54742] Switch elimination in FSM loop

2013-03-04 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comm

[Bug c++/56506] variadic class template specialization not selected as best match

2013-03-04 Thread mmehlich at semanticdesigns dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56506 --- Comment #3 from Michael Mehlich 2013-03-04 16:58:45 UTC --- Considering that based on 14.5.3(5) a template member declaration X,T>...>::type x; with T bound to int,bool,char must expand to X,int>, Y,bool>, Y,char>>::type x

[Bug c++/56403] [4.6/4.7 Regression] internal compiler error: in build_zero_init_1, at cp/init.c:279

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403 --- Comment #10 from Jason Merrill 2013-03-04 17:02:23 UTC --- The fix seems extremely safe, so I think backporting to 4.6 and 4.7 makes sense.

[Bug c++/56464] [C++11] Crashes when using implicit this in a lambda capture in member initializer

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56464 --- Comment #8 from Jason Merrill 2013-03-04 17:12:47 UTC --- Author: jason Date: Mon Mar 4 17:12:32 2013 New Revision: 196437 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196437 Log: PR c++/56464 PR c++/54383

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 --- Comment #6 from Jason Merrill 2013-03-04 17:12:48 UTC --- Author: jason Date: Mon Mar 4 17:12:32 2013 New Revision: 196437 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196437 Log: PR c++/56464 PR c++/54383

[Bug c++/56464] [C++11] Crashes when using implicit this in a lambda capture in member initializer

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56464 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/56294] BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to bootstrap comparison failure

2013-03-04 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56294 --- Comment #15 from Martin Jambor 2013-03-04 17:15:25 UTC --- (In reply to comment #13) > A guess is that you end up creating SSA names during code transform in > different > order - which can result from walking a hashtable to do things

[Bug middle-end/56524] New: Compiler ICE when compiling with -mips16

2013-03-04 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56524 Bug #: 56524 Summary: Compiler ICE when compiling with -mips16 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c/56523] -Wunitialized is described to be enabled by -Wall

2013-03-04 Thread corentinjabot at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523 --- Comment #2 from corentinjabot at gmail dot com 2013-03-04 17:33:26 UTC --- Actually after a few more test it works correctly but the statement "This enables some extra warning flags that are not enabled by -Wall." is confusing since the

[Bug tree-optimization/56424] [4.8 Regression] ICE at tree-inline.c:2833 on a-nllcef.ads at -O2

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56424 --- Comment #5 from Eric Botcazou 2013-03-04 17:41:41 UTC --- Author: ebotcazou Date: Mon Mar 4 17:41:32 2013 New Revision: 196439 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196439 Log: PR tree-optimization/56424

[Bug c/56523] -Wunitialized is described to be enabled by -Wall

2013-03-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/56424] [4.8 Regression] ICE at tree-inline.c:2833 on a-nllcef.ads at -O2

2013-03-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56424 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/56525] New: [4.8 Regression] Access to ggc_freed memory in flow_loops_find

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56525 Bug #: 56525 Summary: [4.8 Regression] Access to ggc_freed memory in flow_loops_find Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug fortran/48636] Enable more inlining with -O2 and higher

2013-03-04 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48636 William J. Schmidt changed: What|Removed |Added CC||bergner at gcc dot gnu.org

[Bug c++/54995] Converting lambda to C-style functions when there is template

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/56447] [C++11] Lambda in template has conversion op it shouldn't have

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56447 Jason Merrill changed: What|Removed |Added CC||temtaime at gmail dot com --- C

[Bug c++/55828] problem with access to static method from lambda in another method

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55828 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/51494] Legal program rejection - capturing "this" when using static method inside lambda

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51494 Jason Merrill changed: What|Removed |Added CC||vladimir.bayda at gmail dot

[Bug middle-end/56526] New: [4.8 regression] false positive for maybe-uninitialized

2013-03-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526 Bug #: 56526 Summary: [4.8 regression] false positive for maybe-uninitialized Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/56526] [4.8 regression] false positive for maybe-uninitialized

2013-03-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56526 --- Comment #1 from Matt Hargett 2013-03-04 19:04:58 UTC --- Created attachment 29580 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29580 save-temps output from same commandline/path

[Bug bootstrap/56509] [4.8 regression] gnattools build failure

2013-03-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56509 --- Comment #4 from Andreas Schwab 2013-03-04 19:50:07 UTC --- This is working.

[Bug target/56511] memcpy misses chance to use AVX instructions

2013-03-04 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56511 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com ---

[Bug c/56527] New: Provide an import counterpart to attribute((visibility("protected")))

2013-03-04 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56527 Bug #: 56527 Summary: Provide an import counterpart to attribute((visibility("protected"))) Classification: Unclassified Product: gcc Version: unknown Statu

[Bug tree-optimization/56486] [4.6/4.7 Regression] infinite loop in cc1 at -O1

2013-03-04 Thread dhazeghi at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56486 Dara Hazeghi changed: What|Removed |Added Summary|[4.6/4.7 Regression]|[4.6/4.7 Regression]

[Bug rtl-optimization/56494] [4.8 Regression] ICE in simplify_truncation, at simplify-rtx.c:619

2013-03-04 Thread rdsandiford at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56494 --- Comment #4 from rdsandiford at googlemail dot com 2013-03-04 21:06:10 UTC --- "jakub at gcc dot gnu.org" writes: > Created attachment 29578 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29578 > gcc48-pr56494.patch Thanks fo

[Bug target/55295] [SH] Add support for fipr instruction

2013-03-04 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #3 from Oleg Endo 2013-03-04 21:50:58 UTC --- (In reply to comment #2) > +1 > > I'm seeing the same pattern. > Infact, I'm noticing a lot of my maths code seems to be performing a lot of > redundant moves. Some examples

[Bug middle-end/56461] [4.8 Regression] GCC is leaking lots of memory

2013-03-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56461 --- Comment #26 from Jakub Jelinek 2013-03-04 21:52:15 UTC --- Author: jakub Date: Mon Mar 4 21:52:08 2013 New Revision: 196445 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196445 Log: PR middle-end/56461 * diagnost

[Bug c/56528] New: __attribute__((visibility)) ignored for a function declaration with an asm label

2013-03-04 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56528 Bug #: 56528 Summary: __attribute__((visibility)) ignored for a function declaration with an asm label Classification: Unclassified Product: gcc Version: unknown

[Bug target/56529] New: [SH] Calls to __sdivsi3_i4i and __udivsi3_i4i are generated on SH2

2013-03-04 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56529 Bug #: 56529 Summary: [SH] Calls to __sdivsi3_i4i and __udivsi3_i4i are generated on SH2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UN

  1   2   >