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]

[Bug c++/13618] 'internal compiler error: in c_expand_expr, at c-common.c' when printing a compile error


------- Additional Comments From bangerth at dealii dot org  2004-01-08 23:05 -------
The code is illegal, because you have something like this: 
   EntryType(_missHandler(1),  
             ReplacementPolicy::EntryMetadata).first; 
where the second argument to EntryType is here a type, but should be 
a value. Nevertheless, this is of course an error in gcc, and I'm trying 
to reduce it. 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13618


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