This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/178: GCC Bug ?
- From: Zak Kipling <zak at transversal dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 31 Jul 2002 10:46:02 -0000
- Subject: Re: c++/178: GCC Bug ?
- Reply-to: Zak Kipling <zak at transversal dot com>
The following reply was made to PR c++/178; it has been noted by GNATS.
From: Zak Kipling <zak@transversal.com>
To: martin@loewis.home.cs.tu-berlin.de, gcc-gnats@gcc.gnu.org,
gcc-prs@gcc.gnu.org, rolly@free.fr, gcc-bugs@gcc.gnu.org,
nobody@gcc.gnu.org
Cc:
Subject: Re: c++/178: GCC Bug ?
Date: Wed, 31 Jul 2002 11:45:31 +0100
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);