[Bug libstdc++/70569] New: configure: error: source directory already configured; run "make distclean" there first

2016-04-06 Thread mario.silva.costa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70569 Bug ID: 70569 Summary: configure: error: source directory already configured; run "make distclean" there first Product: gcc Version: 6.0 Status: UNCONFIRMED Sev

[Bug bootstrap/70569] configure: error: source directory already configured; run "make distclean" there first

2016-04-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70569 Andrew Pinski changed: What|Removed |Added Component|libstdc++ |bootstrap --- Comment #1 from Andrew Pin

[Bug c++/70570] New: Assembler error "symbol already defined" from nested lambdas and function-static variable

2016-04-06 Thread ndkrempel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70570 Bug ID: 70570 Summary: Assembler error "symbol already defined" from nested lambdas and function-static variable Product: gcc Version: unknown Status: UNCONFIRMED

[Bug libstdc++/51749] Including pollutes global namespace

2016-04-06 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #32 from Yaakov Selkowitz --- In an effort to enable C99-in-C++ functionality on newlib-based targets (including Cygwin and RTEMS), we just overhauled our feature test macros to be functionally compatible with glibc's. Ignoring the l

[Bug c++/70571] New: ICE on valid code on x86_64-linux-gnu in verify_ctor_sanity, at cp/constexpr.c:2259

2016-04-06 Thread su at cs dot ucdavis.edu
--prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 6.0.0 20160406 (experimental) [trunk revision 234771] (GCC) $ $ g++-5.3 -c small.cpp $ $ g++-trunk -c small.cpp small.cpp: In function ‘void foo(vec, vec, int)’: small.cpp:4:14: internal compiler error: in

[Bug c++/70572] New: ICE on code with decltype (auto) on x86_64-linux-gnu in digest_init_r, at cp/typeck2.c:1103 with -std=c++14

2016-04-06 Thread su at cs dot ucdavis.edu
-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 6.0.0 20160406 (experimental) [trunk revision 234771] (GCC) $ $ g++-trunk -c -std=c++14 small.cpp small.cpp: In function ‘int foo()’: small.cpp:3:23: internal compiler

[Bug c++/61198] Crash when selecting specializations through aliases.

2016-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Jakub Jelinek changed: What|Removed |Added CC||pangbw at gmail dot com --- Comment #12

[Bug c++/70567] internal compiler error: in retrieve_specialization, at cp/pt.c:1020

2016-04-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70567 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

<    1   2