[Bug tree-optimization/67476] Add --param parloops-schedule=

2015-09-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67476 --- Comment #5 from vries at gcc dot gnu.org --- Posted updated patch series: - https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00794.html - https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00795.html FTR, bootstrap and reg-test of this patch series o

[Bug libfortran/67534] libgfortran.h sanitizer complains on left shift of ~0 runtime error: left shift of negative value -1

2015-09-13 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67534 Francois-Xavier Coudert changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug fortran/67567] New: pretty-print.h sanitizer detects NULL pointer passed to obstack_grow

2015-09-13 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67567 Bug ID: 67567 Summary: pretty-print.h sanitizer detects NULL pointer passed to obstack_grow Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: minor

[Bug libfortran/67534] libgfortran.h sanitizer complains on left shift of ~0 runtime error: left shift of negative value -1

2015-09-13 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67534 --- Comment #3 from Vittorio Zecca --- I tested on trunk. The sanitizer message disappeared.

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #10 from Jonathan Wakely --- This reminds me of PR 62052 but doesn't involve lambdas.

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #9 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #8) > 0x7ffdd31bbb60 constructed > 0x7ffdd31bbb90 copied from 0x7ffdd31bbb60 > 0x7ffdd31bbb60 destroyed > 0x7ffdd31bbbe0 x.tag_ in main() > 0x7ffdd31bbbe0 destroyed

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code --- Comment #8 from Jonatha

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug fortran/67460] [5/6 Regression] Spurious: f951: all warnings being treated as errors

2015-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67460 --- Comment #4 from Manuel López-Ibáñez --- patch submitted: https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00894.html

[Bug libstdc++/67566] std::move is in global scope g++ 5.1 -std=c++14

2015-09-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67566 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2015-09-13 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #110 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #109) > Maybe it also fixes the std::locale issues. Kaz, could > you please have a look? It doesn't fix those failures. I'll try to bisect that issue.

[Bug target/67061] sh64-elf: internal compiler error: in sh_find_set_of_reg, at config/sh/sh-protos.h:235

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67061 --- Comment #6 from Oleg Endo --- (In reply to Oleg Endo from comment #5) > Created attachment 36331 [details] > Proposed patch > > The issue with the function 'sh_find_set_of_reg' has also popped up when > enabling LRA by default on trunk (see

[Bug c++/67559] [C++] [regression] Passing non-trivially copyable objects through '...' doesn't generate warning or error

2015-09-13 Thread bisqwit at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67559 --- Comment #2 from Joel Yliluoma --- But when compiling for earlier standard versions that explicitly label this as undefined behavior, it should at least give a warning.

[Bug libstdc++/64132] [5/6 Regression] FAIL: 22_locale/numpunct/members/char/3.cc execution test

2015-09-13 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64132 Mikhail Maltsev changed: What|Removed |Added Target|hppa-unknown-linux-gnu |hppa-unknown-linux-gnu,

[Bug libstdc++/67566] New: std::move is in global scope g++ 5.1 -std=c++14

2015-09-13 Thread forest_software at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67566 Bug ID: 67566 Summary: std::move is in global scope g++ 5.1 -std=c++14 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P

[Bug c++/67559] [C++] [regression] Passing non-trivially copyable objects through '...' doesn't generate warning or error

2015-09-13 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67559 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug fortran/67538] ICE with invalid source allocation

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67538 --- Comment #3 from Dominique d'Humieres --- > > This is valid since F2003 (implemented recently by Andre Vehreschild), but > > it should not give an ICE. > > Are you sure? > > There is no array spec. ... You are right, the code is invalid.

[Bug libstdc++/67096] libstdc++ testsuite, codecvt: many UTF-8 tests illegal (testing bytes 5 and 6)

2015-09-13 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67096 --- Comment #5 from John Marino --- Hmmm, thinking about this, I'd bet Linux would FAIL this test. It probably does allow 6-bytes (even though it should not) and thus K would return 6. I don't really have a recommendation -- the standard is pre

[Bug fortran/67538] ICE with invalid source allocation

2015-09-13 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67538 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/56659] Segfault due to missing libcpp error handler for "gfortran -cpp"

2015-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56659 Manuel López-Ibáñez changed: What|Removed |Added Depends on||62226 --- Comment #3 from Manuel L

[Bug fortran/56659] Segfault due to missing libcpp error handler for "gfortran -cpp"

2015-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56659 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug fortran/54224] Warn for unused internal procedures

2015-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 --- Comment #24 from Manuel López-Ibáñez --- (In reply to Dominique d'Humieres from comment #23) > > I'm not a Fortran dev, but I would humbly suggest to add this testcase > > to the regression testsuite before closing the bug. > > OK. REOPENED.

[Bug c++/67565] [concepts] Very slow compile time and high memory usage with complex concept definitions, even if unused

2015-09-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67565 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/54221] [4.8/4.9 Regression] Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221 Bug 54221 depends on bug 54224, which changed state. Bug 54224 Summary: Warn for unused internal procedures https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 What|Removed |Added

[Bug fortran/54224] Warn for unused internal procedures

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/67565] New: [concepts] Very slow compile time and high memory usage with complex concept definitions, even if unused

2015-09-13 Thread adrian.wielgosik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67565 Bug ID: 67565 Summary: [concepts] Very slow compile time and high memory usage with complex concept definitions, even if unused Product: gcc Version: 6.0 Status: UNCONFIR

[Bug fortran/66409] Reporting ambiguous interface when overloading assignment with polymorphic array

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66409 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67539] Segmentation fault with elemental defined assignment and scalar function at the RHS

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67539 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67545] [concepts] Failure to properly substitute template parameters into requires-clause

2015-09-13 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67545 Casey Carter changed: What|Removed |Added Severity|normal |major --- Comment #1 from Casey Carter -

[Bug fortran/54224] Warn for unused internal procedures

2015-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug fortran/67542] ICE on initializing type variable with a longer array

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

[Bug target/58864] [4.8/4.9 regression] ICE in connect_traces, at dwarf2cfi.c:NNNN

2015-09-13 Thread d.glazachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864 Denis changed: What|Removed |Added CC||d.glazachev at gmail dot com --- Comment #12 fro

[Bug ada/62235] segmentation fault on Ada 2012 code

2015-09-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235 Eric Botcazou changed: What|Removed |Added Severity|major |normal

[Bug fortran/67538] ICE with invalid source allocation

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67538 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libfortran/67540] string_intrinsics_inc.c sanitizer detects null pointer passed to memcpy

2015-09-13 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67540 --- Comment #7 from Vittorio Zecca --- str4 used to point to str so the "logic" seems to check that str4 does not follow any more str. But the test is erroneous.

[Bug fortran/67543] ICE on associate with improper association

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67543 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/57778] Missing warning for -Wimplicit-procedure for dummy arguments

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

[Bug libfortran/67534] libgfortran.h sanitizer complains on left shift of ~0 runtime error: left shift of negative value -1

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

[Bug fortran/67564] Segfault on sourced allocattion statement with class(*) arrays

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67564 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67564] New: Segfault on sourced allocattion statement with class(*) arrays

2015-09-13 Thread neil.n.carlson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67564 Bug ID: 67564 Summary: Segfault on sourced allocattion statement with class(*) arrays Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

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

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #109 from Oleg Endo --- (In reply to Oleg Endo from comment #108) > > It seems I should really fix PR 67061, which > looks like the same issue (and the other issue with sh_find_set_of_reg which > was fixed with a modified_between_p).

[Bug libstdc++/67096] libstdc++ testsuite, codecvt: many UTF-8 tests illegal (testing bytes 5 and 6)

2015-09-13 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67096 --- Comment #4 from John Marino --- Created attachment 36332 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36332&action=edit codecvt/max_length/wchar/4.cc patch codecvt/max_length/wchar/4.cc test thinks that 6 is the maximum byte size for

[Bug target/67061] sh64-elf: internal compiler error: in sh_find_set_of_reg, at config/sh/sh-protos.h:235

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67061 --- Comment #5 from Oleg Endo --- Created attachment 36331 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36331&action=edit Proposed patch The issue with the function 'sh_find_set_of_reg' has also popped up when enabling LRA by default on

[Bug fortran/54221] [4.8/4.9 Regression] Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221 --- Comment #13 from Dominique d'Humieres --- > I agree that this PR can probably be closed. Closing as FIXED. Please file new PR(s) for new issue(s).

[Bug fortran/54221] [4.8/4.9 Regression] Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221 Bug 54221 depends on bug 54224, which changed state. Bug 54224 Summary: Warn for unused internal procedures https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 What|Removed |Added

[Bug fortran/54224] Warn for unused internal procedures

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/67540] string_intrinsics_inc.c sanitizer detects null pointer passed to memcpy

2015-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67540 Dominique d'Humieres changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comm

[Bug ada/62235] segmentation fault on Ada 2012 code

2015-09-13 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235 Victor Porton changed: What|Removed |Added Version|5.1.0 |5.2.1 Severity|normal

[Bug ada/62235] segmentation fault on Ada 2012 code

2015-09-13 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235 --- Comment #6 from Victor Porton --- Not fixed in GNAT 5.2.1 20150903 (i586-linux-gnu) (Debian gnat-5 package). However the exact error message is somehow different.

[Bug c/67563] verify_flow_info failed

2015-09-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67563 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67563] New: verify_flow_info failed

2015-09-13 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67563 Bug ID: 67563 Summary: verify_flow_info failed Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unass

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread Georg.Baum at post dot rwth-aachen.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #6 from Georg Baum --- (In reply to Markus Trippelsdorf from comment #4) > Well, the automatically generated copy constructor is a (special) member > function. OK, I see what you mean, but I still do not understand. The automatically

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

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #108 from Oleg Endo --- (In reply to Oleg Endo from comment #107) The problem is the define_split at sh.md line 893 (the part at 945). Or actually, it's sh_find_set_of_reg. Adding this diff --git a/gcc/config/sh/sh-protos.h b/gcc/

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

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #107 from Oleg Endo --- > > The serious one would be > > > > Running target sh-sim/-m2/-mb > > FAIL: gcc.c-torture/execute/20040709-2.c -Os execution test > I have tried compiling that test case outside of the testsuite with -m2

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

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #106 from Oleg Endo --- Created attachment 36329 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36329&action=edit 20040709-2.s with LRA (FAIL)

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

2015-09-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #105 from Oleg Endo --- Created attachment 36328 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36328&action=edit 20040709-2.s without LRA (PASS)

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Markus Trippelsdorf changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Commen

[Bug c++/67557] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-09-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #4 from Markus Trippelsdorf --- Well, the automatically generated copy constructor is a (special) member function.