diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2013-10-02 21:52:27 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2013-10-02 21:52:27 +0200 |
commit | bbc02b69b56dd2bd008464ef5529c39c9bdb8622 (patch) | |
tree | 274dddd45e4d23014bb44da76f715a6dbe396779 | |
parent | 440917de6609fcb5247680f1f9ac319a811ede3b (diff) | |
download | gcc-bbc02b69b56dd2bd008464ef5529c39c9bdb8622.zip gcc-bbc02b69b56dd2bd008464ef5529c39c9bdb8622.tar.gz gcc-bbc02b69b56dd2bd008464ef5529c39c9bdb8622.tar.bz2 |
Makefile.in (expmed.o-warn): Remove.
* Makefile.in (expmed.o-warn): Remove.
From-SVN: r203130
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/Makefile.in | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39df052..a5cd31b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-02 Uros Bizjak <ubizjak@gmail.com> + + * Makefile.in (expmed.o-warn): Remove. + 2013-10-02 Andrew MacLeod <amacleod@redhat.com> * graphite-scop-detection.c: Include tree-ssa-propagate,h. @@ -20,7 +24,7 @@ * tree-into-ssa.c (mark_virtual_operand_for_renaming, mark_virtual_phi_result_for_renaming): Relocate here. * tree-into-ssa.h: Add prototypes. - * tree-ssa-phiopt.c: (tree_ssa_phiopt_worker) Use + * tree-ssa-phiopt.c: (tree_ssa_phiopt_worker) Use single_pred_before_succ_order. (blocks_in_phiopt_order): Rename and move to cfganal.c. (nonfreeing_call_p) Move to gimple.c. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 20516cb..3fd746b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -193,7 +193,6 @@ GCC_WARN_CXXFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn) # flex output may yield harmless "no previous prototype" warnings build/gengtype-lex.o-warn = -Wno-error gengtype-lex.o-warn = -Wno-error -expmed.o-warn = -Wno-error # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either |