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: Laurent GUERBY <laurent at guerby dot net>
- To: Per Bothner <per at bothner dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 19 Mar 2005 21:10:20 +0100
- Subject: Re: converting Ada to handle USE_MAPPED_LOCATION
- References: <423C82E8.4050304@bothner.com>
On Sat, 2005-03-19 at 11:52 -0800, Per Bothner wrote:
> && line not excessively big;
> The latter is a heuristic to avoid using up line number too greedily;
> I suspect it may not be an issue.
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 :).
Laurent