aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-07-13 15:54:26 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-07-13 13:54:26 +0000
commit1447cedf861772613f6cdc5571bb26ebc107c191 (patch)
tree17c0115f2c73f3c2408b007874812c9303877b3b /gcc/stor-layout.c
parentf914a1e291319daebae373b3f886c7300dfdeec1 (diff)
downloadgcc-1447cedf861772613f6cdc5571bb26ebc107c191.zip
gcc-1447cedf861772613f6cdc5571bb26ebc107c191.tar.gz
gcc-1447cedf861772613f6cdc5571bb26ebc107c191.tar.bz2
Cleanup #2 of Pascal references.
2017-07-13 Martin Liska <mliska@suse.cz> * dwarf2out.c (gen_pointer_type_die): Remove dead code. (gen_reference_type_die): Likewise. * stor-layout.c: Remove Pascal-related comment. From-SVN: r250184
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 1574e43..f733b1e 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -2647,8 +2647,7 @@ set_min_and_max_values_for_integral_type (tree type,
/* Set the extreme values of TYPE based on its precision in bits,
then lay it out. Used when make_signed_type won't do
- because the tree code is not INTEGER_TYPE.
- E.g. for Pascal, when the -fsigned-char option is given. */
+ because the tree code is not INTEGER_TYPE. */
void
fixup_signed_type (tree type)