This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/178: GCC Bug ?
- From: Zak Kipling <zak at transversal dot com>
- To: martin at loewis dot home dot cs dot tu-berlin dot de, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, rolly at free dot fr, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 11:45:31 +0100
- Subject: Re: c++/178: GCC Bug ?
- Organization: Transversal Corporation Limited
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=178
The following appears to be an even smaller test case which provokes
this bug:
namespace NS {
typedef int A;
}
enum NS::A foo(void);