++
Assignee: unassigned at gcc dot gnu.org
Reporter: mattipee at yahoo dot co.uk
Created attachment 34132
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34132&action=edit
simple source file to reproduce
Wasn't expecting this to compile with --std=c++11, but got
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53116
--- Comment #3 from mattipee at yahoo dot co.uk 2012-04-25 14:57:14 UTC ---
I thought lazy instantiation made this expected behaviour.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53116
mattipee at yahoo dot co.uk changed:
What|Removed |Added
CC||mattipee at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53078
mattipee at yahoo dot co.uk changed:
What|Removed |Added
CC||mattipee at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53026
--- Comment #2 from mattipee at yahoo dot co.uk 2012-04-18 09:32:16 UTC ---
The code was many hundreds of lines long, but I've stripped it down to fewer
than 40 lines with which I can reliably reproduce the ICE.
user@host:~$ g++ -v --save-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53026
Bug #: 53026
Summary: segfault in pt.c: lookup_template_class
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52845
--- Comment #2 from mattipee at yahoo dot co.uk 2012-04-04 15:29:49 UTC ---
r186139 works for me.
Thank you, Jason.
Matt.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52845
Bug #: 52845
Summary: non-void return type deduced for lambda with empty
compound statement
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRM