projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b4343
)
DFix typo
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 13 Jul 2018 10:27:11 +0000
(10:27 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 13 Jul 2018 10:27:11 +0000
(10:27 +0000)
From-SVN: r262630
gcc/ada/gcc-interface/utils.c
patch
|
blob
|
history
diff --git
a/gcc/ada/gcc-interface/utils.c
b/gcc/ada/gcc-interface/utils.c
index 432bafe222c31e7abfedc19712e1a8553affbed3..54815073e60c480b0c7c258cc17f56d3e8d0f800 100644
(file)
--- 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