fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi can determine...
authorJose Ruiz <ruiz@adacore.com>
Thu, 16 Jun 2005 08:38:39 +0000 (10:38 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 08:38:39 +0000 (10:38 +0200)
commita49c3e1607d7a9fd80d4899e68821e9ff8594015
treee582bd898c04036cc4635ef9aa0e7b401a21c7d0
parent84f8ad69c8d065ce18acee11f7d091092ae0d907
fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi can determine...

2005-06-14  Jose Ruiz  <ruiz@adacore.com>

* fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
can determine whether pragma Suppress_Exception_Locations is in effect.

* utils2.c (build_call_raise): Do not pass the file name to the
exception handler if pragma Suppress_Exception_Locations is in effect.
(build_allocator): Add and process arg IGNORE_INIT_TYPE.

From-SVN: r101037
gcc/ada/fe.h
gcc/ada/utils2.c