aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-03 22:28:21 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-03 22:28:21 +0000
commita27f0fe372ece0ad1375ab951177906141f528f8 (patch)
treebd6e929d7b61a7f36eb09c0a4cb029426263e066 /gcc/toplev.c
parent2673ff4d43ca753763093ca4549296071ef87194 (diff)
2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
gcc/ * flags.h (flag_permissive): Do not declare. * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive option specially. * toplev.c (flag_permissive): Do not define. * c-tree.h (system_header_p): Delete unused. c-family/ * c.opt (fpermissive): Add Var(flag_permissive). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@187123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index d9aaa429f65..a2845ab7f59 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -145,10 +145,6 @@ HOST_WIDE_INT random_seed;
/* -f flags. */
-/* Nonzero means make permerror produce warnings instead of errors. */
-
-int flag_permissive = 0;
-
/* When non-NULL, indicates that whenever space is allocated on the
stack, the resulting stack pointer must not pass this
address---that is, for stacks that grow downward, the stack pointer