* errout.ads, errout.adb: (First_Sloc): New function
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2004 10:56:53 +0000 (10:56 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2004 10:56:53 +0000 (10:56 +0000)
commit25ba8eb38bbbc147d86796ff8db54c44252709f7
treebd2bdeb5f19ff29203c41b2c8b4fd854bcaa43aa
parent5245b786fc5507b712ad9dd5fc461962d269f78d
* errout.ads, errout.adb: (First_Sloc): New function

* par-ch5.adb (P_Condition): Check for redundant parens is now a style
check (-gnatyx) instead of being included as a redundant construct
warning.

* sem_ch6.adb: Change name Style_Check_Subprogram_Order to
Style_Check_Order_Subprograms.

* style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
stylesw.adb: Add Style_Check_Xtra_Parens

* usage.adb: Add line for -gnatyx (check extra parens)

* vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90905 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/errout.adb
gcc/ada/errout.ads
gcc/ada/par-ch5.adb
gcc/ada/sem_ch6.adb
gcc/ada/style.ads
gcc/ada/styleg-c.adb
gcc/ada/styleg.adb
gcc/ada/styleg.ads
gcc/ada/stylesw.ads
gcc/ada/usage.adb
gcc/ada/vms_data.ads