[Bug fortran/62242] New: ICE with character function in expression

2014-08-23 Thread jwmwalrus at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 Bug ID: 62242 Summary: ICE with character function in expression Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge

2014-08-23 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 --- Comment #5 from M Welinder --- I agree that anyone depending on map and multimap iterators to mix deserves whatever happens as a result. It would, however, be nice g++ would reject such programs outright. Currently this is accepted: st

[Bug c++/62206] Gcc doesn't optimize methods in template class, even when they don't depend on the template variable

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62206 --- Comment #3 from Jonathan Wakely --- Yes

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169 --- Comment #4 from Jonathan Wakely --- The standard allows iterators of different containers to be different, your program is not portable of it assumes they will (or will not) be the same type. I don't consider this a bug, and am not very moti

[Bug c++/57533] When throwing local variable, it's being move-constructed even if not going out of scope.

2014-08-23 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57533 Ville Voutilainen changed: What|Removed |Added CC||tsimpson at ubuntu dot com --- Comme

[Bug c++/62172] Operand to a throw expression is moved when it should be copied

2014-08-23 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62172 Ville Voutilainen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/62172] Operand to a throw expression is moved when it should be copied

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62172 --- Comment #2 from Jonathan Wakely --- I think this is a DUP of an existing report

[Bug c++/62189] Different result between 4.6 and 4.9.1

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62189 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60433] auto-fn24.C:7:8: ICE: in dbxout_type, at dbxout.c:2371

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60433 John David Anglin changed: What|Removed |Added Component|debug |c++ --- Comment #1 from John David A

[Bug c++/62227] Templated move not elided

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62227 --- Comment #1 from Jonathan Wakely --- A template cannot be a move constructor and so it is not legal to elide it. Removing line (1) means there is a move constructor implicitly declared, which will be used and can be elided. Removing line (2)

[Bug c++/62229] Broken uniform initialization when using std::string ctor

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62229 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/62223] error: there are no arguments to ‘static_asssert’ that depend on a template parameter, so a declaration of ‘static_asssert’ must be available

2014-08-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62223 --- Comment #7 from Jonathan Wakely --- (In reply to tower120 from comment #6) > Because "there are no arguments to 'static_asssert' that depend on a > template parameter" means that there IS such a function, but it does not > accept current para

[Bug c++/62241] C++14 generalized lambda capture doesn't work with uniform initialization syntax.

2014-08-23 Thread 0xd34df00d at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62241 --- Comment #4 from Georg Rudoy <0xd34df00d at gmail dot com> --- Also, while experimenting I've found that adding a non-initializing capture element to the list somewhat mitigates the issue. That is, if the capture list looks like `[smth, foo = b

[Bug c++/62241] C++14 generalized lambda capture doesn't work with uniform initialization syntax.

2014-08-23 Thread 0xd34df00d at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62241 --- Comment #3 from Georg Rudoy <0xd34df00d at gmail dot com> --- Not yet. Should I?

[Bug c++/62241] C++14 generalized lambda capture doesn't work with uniform initialization syntax.

2014-08-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62241 --- Comment #2 from Andrew Pinski --- Have you tried 5.x yet?

[Bug c++/62241] C++14 generalized lambda capture doesn't work with uniform initialization syntax.

2014-08-23 Thread 0xd34df00d at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62241 --- Comment #1 from Georg Rudoy <0xd34df00d at gmail dot com> --- Created attachment 33387 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33387&action=edit Successfully compiling code.

[Bug c++/62241] New: C++14 generalized lambda capture doesn't work with uniform initialization syntax.

2014-08-23 Thread 0xd34df00d at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62241 Bug ID: 62241 Summary: C++14 generalized lambda capture doesn't work with uniform initialization syntax. Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severit

[Bug tree-optimization/50374] Support vectorization of min/max location pattern

2014-08-23 Thread vincenzo.innocente at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50374 vincenzo Innocente changed: What|Removed |Added Known to fail||4.9.1 --- Comment #27 from vincenzo

[Bug ada/62019] [5 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug middle-end/61858] GNAT BUG: in store_field, at expr.c:6591

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61858 John David Anglin changed: What|Removed |Added Target|hppa-unknown-linux-gnu |hppa*-*-* (32-bit) Hos

[Bug target/62038] Out of range branch target in thunk

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62038 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/62038] Out of range branch target in thunk

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62038 --- Comment #8 from John David Anglin --- Author: danglin Date: Sat Aug 23 16:00:46 2014 New Revision: 214399 URL: https://gcc.gnu.org/viewcvs?rev=214399&root=gcc&view=rev Log: PR target/62038 * config/pa/pa.c (pa_output_function_epilogu

[Bug target/62038] Out of range branch target in thunk

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62038 --- Comment #7 from John David Anglin --- Author: danglin Date: Sat Aug 23 15:57:57 2014 New Revision: 214398 URL: https://gcc.gnu.org/viewcvs?rev=214398&root=gcc&view=rev Log: PR target/62038 * config/pa/pa.c (pa_output_function_epilogu

[Bug target/62038] Out of range branch target in thunk

2014-08-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62038 --- Comment #6 from John David Anglin --- Author: danglin Date: Sat Aug 23 15:56:07 2014 New Revision: 214397 URL: https://gcc.gnu.org/viewcvs?rev=214397&root=gcc&view=rev Log: PR target/62038 * config/pa/pa.c (pa_output_function_epilogu

[Bug fortran/61669] Error recovery ICE

2014-08-23 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61669 Steven Bosscher changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug bootstrap/60160] Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET

2014-08-23 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60160 Dmitry Gorbachev changed: What|Removed |Added Attachment #32115|0 |1 is obsolete|

[Bug c++/62240] New: A using-declaration within a class can publish a public base of a private base.

2014-08-23 Thread rohan at rohanlean dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62240 Bug ID: 62240 Summary: A using-declaration within a class can publish a public base of a private base. Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity:

[Bug lto/62239] [5 Regression] ICE: in execute_todo, at passes.c:1795 with LTO

2014-08-23 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62239 Dmitry Gorbachev changed: What|Removed |Added Keywords||ice-on-valid-code, lto Known to

[Bug lto/62239] New: [5 Regression] ICE: in execute_todo, at passes.c:1795 with LTO

2014-08-23 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62239 Bug ID: 62239 Summary: [5 Regression] ICE: in execute_todo, at passes.c:1795 with LTO Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug tree-optimization/62238] New: ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-08-23 Thread su at cs dot ucdavis.edu
/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 5.0.0 20140823 (experimental) [trunk revision 214394] (GCC) $ $ gcc-trunk -O0 -c fn1.c $ gcc-trunk -O0 -c main.c $ gcc-trunk -O3 *.o $ ./a.out $ $ gcc-4.8 -flto -O0 -c fn1.c $ gcc-4.8 -flto

[Bug bootstrap/60160] Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET

2014-08-23 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60160 --- Comment #3 from Marc Glisse --- ISTR that building with CFLAGS_FOR_TARGET="-g -O2 -flto -ffat-lto-objects", same for CXXFLAGS_FOR_TARGET, and --disable-bootstrap used to complete, but now it fails during the link of .libs/libstdc++.so.6.0.21:

[Bug fortran/60550] [OOP] ICE on factory design pattern

2014-08-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550 --- Comment #4 from Dominique d'Humieres --- Reduced test (ICE with r208775) ! { dg-do compile } MODULE m_benchmark_function IMPLICIT NONE INTEGER, PARAMETER :: wpr = 8 TYPE, ABSTRACT :: problem INTEGER, PUBLIC :: problem_dimension

[Bug fortran/60550] [OOP] ICE on factory design pattern

2014-08-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60550 --- Comment #3 from Dominique d'Humieres --- > This works with current trunk. Confirmed. I don't get any ICE with the 4.9 releases (4.9.0, 4.9.1, and prerelease 4.9.2, r214296). I get the ICE for 4.9 r208775 (2014-03-23), but not for 4.10 r20983

[Bug libstdc++/62237] New: ostream single character printing is slower than fprintf with "%c".

2014-08-23 Thread mickey.veksler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62237 Bug ID: 62237 Summary: ostream single character printing is slower than fprintf with "%c". Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/60110] ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1266

2014-08-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #