[Bug c++/29993] typdef declaration of cv-qualified function in class

2007-03-28 Thread dgregor at gcc dot gnu dot org
--- Comment #5 from dgregor at gcc dot gnu dot org 2007-03-28 13:31 --- Subject: Bug 29993 Author: dgregor Date: Wed Mar 28 13:31:37 2007 New Revision: 123294 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=123294 Log: 2007-03-28 Douglas Gregor [EMAIL PROTECTED] PR

[Bug c++/29993] typdef declaration of cv-qualified function in class

2007-03-28 Thread dgregor at gcc dot gnu dot org
--- Comment #6 from dgregor at gcc dot gnu dot org 2007-03-28 15:28 --- Committed fix to mainline. -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29993] typdef declaration of cv-qualified function in class

2007-02-27 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-02-27 14:20 --- Subject: Bug number PR c++/29993 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01828.html --

[Bug c++/29993] typdef declaration of cv-qualified function in class

2007-01-29 Thread doug dot gregor at gmail dot com
--- Comment #3 from doug dot gregor at gmail dot com 2007-01-29 13:50 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01828.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29993

[Bug c++/29993] typdef declaration of cv-qualified function in class

2006-11-29 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-11-30 03:24 --- Confirmed. PR 6628 is indeed fixed, but it appears as if it only has an effect for typedefs outside class declarations: - typedef int ptr1() const; // no error void foo () { typedef int ptr2()

[Bug c++/29993] typdef declaration of cv-qualified function in class

2006-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-27 17:16 --- Related to PR 6628. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added