[Bug c++/78919] Lambdas, default parameters and std::function cause assembly error

2017-08-17 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78919 --- Comment #1 from Jonas Jelten --- Probably the same as bug 59949, if the default value is always created for a template even if the call overwrites the default value.

[Bug c++/65870] Explicit function instantiation with default valued lambda causes duplicate symbol

2017-08-17 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65870 --- Comment #1 from Jonas Jelten --- This is probably the same as bug 59949, and still present in 6.4.0.

[Bug c++/59949] lambda expression as default argument of function template causes "already defined" messages in assembler

2017-08-17 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59949 --- Comment #3 from Jonas Jelten --- This bug is still present in g++ 6.4.0.

[Bug bootstrap/67373] Can't compile gcc snapshot for avr target with mingw

2016-01-14 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 --- Comment #4 from Jonas Jelten --- It should be noted that my issue occurs on Gentoo with gcc 5.3.0, avr-libc 1.8.1 and avr binutils 2.25.1-r1.

[Bug bootstrap/67373] Can't compile gcc snapshot for avr target with mingw

2016-01-14 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 Jonas Jelten changed: What|Removed |Added CC||jj at stusta dot net --- Comment #3 from

[Bug libgcc/66570] New: libbacktrace is not installed

2015-06-17 Thread jj at stusta dot net
Assignee: unassigned at gcc dot gnu.org Reporter: jj at stusta dot net Target Milestone: --- libbacktrace is really useful and can be used by user programs perfectly. Please install the library by default. Currently: libbacktrace/Makefile.am: noinst_LTLIBRARIES = libbacktrace.la