This is the mail archive of the gcc@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] |
This is possible a front-end thing. I thought the multiple TU mode*) the ability to map a line-id to a translation unit might already be
needed for the multiple-translation unit mode, and probably would be when
C++'s export is implementedWhat purpose does this serve? I don't even know what mapping line-id to "translation unit" means.
checked the ODR and would need to indicate TU's in the error messages.
I know the Edison Design Group C++ FE does that. However, such problems
concern declarations, so something could be done with them, rather than
all line-id's. Given that we both are not entirely sure what this means,
I guess it'd be bad to implement it!
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |