------- Comment #59 from manu at gcc dot gnu dot org 2007-07-12 23:05 ------- This is fixed for the C front-end.
The C++ front-end just needs to define the prefixes and fix all failures in the same way that has been done for the C front-end. The Fortran front-end would require more changes, since their diagnostics machinery is quite different from C/C++. However, the approach is pretty similar: 1) enable the prefixes, 2) look for failing tests 3) figure out how to fix them, what may require to change the diagnostic. I will be very happy to answer questions from anyone interested in working on this. However I am not going to work on this any more since the solution is straightforward and I have another priorities. This bug couldn't have been fixed without the work of Janis Johnson. I leave up to her to keep this PR open, or close it and open one specific for the C++ front-end (there is already one for gfortran, PR 29882). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25241