aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 12:09:08 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 12:09:08 +0200
commit9d2a20713d87bed983029db5ffacb8dc06662ff6 (patch)
treef57566a77072c4f68d1cbfc9fa74d269655364e6 /gcc/ada/frontend.adb
parent7bfff488f808213bf183da60f89f4230271957f4 (diff)
downloadgcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.zip
gcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.tar.gz
gcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.tar.bz2
[multiple changes]
2014-07-31 Robert Dewar <dewar@adacore.com> * frontend.adb: Minor reformatting. * sem.adb: Minor reformatting. * sem_ch6.adb (Analyze_Null_Procedure): Set proper sloc for identifiers on rewrite. * par.adb: Minor comment updates. * a-ngelfu.adb (Cos): Minor simplification. * par-ch13.adb (Get_Aspect_Specifications): Improve messages and recovery for bad aspect. * exp_ch3.adb: Code clean up. * sem_util.ads: Minor comment correction. * sem_ch13.adb (Check_Array_Type): Properly handle large types. * sem_ch3.adb: Code clean up. * binderr.ads: Minor comment correction. 2014-07-31 Ed Schonberg <schonberg@adacore.com> * exp_disp.adb (Expand_Interface_Conversion): A call whose prefix is a static conversion to an interface type that is not class-wide is not dispatching. From-SVN: r213338
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index 688f8cc..e1c785d 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -147,10 +147,10 @@ begin
Temp_File : Boolean;
begin
- -- We always analyze config files with style checks off, since
- -- we don't want a miscellaneous gnat.adc that is around to
- -- discombobulate intended -gnatg or -gnaty compilations. We
- -- also disconnect checking for maximum line length.
+ -- We always analyze config files with style checks off, since we
+ -- don't want a miscellaneous gnat.adc that is around to discombobulate
+ -- intended -gnatg or -gnaty compilations. We also disconnect checking
+ -- for maximum line length.
Opt.Style_Check := False;
Style_Check := False;