[Bug target/55212] [SH] Switch from IRA to LRA

2014-08-03 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #1 from Oleg Endo --- Author: olegendo Date: Sun Aug 3 09:47:15 2014 New Revision: 213524 URL: https://gcc.gnu.org/viewcvs?rev=213524&root=gcc&view=rev Log: PR target/55212 Create branch. Added: branches/sh-lra/ - copied

[Bug pch/62001] Many tests fail with PCH

2014-08-03 Thread smith_winston_6079 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62001 --- Comment #1 from Winston Smith --- The same for g++: Running /home/zoidberg/1/gcc-4.9.1/gcc/testsuite/g++.dg/pch/pch.exp ... FAIL: g++.dg/pch/array-1.C -g -I. -Dwith_PCH (internal compiler error) FAIL: g++.dg/pch/array-1.C -g -I. -Dwith_PCH

[Bug pch/62001] New: Many tests fail with PCH

2014-08-03 Thread smith_winston_6079 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62001 Bug ID: 62001 Summary: Many tests fail with PCH Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: pch Assignee:

[Bug pch/62001] Many tests fail with PCH

2014-08-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62001 --- Comment #2 from Dominique d'Humieres --- As reported in PR61250, I see also random PCH failures on darwin, but much fewer: g++.dg/pch/pch.C and gcc.dg/pch/save-temps-1.c only.

[Bug fortran/61999] [4.8/4.9/4.10 Regression] `gfc_simplify_dot_product` causes ICE for constant arguments

2014-08-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61999 --- Comment #2 from Dominique d'Humieres --- The ICE is due to the line gcc_assert (gfc_compare_types (&vector_a->ts, &vector_b->ts)); i.e., gfc_simplify_dot_product works only if the two vectors have the same type. Replacing the assert with

[Bug other/62002] New: -fcilkplus switch breaks format attribute.

2014-08-03 Thread astellar at ro dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 Bug ID: 62002 Summary: -fcilkplus switch breaks format attribute. Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug other/62002] -fcilkplus switch breaks format attribute.

2014-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2014-08-03 Thread rose.garcia-eggl2fk at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 Rose Garcia changed: What|Removed |Added CC||rose.garcia-eggl2fk@yopmail

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2014-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 --- Comment #17 from Marek Polacek --- I'm sorry, GCC 4.7 branch is already closed.

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2014-08-03 Thread rose.garcia-eggl2fk at yopmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 --- Comment #18 from Rose Garcia --- Created attachment 33229 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33229&action=edit backported fix for gcc 4.8.3 oh, is that so? that's unfortunate, as gcc > 4.7 requires a C++ compiler to bootstr

[Bug c++/58704] [c++11] ICE initializing array member of template class

2014-08-03 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58704 Volker Reichelt changed: What|Removed |Added Target Milestone|4.10.0 |4.9.1

[Bug gcov-profile/61889] [4.10 Regression] gcov-tool.c uses nftw, ftw.h

2014-08-03 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61889 --- Comment #3 from Rainer Emrich --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.07.2014 17:17, schrieb ktietz at gcc dot gnu.org: > --- Comment #2 from Kai Tietz --- Yes, issue is > here that ftw API is used for cleanup. > > ... stat

[Bug c++/60189] ICE with invalid use of _Cilk_sync

2014-08-03 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60189 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug fortran/61768] Fortran compiler goes into infinite loop while compiling SPEC2000 applu.f

2014-08-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61768 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/62003] New: Possible bug in std::complex

2014-08-03 Thread wilczak at ii dot uj.edu.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62003 Bug ID: 62003 Summary: Possible bug in std::complex Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assi

[Bug rtl-optimization/62004] New: dead type-unsafe load replaces type-safe load

2014-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 Bug ID: 62004 Summary: dead type-unsafe load replaces type-safe load Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl

[Bug tree-optimization/61964] [4.8/4.9 regression] krb5 database propagation enters infinite loop; reduced test case

2014-08-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 --- Comment #18 from vries at gcc dot gnu.org --- (In reply to Richard Biener from comment #13) > (In reply to vries from comment #12) > > Furthermore, I suspect that a similar issue exists for loads, I'll look into > > that. > > I don't think so