--- Comment #5 from dodji at gcc dot gnu dot org 2009-10-23 21:42 ---
Fixed in 4.4 and 4.5
--
dodji at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from dodji at gcc dot gnu dot org 2009-10-23 21:39 ---
Subject: Bug 40808
Author: dodji
Date: Fri Oct 23 21:38:50 2009
New Revision: 153517
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153517
Log:
Fix for PR c++/40808
gcc/cp/ChangeLog:
PR c++/40808
--- Comment #3 from dodji at gcc dot gnu dot org 2009-10-23 21:32 ---
Subject: Bug 40808
Author: dodji
Date: Fri Oct 23 21:32:35 2009
New Revision: 153516
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153516
Log:
Fix for PR c++/40808
gcc/cp/ChangeLog:
PR c++/40808
Posted a patch at http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01469.html
--
Dodji Seketeli
Red Hat
--- Comment #2 from dodji at gcc dot gnu dot org 2009-10-23 10:58 ---
I am not sure the example is invalid.
The Dummy()(Gen()) call expression obviously selects the operator "template
typename F::template Sig<>::ResultType operator()(F const& f)
const" in Dummy.
I believe the critical
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.4.2 |4.4.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808
--- Comment #1 from bangerth at gmail dot com 2009-08-25 14:16 ---
Confirmed. An ICE. I haven't checked the accepts-invalid part.
--
bangerth at gmail dot com changed:
What|Removed |Added