From 844e7761a893b73632782046b83839c8aacd4cdb Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Fri, 13 Jul 2018 10:27:11 +0000 Subject: [PATCH] DFix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262630 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/gcc-interface/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index 432bafe222c..54815073e60 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -1684,7 +1684,7 @@ record_builtin_type (const char *name, tree type, bool artificial_p) integral types are unsigned. Unfortunately the signedness of 'char' in C is implementation-defined - and GCC even has the option -f{un}signed-char to toggle it at run time. + and GCC even has the option -f[un]signed-char to toggle it at run time. Since GNAT's philosophy is to be compatible with C by default, to wit Interfaces.C.char is defined as a mere copy of Character, we may need to declare character types as signed types in GENERIC and generate the -- 2.11.4.GIT