OSDN Git Service

gcc/cp/
authorsimartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2007 18:34:05 +0000 (18:34 +0000)
committersimartin <simartin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2007 18:34:05 +0000 (18:34 +0000)
commit1d3e301cf6be4b94a97279667a3a404c7a06e81b
treee458fd3014f9580c24759cc39441c55105fa6207
parent09107dd0daf5370bf348303f5f73a77e6639eead
gcc/cp/

2007-09-25  Simon Martin  <simartin@users.sourceforge.net>

PR c++/33207
* name-lookup.c (pushtag): Do not create an implicit typedef before
the associated type declaration is known to be valid.

gcc/testsuite/

2007-09-25  Simon Martin  <simartin@users.sourceforge.net>

PR c++/33207
* g++.dg/parse/crash38.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128769 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/crash38.C [new file with mode: 0644]