diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-06-11 17:48:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-06-11 17:48:14 +0200 |
commit | 2995ebee5c855f27f2c0c99eb6c58577f85dec28 (patch) | |
tree | 19753f5474920d21f293504fc129ecc940941eac /gcc/ada/scng.adb | |
parent | 6be6462e0081b3eef6628546fc4f7648db62c6c4 (diff) | |
download | gcc-2995ebee5c855f27f2c0c99eb6c58577f85dec28.zip gcc-2995ebee5c855f27f2c0c99eb6c58577f85dec28.tar.gz gcc-2995ebee5c855f27f2c0c99eb6c58577f85dec28.tar.bz2 |
[multiple changes]
2009-06-11 Ed Schonberg <schonberg@adacore.com>
* sem_attr.adb (Resolve_Attribute, case 'access): Add missing
accessibiliy check on access_to_subprogram in the context of an
anonymous access that is not an access parameter.
2009-06-11 Eric Botcazou <ebotcazou@adacore.com>
* tracebak.c (i386 section): Define IS_BAD_PTR on Solaris.
2009-06-11 Quentin Ochem <ochem@adacore.com>
* sem_warn.adb, scng.adb, sfn_scan.adb, freeze.adb: Add CODEFIX
comments for message handled by GPS.
2009-06-11 Matthew Gingell <gingell@adacore.com>
* adaint.c: Use fopen64 instead of fopen on platforms where we know
it's supported.
2009-06-11 Pascal Obry <obry@adacore.com>
* g-cgi.ads: Fix comment typo.
* g-cgi.adb: Properly decode "+" in CGI parameters as spaces.
From-SVN: r148392
Diffstat (limited to 'gcc/ada/scng.adb')
-rw-r--r-- | gcc/ada/scng.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/scng.adb b/gcc/ada/scng.adb index 56b1e4c..e7d9edc 100644 --- a/gcc/ada/scng.adb +++ b/gcc/ada/scng.adb @@ -875,7 +875,8 @@ package body Scng is end if; end if; - Error_Msg_S ("missing string quote"); + Error_Msg_S -- CODEFIX + ("missing string quote"); end Error_Unterminated_String; ---------------- |