r177131 - in /trunk/gcc/ada: ChangeLog exp_attr...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Tue Aug 2 10:40:00 GMT 2011
Author: charlet
Date: Tue Aug 2 10:40:00 2011
New Revision: 177131
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177131
Log:
2011-08-02 Ed Falis <falis@adacore.com>
* s-taprop-vxworks.adb, s-intman-vxworks.adb, s-intman-vxworks.ads:
Update header.
2011-08-02 Bob Duff <duff@adacore.com>
* opt.ads: Minor comment fix.
2011-08-02 Bob Duff <duff@adacore.com>
* sem_ch12.adb (Analyze_Package_Instantiation,
Analyze_Subprogram_Instantiation): Turn off style checking while
analyzing an instance. Whatever style checks that apply to the generic
unit should apply, so it makes no sense to apply them in an instance.
This was causing trouble when compiling an instance of a runtime
unit that violates the -gnatyO switch.
* stylesw.adb (Set_Style_Check_Options): "when 'O' =>" was missing from
one of the two case statements, causing spurious errors.
2011-08-02 Robert Dewar <dewar@adacore.com>
* uname.adb: Minor reformatting.
* gnatcmd.adb: Minor reformatting.
* exp_attr.adb: Minor reformatting.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_attr.adb
trunk/gcc/ada/gnatcmd.adb
trunk/gcc/ada/opt.ads
trunk/gcc/ada/s-intman-vxworks.adb
trunk/gcc/ada/s-intman-vxworks.ads
trunk/gcc/ada/s-taprop-vxworks.adb
trunk/gcc/ada/sem_ch12.adb
trunk/gcc/ada/stylesw.adb
trunk/gcc/ada/uname.adb
More information about the Gcc-cvs
mailing list