[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 11 Apr 2013 10:18:47 +0000 (12:18 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 11 Apr 2013 10:18:47 +0000 (12:18 +0200)
commit3a8e3f636ac1597af351f7907ab684959d41b226
treecd52ccb62e4c9a9292e2d4d5c617cfbdf4bc122f
parent0213fb4e3c39b3fcb889252ea358cf5775a541dd
[multiple changes]

2013-04-11  Johannes Kanig  <kanig@adacore.com>

* opt.ads New global boolean Frame_Condition_Mode to avoid
referring to command line switch.
* gnat1drv.adb (Gnat1drv) set frame condition mode when -gnatd.G
is present, and disable Code generation in that case. Disable
ALI file generation when switch is *not* present.

2013-04-11  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Analyze_Expression_Function): Perform the
pre-analysis on a copy of the expression, to prevent downstream
visbility issues involving operators and instantiations.

From-SVN: r197758
gcc/ada/ChangeLog
gcc/ada/gnat1drv.adb
gcc/ada/opt.ads
gcc/ada/sem_ch6.adb