[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #9 from Paolo Carlini 2011-04-28 09:54:30 UTC --- Done.

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #8 from paolo at gcc dot gnu.org 2011-04-28 09:54:06 UTC --- Author: paolo Date: Thu Apr 28 09:54:04 2011 New Revision: 173063 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173063 Log: /cp 2011-04-28 Paolo Carlini PR

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Jason Merrill changed: What|Removed |Added CC|jason at redhat dot com | --- Comment #7 from Jason Merrill 2011-

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #6 from Paolo Carlini 2011-04-27 23:09:09 UTC --- Sure.

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #5 from H.J. Lu 2011-04-27 23:07:09 UTC --- (In reply to comment #4) > The issue noticed by Daniel in Comment #3 seems simple: happens only with > checking enabled and disappears with the below (which passes testing). > > Jason, if y

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-27 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #3 from Daniel Krügler 2011-04-27 21:59:48 UTC --- (In reply to comment #2) > Fixed. Thanks Jason. I just see that the slightly revised example with an additional defaulted c'tor gives me an ICE at the line marked with the X: //

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/48530] [C++0x][SFINAE] Hard errors with deleted d'tors

2011-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48530 --- Comment #1 from Jason Merrill 2011-04-26 19:28:32 UTC --- Author: jason Date: Tue Apr 26 19:28:25 2011 New Revision: 172985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172985 Log: PR c++/48530 * decl.c (cxx_maybe_build_clea