From 9d2a20713d87bed983029db5ffacb8dc06662ff6 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 31 Jul 2014 12:09:08 +0200 Subject: [multiple changes] 2014-07-31 Robert Dewar * 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 * 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 --- gcc/ada/frontend.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/ada/frontend.adb') 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; -- cgit v1.1