This is the mail archive of the gcc-patches@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: Patches to remove TREE_COMPLEXITY for C and C++


    Anyplace where input_line is read or written without input_filename or
    vice versa needs to be examined.  

    I have no idea about Ada.

It handles file reading totally independently and has a routine to convert
its internal location into a GCC location.  See ada/trans.c:Sloc_to_locus.
If any changes are needed, it'll just be there.  (There's a Get_Column_Number
that can be called like Get_Logical_Line_Number there.)


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