This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]