[Bug c++/64105] New: ICE: in strip_typedefs, at cp/tree.c:1326

2014-11-28 Thread mattipee at yahoo dot co.uk
++ 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

[Bug c++/53116] protected member access from derived template

2012-04-25 Thread mattipee at yahoo dot co.uk
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.

[Bug c++/53116] protected member access from derived template

2012-04-25 Thread mattipee at yahoo dot co.uk
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

[Bug c++/53078] [C++11] Wrong diagnostic "no return statement in function returning non-void" on lambdas

2012-04-24 Thread 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

[Bug c++/53026] segfault in pt.c: lookup_template_class

2012-04-18 Thread 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-

[Bug c++/53026] New: segfault in pt.c: lookup_template_class

2012-04-17 Thread mattipee at yahoo dot co.uk
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:

[Bug c++/52845] non-void return type deduced for lambda with empty compound statement

2012-04-04 Thread mattipee at yahoo dot co.uk
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.

[Bug c++/52845] New: non-void return type deduced for lambda with empty compound statement

2012-04-03 Thread mattipee at yahoo dot co.uk
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