diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-05-03 22:28:21 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-05-03 22:28:21 +0000 |
commit | 0c3641b0ea030a15cc2b61bdd0d4e200086243e5 (patch) | |
tree | bd6e929d7b61a7f36eb09c0a4cb029426263e066 /gcc/toplev.c | |
parent | d333c3ebce0df3f2c4d976698bea0d96642a2ead (diff) | |
download | gcc-0c3641b0ea030a15cc2b61bdd0d4e200086243e5.tar.gz |
flags.h (flag_permissive): Do not declare.
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).
From-SVN: r187123
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
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 |