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++/8856: g++ accepts invalid conversion-function-id


Wolfgang Bangerth <bangerth@ticam.utexas.edu> writes:

> That's a funny concept: take some reverse engineering (demangling) that 
> generates something bogus, and feed this nonsense back into the loop (the 
> compiler). It's really surprising that it works here -- let's call it a 
> two-way bug :-)
> 
> One will rarely find this kind of synchronisation between two bugs, as if 
> the authors of the demangler and the parser had conspired...

Exactly. It made me doubt my C++ knowledge, and I had to read the
standard again to see that I was right and both tools were wrong :-)

Regards,
Martin


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