]> git.ipfire.org Git - thirdparty/gcc.git/commit
2017-04-25 Bob Duff <duff@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2017 13:37:18 +0000 (13:37 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2017 13:37:18 +0000 (13:37 +0000)
commit67bf5800892ec7983a4f787e1c2440816df7f3fd
treefa63d732e414c06875cdb37cbfc725c72890f52b
parent945c615989cddb36a8426a8cd66c3fa058d7128e
2017-04-25  Bob Duff  <duff@adacore.com>

* err_vars.ads, fmap.adb, fmap.ads, comperr.adb, fname-sf.adb,
types.adb, types.ads, types.h, sinput-l.adb, targparm.adb,
errout.adb, sinput.adb, sinput.ads, cstand.adb, scn.adb,
scn.ads, gnatls.adb: Eliminate the vestigial Internal_Source_File and
the Internal_Source buffer. This removes the incorrect call to "="
the customer noticed.
Wrap remaining calls to "=" in Null_Source_Buffer_Ptr. We
eventually need to eliminate them altogether. Or else get rid
of zero-origin addressing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247234 138bc75d-0d04-0410-961f-82ee72b054a4
18 files changed:
gcc/ada/ChangeLog
gcc/ada/comperr.adb
gcc/ada/cstand.adb
gcc/ada/err_vars.ads
gcc/ada/errout.adb
gcc/ada/fmap.adb
gcc/ada/fmap.ads
gcc/ada/fname-sf.adb
gcc/ada/gnatls.adb
gcc/ada/scn.adb
gcc/ada/scn.ads
gcc/ada/sinput-l.adb
gcc/ada/sinput.adb
gcc/ada/sinput.ads
gcc/ada/targparm.adb
gcc/ada/types.adb
gcc/ada/types.ads
gcc/ada/types.h