]> git.ipfire.org Git - thirdparty/gcc.git/commit
exp_ch7.adb, [...]: Minor reformatting.
authorRobert Dewar <dewar@adacore.com>
Tue, 2 Oct 2012 08:22:53 +0000 (08:22 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Oct 2012 08:22:53 +0000 (10:22 +0200)
commit9a6dc470832ec76b46cc74f749265222efbb287a
treee4c85d3b2de31fddee8db6bc6b8d7ffa292131aa
parent07ef182e37382f49a97e8da1ce3508acdf3e3493
exp_ch7.adb, [...]: Minor reformatting.

2012-10-02  Robert Dewar  <dewar@adacore.com>

* exp_ch7.adb, sem_dim.adb, sem_dim.ads, prj-part.adb, checks.adb,
freeze.adb, sem_ch4.adb, sem_ch13.adb: Minor reformatting.

2012-10-02  Robert Dewar  <dewar@adacore.com>

* sem_prag.adb (Analyze_Pragma, case Overflow_Checks): Fix
typo preventing proper processing of Overflow_Checks pragmas
for general case.

2012-10-02  Robert Dewar  <dewar@adacore.com>

* exp_ch4.adb (Expand_N_Op_Mod): Fix crash in ELIMINATED overflow
checks mode when bignum mode is used.

2012-10-02  Robert Dewar  <dewar@adacore.com>

* stylesw.ads, gnat_ugn.texi: Document new style rule for NOT IN.
* par-ch4.adb (P_Relational_Operator): Add style check for NOT IN.
* style.ads, styleg.adb, styleg.ads (Check_Not_In): New procedure.

From-SVN: r191962
17 files changed:
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/exp_ch4.adb
gcc/ada/exp_ch7.adb
gcc/ada/freeze.adb
gcc/ada/gnat_ugn.texi
gcc/ada/par-ch4.adb
gcc/ada/prj-part.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_dim.adb
gcc/ada/sem_dim.ads
gcc/ada/sem_prag.adb
gcc/ada/style.ads
gcc/ada/styleg.adb
gcc/ada/styleg.ads
gcc/ada/stylesw.ads