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]

Re: broken FE diagnostics wrt complex expressions


On Wed, 13 Aug 2008, Aldy Hernandez wrote:

> 1. beginning/ending locations functionality as Joseph suggests.

Note that the GNU Coding Standards specify formats for diagnostics giving 
a range of locations; when GCC tracks such a range, it should use those 
formats (by default).

     source-file-name:lineno-1.column-1-lineno-2.column-2: message
     source-file-name:lineno-1.column-1-column-2: message
     source-file-name:lineno-1-lineno-2: message

-- 
Joseph S. Myers
joseph@codesourcery.com


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