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: converting Ada to handle USE_MAPPED_LOCATION


> IIRC, current default max line length for Ada programs is 255, and 32767
> for configuration pragmas. But it's always better to be prepared
> for the worse :).

Actually that's no longer the same. You can have line length much bigger
now with GNAT, assuming you use the proper compiler switch.

As Geert said, we do not want to create a strong dependency between the Ada
front-end and one particular GCC back-end notion of linemap/source location.

Arno


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