[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Paolo Carlini changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #4

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #5 from H.J. Lu 2011-10-28 15:53:39 UTC --- (In reply to comment #4) > HJ, any chance you can figure out when we regressed for testcase in Comment #3 > ? I tried different versions of GCC, I got pr50870.cc:8: error: expected type-sp

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #6 from Paolo Carlini 2011-10-28 16:40:15 UTC --- HJ, if you are willing to help you have to use -std=c++0x with this (see the [C++0x] in the Description]. 4_5-branch accepts the snippet, the regression is rather old.

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 H.J. Lu changed: What|Removed |Added CC||dodji at gcc dot gnu.org --- Comment #7 from H.

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #8 from Paolo Carlini 2011-10-28 23:23:43 UTC --- Thanks HJ. Dodji, I tried to help a bit with these issues and made some progress, thanks to Jason's help, of course. But this remaining issue is probably too hard to debug for me, giv

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Jason Merrill changed: What|Removed |Added Status|REOPENED|ASSIGNED CC|

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #9 from Jason Merrill 2011-11-07 22:52:27 UTC --- Author: jason Date: Mon Nov 7 22:52:23 2011 New Revision: 181131 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181131 Log: PR c++/50870 * pt.c (tsubst_copy): Handle N

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 --- Comment #10 from Jason Merrill 2011-11-08 00:46:10 UTC --- Author: jason Date: Tue Nov 8 00:46:06 2011 New Revision: 181140 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181140 Log: PR c++/50870 * pt.c (tsubst_copy): Handle

[Bug c++/50870] [C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments

2011-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50870 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|