diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-09 07:54:02 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-09 07:54:02 +0000 |
| commit | 9d3fa9375021ee8fbb9a5fddcb98fdf8750181ff (patch) | |
| tree | 6f0f3cdaa7c97b4ffb3074c195483271e15c9cc5 /libjava/classpath/gnu/java/util/jar | |
| parent | 6c587dc6423cefea4a221acea7f2dcab52af0d19 (diff) | |
| download | ppe42-gcc-9d3fa9375021ee8fbb9a5fddcb98fdf8750181ff.tar.gz ppe42-gcc-9d3fa9375021ee8fbb9a5fddcb98fdf8750181ff.zip | |
gcc/
PR middle-end/56524
* tree.h (tree_optimization_option): Rename target_optabs to optabs.
Add base_optabs.
(TREE_OPTIMIZATION_OPTABS): Update after previous field change.
(TREE_OPTIMIZATION_BASE_OPTABS): New macro.
(save_optabs_if_changed): Replace with...
(init_tree_optimization_optabs): ...this.
* optabs.c (save_optabs_if_changed): Rename to...
(init_tree_optimization_optabs): ...this. Take the optimization node
as argument. Do nothing if the base optabs are already correct.
Reuse the existing TREE_OPTIMIZATION_OPTABS memory if we need
to recompute optabs.
* function.h (function): Remove optabs field.
* function.c (invoke_set_current_function_hook): Call
init_tree_optimization_optabs. Use the result to initialize
this_fn_optabs.
gcc/c-family/
PR middle-end/56524
* c-common.c (handle_optimize_attribute): Don't call
save_optabs_if_changed.
gcc/testsuite/
PR middle-end/56524
* gcc.target/mips/pr56524.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/gnu/java/util/jar')
0 files changed, 0 insertions, 0 deletions

