This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: converting Ada to handle USE_MAPPED_LOCATION
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: Per Bothner <per at bothner dot com>, gcc at gcc dot gnu dot org
- Date: Sun, 20 Mar 2005 11:36:16 +0100
- Subject: Re: converting Ada to handle USE_MAPPED_LOCATION
- References: <423C82E8.4050304@bothner.com> <1111263020.5845.456.camel@pc.site>
> 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