summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-26 19:40:21 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-26 19:40:21 +0000
commit75e3af3a3b59fea99d9b6d21ec2bcac16c101d08 (patch)
tree61a45f935f84b20348ef0114d17ea950613ba118 /gcc/toplev.c
parent0866df67b8433acc39ad787aa68af56c5b83fb0a (diff)
downloadgcc-75e3af3a3b59fea99d9b6d21ec2bcac16c101d08.tar.gz
* toplev.c (process_options): Don't force
flag_optimize_sibling_calls to zero just because exceptions are enabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index bb7eedfda59..7ee39cba43c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4813,12 +4813,6 @@ process_options ()
warning ("-Wuninitialized is not supported without -O");
}
- /* We do not currently support sibling-call optimization in the
- presence of exceptions. See PR2975 for a test-case that will
- fail if we try to combine both of these features. */
- if (flag_exceptions)
- flag_optimize_sibling_calls = 0;
-
#ifdef OVERRIDE_OPTIONS
/* Some machines may reject certain combinations of options. */
OVERRIDE_OPTIONS;