diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 13:09:13 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 13:09:13 +0000 |
commit | 1ab90fd18c01a4f84786ecd78188605ecd0f5424 (patch) | |
tree | 19930c3b7b4a189d635db87f0d506aea3310f221 /gcc/toplev.c | |
parent | 0822e32eed2c2f3aaf3b8ec63ee16772b2b970b2 (diff) | |
download | gcc-1ab90fd18c01a4f84786ecd78188605ecd0f5424.tar.gz |
2011-02-07 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 169877 [probably!]
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index c4c72963b4d..da0ef15191a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -28,22 +28,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include <signal.h> - -/* Melt needs the Parma Polyhedral Library & the Libtool dynamic loader */ -#if HAVE_PARMAPOLY -#include <ppl_c.h> -#endif - - -#ifdef HAVE_SYS_RESOURCE_H -# include <sys/resource.h> -#endif - -#ifdef HAVE_SYS_TIMES_H -# include <sys/times.h> -#endif - #include "line-map.h" #include "input.h" #include "tree.h" @@ -2001,13 +1985,12 @@ toplev_main (int argc, char **argv) if (!exit_after_options) do_compile (); - /* finalize melt if needed */ if ((melt_mode_string && melt_mode_string[0]) || (melt_old_mode_string && melt_old_mode_string[0])) melt_finalize(); - if (warningcount || errorcount) + if (warningcount || errorcount) print_ignored_options (); diagnostic_finish (global_dc); |