- 09 Mar, 2005 35 commits
-
-
2005-03-09 Andreas Tobler <a.tobler@schweiz.ch> * java/lang/fdlibm.h: Merge an AIX define from GNU Classpath. * java/lang/mprec.h: Remove commented headers. Fix comment to match the file in GNU Classpath style. From-SVN: r96207
Andreas Tobler committed -
* builtins.c (fold_builtin_cbrt, fold_builtin_pow): Rearrange code. Add more cbrt transformations. testsuite: * gcc.dg/builtins-10.c: Reactivate disabled test. * gcc.dg/torture/builtin-power-1.c: Likewise. Also add tests for new cbrt transformations. From-SVN: r96206
Kaveh R. Ghazi committed -
* java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'. (toString): Synchronize. From-SVN: r96205
Tom Tromey committed -
From-SVN: r96204
Kaveh R. Ghazi committed -
fold-const.c (fold_unary, [...]): Take decomposed arguments, code, type, op0, and op1 in case of fold_binary. * fold-const.c (fold_unary, fold_binary): Take decomposed arguments, code, type, op0, and op1 in case of fold_binary. (fold): Update calls to fold_unary and fold_binary. From-SVN: r96202
Kazu Hirata committed -
* fold-const.c (fold_unary, fold_binary, fold_ternary): Return NULL_TREE when a given tree is not simplified. (fold): Return the original tree when any of the functions mentioned above NULL_TREE. From-SVN: r96201
Kazu Hirata committed -
re PR java/20338 (Program compiled with gcj crashes when accessing private static method from nested class) PR java/20338 * decl.c (finish_method): Emit _Jv_InitClass for private static methods inside inner classes as well. From-SVN: r96200
Ranjit Mathew committed -
PR c++/20208 * pt.c (tsubst_decl): Apply array-to-pointer and function-to-pointer conversions to function arguments. (regenerate_decl_from_template): Likewise. PR c++/20208 * g++.dg/template/array13.C: New test. From-SVN: r96197
Mark Mitchell committed -
builtins.c (fold_builtin_unordered_cmp): Change prototype to take a fndecl and an arglist instead of a CALL_EXPR, exp. * builtins.c (fold_builtin_unordered_cmp): Change prototype to take a fndecl and an arglist instead of a CALL_EXPR, exp. From-SVN: r96196
Roger Sayle committed -
2005-03-09 Paolo Carlini <pcarlini@suse.de> PR c++/16859 * g++.dg/init/brace4.C: New test. From-SVN: r96195
Paolo Carlini committed -
2005-03-09 Paolo Carlini <pcarlini@suse.de> PR c++/16859 * decl.c (complete_array_type): In pedantic mode, return 3 for an empty initializer list as the initializer for an array of unknown bound (8.5.1/4). (maybe_deduce_size_from_array_init): Fix final test to use the above. From-SVN: r96194
Paolo Carlini committed -
* cfgbuild.c (state, STATE, SET_STATE, BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before make_edges. (make_edges): Speed up by skipping blocks with BLOCK_ORIGINAL. (find_basic_blocks): Set the state of each basic block to BLOCK_NEW. From-SVN: r96193
Kazu Hirata committed -
cp: PR c++/20186 * pt.c (contains_dependent_cast_p): New. (fold_non_dependent_expr): Call it. testsuite: PR c++/20186 * g++.dg/template/non-dependent12.C: New. From-SVN: r96190
Nathan Sidwell committed -
From-SVN: r96189
Kazu Hirata committed -
From-SVN: r96188
Kazu Hirata committed -
From-SVN: r96187
Kazu Hirata committed -
From-SVN: r96186
Kazu Hirata committed -
From-SVN: r96185
Kazu Hirata committed -
From-SVN: r96184
Kazu Hirata committed -
* tree-data-ref.c (array_base_name_differ_p): Remove ta and tb. From-SVN: r96183
Kazu Hirata committed -
* function.c (thread_prologue_and_epilogue_insns): Remove i and newinsn. From-SVN: r96182
Kazu Hirata committed -
From-SVN: r96181
Arnaud Charlet committed -
PR c++/20142 * g++.dg/init/array18.C: Add dg-do run marker. From-SVN: r96178
Mark Mitchell committed -
PR c++/20142 * cp-tree.h (target_type): Remove. * decl.c (layout_var_decl): Remove #if 0'd code. (cp_finish_decl): Remove dead code. * init.c (build_vec_init): When determining whether or not the element type has an asignment operator, look through all array dimensions. * typeck.c (target_type): Remove. PR c++/20142 * g++.dg/init/array18.C: New test. From-SVN: r96170
Mark Mitchell committed -
From-SVN: r96169
Kazu Hirata committed -
From-SVN: r96168
Kazu Hirata committed -
From-SVN: r96167
Kazu Hirata committed -
From-SVN: r96166
Kazu Hirata committed -
From-SVN: r96165
Kazu Hirata committed -
From-SVN: r96164
Kazu Hirata committed -
From-SVN: r96163
Kazu Hirata committed -
From-SVN: r96162
Kazu Hirata committed -
tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in the removal of edges in the CFG... * tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in the removal of edges in the CFG, then we need to recompute dominators. From-SVN: r96160
Jeff Law committed -
From-SVN: r96150
Ben Elliston committed -
From-SVN: r96146
GCC Administrator committed
-
- 08 Mar, 2005 5 commits
-
-
ppc-darwin. From-SVN: r96138
Julian Brown committed -
ppc-darwin bootstrap failure. From-SVN: r96136
Julian Brown committed -
From-SVN: r96134
Ben Elliston committed -
* consistency.vlad/vlad.exp: Remove trailing semicolons. * g++.dg/gcov/gcov.exp: Likewise. * gcc.c-torture/execute/ieee/ieee.exp: Likewise. * gcc.target/xstormy16/xstormy16.exp: Likewise. * lib/c-torture.exp: Likewise. * lib/fortran-torture.exp: Likewise. * lib/g++.exp: Likewise. * lib/gcc-defs.exp: Likewise. * lib/gcc-dg.exp: Likewise. * lib/gcc.exp: Likewise. * lib/gcov.exp: Likewise. * lib/gfortran.exp: Likewise. * lib/mike-g++.exp: Likewise. * lib/mike-gcc.exp: Likewise. * lib/objc-torture.exp: Likewise. * lib/objc.exp: Likewise. * lib/profopt.exp: Likewise. * lib/target-libpath.exp: Likewise. * lib/target-supports.exp: Likewise. * lib/treelang.exp: Likewise. * lib/wrapper.exp: Likewise. From-SVN: r96132
Ben Elliston committed -
2005-03-08 Laurent Guerby <laurent@guerby.net> * system-linux-sparc.ads: Fix typo in previous commit. From-SVN: r96126
Laurent GUERBY committed
-