]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
see removal
authorSergei Dyshel <sergeid@il.ibm.com>
Thu, 18 Jun 2009 16:11:18 +0000 (16:11 +0000)
committerRazya Ladelsky <razya@gcc.gnu.org>
Thu, 18 Jun 2009 16:11:18 +0000 (16:11 +0000)
From-SVN: r148665

gcc/ChangeLog

index 86be13ee26f2a298300e8da8bc105fa2e2c9fe1f..967cbbf30fa810bfb509034e7cb6c793ed308c81 100644 (file)
@@ -1,3 +1,18 @@
+2009-06-18  Sergei Dyshel  <sergeid@il.ibm.com>
+
+       * see.c: Remove.
+       * Makefile.in (OBJS-common): Remove see.o.
+       (see.o): Remove.
+       * common.opt (fsee): Mark as preserved for backward compatibility.
+       * opts.c (common_handle_option): Add OPT_fsee to the backward 
+       compatibility section.
+       * passes.c (init_optimization_passes, pass_see): Remove pass.
+       * timevar.def (TV_SEE): Remove.
+       * tree-pass.h (pass_see): Remove declaration.
+       * doc/invoke.texi (-fsee): Remove documentation.
+       * testsuite/gcc.dg/20080522-1.c: Remove testcase.
+       * testsuite/gcc.dg/20080528-1.c: Remove testcase.
+       
 2009-06-18  Martin Jambor  <mjambor@suse.cz>
 
        * tree-sra.c: Include statistics.h