[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-11-18 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2008-11-18 18:12 --- Subject: Bug 37962 Author: jason Date: Tue Nov 18 18:11:32 2008 New Revision: 141970 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=141970 Log: PR c++/37962 cp/ * parser.c (cp_parser_type_id):

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-11-18 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2008-11-18 18:14 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-11-12 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-10-31 11:26 --- Testcase that covers more cases which should be rejected: #include typeinfo int i = *(auto *) 0;// { dg-error } struct A *p = (auto *) 0;// { dg-error } int *q = static_castauto *(0);// { dg-error } const int *r =

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-10-31 11:27 --- *** Bug 37964 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37962

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-10-31 11:27 --- *** Bug 37963 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37962

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2008-10-31 11:28 --- *** Bug 37966 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37962

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-10-31 10:59 --- Certainly e.g. cp_parser_cast_expression and cp_parser_postfix_expression could reject types with type_uses_auto, but doesn't [dcl.spec.auto] specify only very limited number of places where auto can be used and the

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2008-10-31 16:01 --- *** Bug 37968 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37962

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37962

[Bug c++/37962] [4.4 regression] ICE with (auto*) casts

2008-10-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-30 20:58 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added