[Bug c++/72752] internal compiler error: in retrieve_specialization

2016-07-31 Thread mikeus at hotmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752 --- Comment #1 from Michael --- When it is explicitly specified to use a default template argument the code is compiled successfully: - 8< -- 8< -- 8< - typedef void (*foo_t)(); void test(foo_t) {} template< typename > s

[Bug c++/72752] [6 Regression] ICE: in retrieve_specialization, at cp/pt.c:1183

2016-07-31 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/72752] [6 Regression] ICE: in retrieve_specialization, at cp/pt.c:1183

2016-07-31 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752 Markus Trippelsdorf changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comme

[Bug c++/70305] 5.3.0 solaris: ld: fatal: relocation error: R_SPARC_DISP32: file ../src/c++11/.libs/libc++11convenience.a

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70305 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/39333] gcc 4.3.3 miscompiles when -finline-small-functions is used

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39333 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug gcov-profile/39669] gcov --preserve-paths causes mangled filenames on windows

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39669 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/40391] Segfault with -O, iostream, anonymous namespace on PPC

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40391 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/40974] [4.9/5/6/7 Regression] cannot build gcc-4.4.1: fenv_t has not been declared

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/41155] Compiler internal error with -O3

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41155 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/42141] ACATS C9A009G failure

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42141 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/42932] unknown endianness, Solaris 10 SPARC

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42932 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/66564] ICE on explicit instantiation of nested template class

2016-07-31 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66564 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug libstdc++/68297] Faster std::make_exception

2016-07-31 Thread gleb at scylladb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68297 Gleb Natapov changed: What|Removed |Added CC||gleb at scylladb dot com --- Comment #2 f

[Bug c++/72761] New: the "using" keyword has different behaviors

2016-07-31 Thread liweifriends at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72761 Bug ID: 72761 Summary: the "using" keyword has different behaviors Product: gcc Version: 5.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/72761] the "using" keyword has different behaviors

2016-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72761 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/72745] Please static assert in std::get to check out of range

2016-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72745 --- Comment #1 from Jonathan Wakely --- This is harder than you think, because the incomplete type error happens in the return type, so the function body is never instantiated and adding a static assertion there doesn't help.

[Bug rtl-optimization/71779] [5/6/7 regression] isl miscompiled with -mabi=ilp32

2016-07-31 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779 --- Comment #19 from Bernd Edlinger --- Created attachment 39036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39036&action=edit combined patch Hi, I've updated the patch again based on Segher's comments. So that's what I'd like to post

[Bug other/31233] obstack.h typo

2016-07-31 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31233 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug libstdc++/72745] Please static assert in std::get to check out of range

2016-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72745 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Sun Jul 31 17:08:52 2016 New Revision: 238924 URL: https://gcc.gnu.org/viewcvs?rev=238924&root=gcc&view=rev Log: libstdc++/72745 add static assertion for invalid tuple access PR

[Bug libstdc++/72745] Please static assert in std::get to check out of range

2016-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72745 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/31233] obstack.h typo

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

[Bug rtl-optimization/71779] [5/6/7 regression] isl miscompiled with -mabi=ilp32

2016-07-31 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779 --- Comment #20 from Andreas Schwab --- Works again.

[Bug c++/64759] The compiler does NOT show a warning in a case where it is reasonable to expect a warning message.

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64759 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/65047] [c++17] Add support for nested namespace defintions.

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid Severity|minor

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Severity|normal

[Bug c++/65047] [c++17] Add support for nested namespace defintions.

2016-07-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

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

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

2016-07-31 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack --- Comment #10 from Manu

[Bug libitm/69115] transactional memory attributes are missing docs and inconsistent with spec

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69115 Andrew Pinski changed: What|Removed |Added Keywords||documentation Status|UNCONFI

[Bug target/71680] [7 Regression] ICE: Max. number of generated reload insns per insn is achieved (90) w/ -Os -mlra

2016-07-31 Thread asolokha at gmx dot com
for 20160626 and 20160731 are r237793 and r238930, respectively, according to [1,2]. % powerpc-e500v2-linux-gnuspe-gcc-7.0.0-alpha20160731 -v Using built-in specs. COLLECT_GCC=powerpc-e500v2-linux-gnuspe-gcc-7.0.0-alpha20160731 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc-e5

[Bug c++/72762] New: Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72762 Bug ID: 72762 Summary: Cann't demangle auto arguments of C++14 generic lambda Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug c++/72762] Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72762 --- Comment #1 from Fujii Hironori --- $ ./demangle _ZZ1fvENUlT_RT0_OT1_E_4_FUNIiiiEEDTcldtLPv0EclscOS_fp_scS1_fp0_scS3_fp1_EES_S1_S3_ typed name local name typed name name 'f' function type argument list template

[Bug c++/72762] Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72762 --- Comment #2 from Fujii Hironori --- In GDB, this function is shown as: > ::operator void (*)(int, int&, int&&) int, int>(void) const

[Bug preprocessor/62661] digit separator warning in if'ed out code

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661 Andrew Pinski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/72763] New: incorrectly accepts invalid C++11 code that instantiates a non-template class

2016-07-31 Thread su at cs dot ucdavis.edu
COLLECT_LTO_WRAPPER=/usr/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/7.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160731

[Bug target/68535] arm.c: 5 * set but not used

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68535 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2015-11-25 00:00:00 |2016-7-31 Known to fail|

[Bug c++/72764] New: ICE on invalid C++11 code instantiating an alias template: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in typedef_variant_p, at tree.c:12660

2016-07-31 Thread su at cs dot ucdavis.edu
-pc-linux-gnu/7.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160731 (experimental) [trunk revision 238915] (GCC) $ $ g++-trunk -c -std=c

[Bug c++/64433] Segmentation fault while compiling

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64433 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code, |

[Bug c++/64501] Unreachable catch BB for try blocks that cannot create an exception of specific type

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64501 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/58112] Ineffective addressing mode used in loop.

2016-07-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58112 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Severity|n