This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9356: [3.4 regression] [New parser] internal compiler errorin validate_nonmember_using_decl, at cp/delc2.c:4179
- From: Wolfgang Bangerth <bangerth at ticam dot utexas dot edu>
- To: Rick Moseley <rmoseley at redhat dot com>
- Cc: gcc-bugs at gcc dot gnu dot org, <gcc-prs at gcc dot gnu dot org>, <gcc-gnats at gcc dot gnu dot org>
- Date: Fri, 17 Jan 2003 14:49:18 -0600 (CST)
- Subject: Re: c++/9356: [3.4 regression] [New parser] internal compiler errorin validate_nonmember_using_decl, at cp/delc2.c:4179
> You are right sir. I have a header file that had the following 2 includes:
>
> #include <g2c.h>
> #include <iostream>
>
> Reversing the order of those includes fixed the problem.
But it's still a bug that we get an internal compiler error on the code,
however bogus it may be. (Which reminds me that I forgot to set
ice-on-illegal for this report... Will fix.)
W.
-------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth@ticam.utexas.edu
www: http://www.ticam.utexas.edu/~bangerth/