[Bug libstdc++/65675] New: make bootstrap fails when configured with --disable-hosted-libstdcxx

2015-04-05 Thread ian at ianshome dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65675 Bug ID: 65675 Summary: make bootstrap fails when configured with --disable-hosted-libstdcxx Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: blocker

[Bug sanitizer/65662] AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:835 "((res)) < ((kNumPossibleRegions))" (0x3ffb49, 0x80000)

2015-04-05 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65662 --- Comment #8 from vekumar at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #7) > (In reply to vekumar from comment #6) > > For 42 bit VA, I have to change the SANITIZER_MMAP_RANGE_SIZE to 1 <<42. > > Sure. > > > Also compiler h

[Bug ipa/65478] [5 regression] crafty performance regression

2015-04-05 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65478 --- Comment #25 from Jan Hubicka --- Crafty perfomrance is back (with a combination of better heuristics and increase of inlining limits), eon is not, at least not in all configurations. We have separate eon PR, so I am closing this one.

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #22 from drikosev at otenet dot gr --- Created attachment 35234 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35234&action=edit cleanup if a declaration type spec is erroneous Let's see if the function names are properly printe

[Bug target/65674] New: stack smashing protector must be controllable per-function

2015-04-05 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65674 Bug ID: 65674 Summary: stack smashing protector must be controllable per-function Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement

[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

2015-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 --- Comment #7 from Jakub Jelinek --- So fixed?

[Bug sanitizer/65662] AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:835 "((res)) < ((kNumPossibleRegions))" (0x3ffb49, 0x80000)

2015-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65662 --- Comment #7 from Jakub Jelinek --- (In reply to vekumar from comment #6) > For 42 bit VA, I have to change the SANITIZER_MMAP_RANGE_SIZE to 1 <<42. Sure. > Also compiler has to add the shadow offset instead of Oring it. You don't, see my

[Bug c++/63579] New attribute for empty member optimization

2015-04-05 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63579 Marc Glisse changed: What|Removed |Added Attachment #33750|0 |1 is obsolete|

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #21 from drikosev at otenet dot gr --- Created attachment 35232 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35232&action=edit cleanup if a declaration type spec is erroneous Finally, I've sent for review to the recommended re

[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

2015-04-05 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 --- Comment #6 from Yvan Roux --- Author: yroux Date: Sun Apr 5 19:06:43 2015 New Revision: 221873 URL: https://gcc.gnu.org/viewcvs?rev=221873&root=gcc&view=rev Log: gcc/ 2015-04-05 Yvan Roux Backport from trunk r221867 2015-04-04

[Bug target/65535] powerpc64-freebsd build failure

2015-04-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 Martin Sebor changed: What|Removed |Added Severity|normal |minor

[Bug testsuite/65484] FAIL: g++.dg/vect/pr36648.cc on powerpc64

2015-04-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65484 Martin Sebor changed: What|Removed |Added Severity|minor |normal

[Bug testsuite/65484] FAIL: g++.dg/vect/pr36648.cc on powerpc64

2015-04-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65484 Martin Sebor changed: What|Removed |Added Severity|normal |minor

[Bug target/65535] powerpc64-freebsd build failure

2015-04-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65535 Martin Sebor changed: What|Removed |Added Target|powerpc64-freebsd |*-*-freebsd --- Comment #4 from Martin Se

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/65665] [5.0 Regression]: g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-plugin -flto-partition=none

2015-04-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65665 --- Comment #9 from Martin Liška --- Author: marxin Date: Sun Apr 5 17:17:29 2015 New Revision: 221872 URL: https://gcc.gnu.org/viewcvs?rev=221872&root=gcc&view=rev Log: Fix PR ipa/65665 PR ipa/65665 * ipa-icf.c (sem_function::equals_w

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #20 from Dominique d'Humieres --- > Also, I think that the additional test could be: "( m != MATCH_OK )" I don't think so: the block in the patch will be reached for (m == MATCH_NO) and I think this leads to the regressions.

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #19 from drikosev at otenet dot gr --- Ok, I'll send a patch to the recommended addresses as soon as I read the GNU coding standards. Yet, my impression is that perhaps the patch should be a bit more complex; in example, I think tha

[Bug sanitizer/65662] AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:835 "((res)) < ((kNumPossibleRegions))" (0x3ffb49, 0x80000)

2015-04-05 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65662 vekumar at gcc dot gnu.org changed: What|Removed |Added CC||vekumar at gcc dot gnu.org -

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #18 from Dominique d'Humieres --- With an additional filtering on (m == MATCH_ERROR), i.e. with the following patch, the ICEs are fixed without regression --- ../_clean/gcc/fortran/decl.c2015-03-25 14:07:04.0 +0100 +++ gc

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #17 from Dominique d'Humieres --- I have forgotten to give a sample of the failing tests with the patch in comment 15: FAIL: gfortran.dg/coarray/alloc_comp_3.f90 -fcoarray=single -O2 -latomic (test for excess errors) FAIL: gfortran

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #16 from Dominique d'Humieres --- > As it seems the problem with the program bug.f90 is that the generic > attribute is set in a symbol as the parser tries to match a declaration > type specification; but finally, the statement isn't

[Bug libstdc++/61347] std::distance(list.first(),list.end()) in O(1)

2015-04-05 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61347 --- Comment #4 from Marc Glisse --- Created attachment 35231 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35231&action=edit Overload of __distance Here is one way to do it (I will probably protect the new code with defined(__OPTIMIZE__)

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #15 from drikosev at otenet dot gr --- Created attachment 35230 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35230&action=edit altered patch for the regressions reported in comment 11 Hi, As it seems the problem with the prog

[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

2015-04-05 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 --- Comment #5 from Yvan Roux --- Created attachment 35229 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35229&action=edit testcase that fails also on 4.9

[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

2015-04-05 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 Yvan Roux changed: What|Removed |Added CC||yroux at gcc dot gnu.org --- Comment #4 from