[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2010-01-07 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37806

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-04-06 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2009-04-07 04:38 --- Subject: Bug 37806 Author: jason Date: Tue Apr 7 04:38:10 2009 New Revision: 145648 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145648 Log: * decl.c (grokdeclarator): Reject pointer to qualified

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-04-06 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2009-04-07 04:38 --- Fixed for 4.4. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-03-31 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-03-31 18:31 --- Subject: Bug 37806 Author: jason Date: Tue Mar 31 18:31:17 2009 New Revision: 145365 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145365 Log: PR c++/37806 * typeck.c

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-03-31 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2009-03-31 18:38 --- Subject: Bug 37806 Author: jason Date: Tue Mar 31 18:37:49 2009 New Revision: 145366 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145366 Log: PR c++/37806 * g++.dg/template/typedef17.C: New

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-03-01 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-03-02 01:20 --- My patch for 39310 also fixes this bug. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2009-03-01 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-03-02 01:22 --- *** Bug 39321 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2008-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-10-13 22:59 --- Related to PR 29993 where we rejected this code before because of the const. I want to say that even though we handle them now, we don't handle them fully now. -- pinskia at gcc dot gnu dot org changed:

[Bug c++/37806] CV-qualifiers on function typedef's are inconsistently accepted depending on typedef scope

2008-10-11 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-11 19:58 --- EDG accepts the code. With GCC 4.3 and newer we reject the code with t.C: In function ‘int main()’: t.C:32: error: cannot declare variable ‘s’ to be of abstract type ‘S3’ t.C:21: note: because the following