]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Oct 2012 08:14:49 +0000 (10:14 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Oct 2012 08:14:49 +0000 (10:14 +0200)
commit8e983d807e96f2b993e1bc840c915c8f461077d4
tree6f0271e566e17f424763b6a9433eabc8f59c42de
parent7246b890962539d475f0f4737c4e87be6f197be9
[multiple changes]

2012-10-01  Thomas Quinot  <quinot@adacore.com>

* gnatcmd.adb, make.adb (Scan_Make_Arg, Inspect_Switches): Recognize
and reject an invalid parameter passed to -vP.

2012-10-01  Yannick Moy  <moy@adacore.com>

* sem_warn.adb (Check_Infinite_Loop_Warning/Test_Ref): Improve
the detection of modifications to the loop variable by noting
that, if the type of variable is elementary and the condition
does not contain a function call, then the condition cannot be
modified by side-effects from a procedure call.

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

* checks.adb: Add comments.

2012-10-01  Javier Miranda  <miranda@adacore.com>

* exp_ch3.adb (Expand_N_Object_Declaration): Improve condition catching
never-ending recursion. The previous condition erroneously disabled
silently the expansion of the class-wide interface object
initialization in cases not involving the recursion.

From-SVN: r191892
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/exp_ch3.adb
gcc/ada/gnatcmd.adb
gcc/ada/make.adb
gcc/ada/sem_warn.adb