[Bug c++/65042] gcc5 has a template depth problem that was fine in gcc4

2015-02-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65042 --- Comment #4 from Jakub Jelinek --- What command line options are used? With explicit -ftemplate-depth=25 (or even 27) it indeed fails, succeeds with 28, but the default is 900 AFAIK. Have those command line options changed in any way since th

[Bug c++/65042] gcc5 has a template depth problem that was fine in gcc4

2015-02-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65042 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/65042] gcc5 has a template depth problem that was fine in gcc4

2015-02-12 Thread mcepl at cepl dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65042 --- Comment #2 from Matěj Cepl --- Created attachment 34741 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34741&action=edit preprocessed file

[Bug c++/65042] gcc5 has a template depth problem that was fine in gcc4

2015-02-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65042 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1