- 03 Feb, 2005 15 commits
-
-
2005-02-03 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/19768 * g++.dg/opt/pr19768.C: New test. 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/19768 * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal phi flag if the phi is abnormal. From-SVN: r94660
Andrew Pinski committed -
2005-02-03 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/19736 * gcc.c-torture/compile/pr19736.c: New test. From-SVN: r94659
Andrew Pinski committed -
2005-02-03 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/19763 * gcc.c-torture/compile/pr19736.c: New test. 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/19736 * tree-ssa.c (replace_immediate_uses): Update the immediate_uses information for the new statement. From-SVN: r94658
Andrew Pinski committed -
PR driver/19117 * gcc.c (main): Include the target in -v output. From-SVN: r94657
Joseph Myers committed -
PR c++/17401 * parser.c (cp_parser_pure_specifier): Emit a specific error message with an invalid pure specifier. * decl2.c (grok_function_init): Remove. (grokfield): An initializer for a method is a always a pure specifier. PR c++/17401 * g++.dg/parse/error25.C: New test. From-SVN: r94656
Giovanni Bajo committed -
combine.c (simplify_comparison, [...]): Do not drop the extend if we'd have to add a paradoxical subreg later. gcc/ChangeLog: * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND): Do not drop the extend if we'd have to add a paradoxical subreg later. Include optabs.h and insn-codes.h. * Makefile.in (combine.o): Depend on $(OPTABS_H). gcc/testsuite/ChangeLog: * gcc.c-torture/execute/20050203-1.c: New. From-SVN: r94655
Alexandre Oliva committed -
* gcc.dg/vect/vect-85.c: Remove xfail. * gcc.dg/vect/vect-86.c: Remove xfail. * gcc.dg/vect/vect-87.c: Remove xfail. * gcc.dg/vect/vect-88.c: Remove xfail. From-SVN: r94654
Dorit Naishlos committed -
PR middle-end/19405 * real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro. * fold-const.c (const_binop): Avoid constant folding floating point operations in modes that use composite representations. * simplify-rtx.c (simplify_binary_operation): Likewise. From-SVN: r94653
Roger Sayle committed -
2005-02-02 Geoffrey Keating <geoffk@apple.com> * config/rs6000/altivec.md (altivec_dst): Make the first operand a REG, not a MEM. (altivec_dstt): Likewise. (altivec_dstst): Likewise. (altivec_dststt): Likewise. * config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation of first operand. Index: testsuite/ChangeLog 2005-02-02 Geoffrey Keating <geoffk@apple.com> * gcc.dg/altivec-19.c: New. From-SVN: r94652
Geoffrey Keating committed -
tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy EXPR_LOCUS from orig_cond to the new cond_stmt. * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy EXPR_LOCUS from orig_cond to the new cond_stmt. (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to the new vec_stmt. * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call standard_iv_increment_position. Remove call to bsi_next (no need to bump the iterator anymore). (vect_create_index_for_vector_ref): Call standard_iv_increment_position. Remove second function argument. (vect_finish_stmt_generation): Remove call to bsi_next (no need to bump the iterator anymore). (vect_create_data_ref_ptr): Remove second argument (bsi) in call to vect_create_index_for_vector_ref. * tree-vectorizer.c (vect_mark_stmts_to_be_vectorized): Check if phis are used out of the loop. From-SVN: r94651
Dorit Naishlos committed -
PR c/17807 * c-decl.c (undef_nested_function): New variable. (pop_scope): Diagnose undefined nested functions. (finish_function): Don't attempt cgraph processing or genericizing if current top-level function contained an undefined nested function. Reset undef_nested_function at the end of a top-level function. testsuite: * gcc.dg/nested-func-3.c: New test. * gcc.dg/pr18596-3.c: Expect error for undefined nested function. From-SVN: r94645
Joseph Myers committed -
* gcc.test-framework/gen_directive_tests: Generate tests for selector expressions. From-SVN: r94642
Janis Johnson committed -
From-SVN: r94639
GCC Administrator committed -
* Makefile.in: Rebuilt. * Makefile.am (classes.stamp): New target, broken out from libgcj.jar target. ($(all_java_class_files)): Depend on it. (libgcj-@gcc_version@.jar): Likewise. (all-recursive): Likewise. (CLEANFILES): Include classes.stamp. From-SVN: r94636
Tom Tromey committed -
PR c++/19628 * cp-tree.h (builtin_valid_in_constant_expr_p): Declare. * parser.c (cp_parser_postfix_expression): Accept function call in constant expression if builtin_valid_in_constant_expr_p is true for that function. * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly. * semantics.c (finish_id_expression): Accept function call in constant expression if builtin_valid_in_constant_expr_p is true for that function. * tree.c (builtin_valid_in_constant_expr_p): New. * g++/ext/builtin7.C: New. * g++/ext/builtin8.C: New. From-SVN: r94635
Matt Austern committed
-
- 02 Feb, 2005 25 commits
-
-
tree.c (build_int_cst_type): Take sign of the value into account when deciding whether sign extend the value. * tree.c (build_int_cst_type): Take sign of the value into account when deciding whether sign extend the value. From-SVN: r94633
Zdenek Dvorak committed -
PR c/18502 * gcc.c (cpp_unique_options): Remove %{trigraphs}. (cpp_options, cc1_options): Change %{std*&ansi} to %{std*&ansi&trigraphs}. testsuite: * gcc.dg/pr18502-1.c: New test. From-SVN: r94632
Joseph Myers committed -
From-SVN: r94624
Kazu Hirata committed -
From-SVN: r94623
Hans Boehm committed -
From-SVN: r94621
Zack Weinberg committed -
PR c++/17413 * pt.c (check_instantiated_args): Improve error message. Fix logic when to print its second part. PR c++/17413 * g++.dg/template/local4.C: Tweak. From-SVN: r94618
Volker Reichelt committed -
* config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg arguments go on the stack. Do not put complex doubles in odd/even pairs. From-SVN: r94617
Aldy Hernandez committed -
* config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg arguments go on the stack. Do not put complex doubles in odd/even pairs. [[Split portion of a mixed commit.]] From-SVN: r94616.2
Aldy Hernandez committed -
* doc/invoke.texi: Update the options enabled at -O1, -O2, and -O3. Update the documentation for -fgcse-sm, -fgcse-las, -ftree-pre, and -fthread-jumps. From-SVN: r94615
Steven Bosscher committed -
* cp-tree.h (complete_type_or_else): Remove macro. (complete_type_or_diagnostic): Rename to complete_type_or_else and remove last argument. * typeck.c (complete_type_or_diagnostic): Rename to complete_type_or_else and remove last argument. From-SVN: r94614
Volker Reichelt committed -
* cp-tree.h (commonparms): Remove prototype. (convert_arguments): Likewise. (PFN_FROM_PTRMEMFUNC): Remove. * typeck.c (commonparms): Make static. (convert_arguments): Add prototype. Make static. (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc. From-SVN: r94613
Volker Reichelt committed -
* gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'. From-SVN: r94612
Tom Tromey committed -
PR libgcj/19681: * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Added new class. * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): Use system_instance, not instance. * gnu/gcj/runtime/SystemClassLoader.java: New file. * gnu/gcj/runtime/VMClassLoader.java (init): Don't search java.class.path. (system_instance): New field. (initialize): Initialize the system loader as well. (VMClassLoader): Default to LIB_CACHE. From-SVN: r94611
Tom Tromey committed -
PR tree-optimization/19578 * tree-flow.h (modified_noreturn_calls): Declare. (noreturn_call_p): Declare. * tree-flow-inline.h (noreturn_call_p): New function. (modify_stmt): Add modified noreturn calls to modified_noreturn_calls. * tree-cfg.c (modified_noreturn_calls): New variable. (cleanup_control_flow): Use noreturn_call_p. Split basic blocks that contain a mid-block noreturn call. * tree-ssa.c (delete_tree_ssa): Clear modified_noreturn_calls. From-SVN: r94610
Richard Sandiford committed -
* df.c (df_def_record_1, df_uses_record): Don't use DF_FOR_REGALLOC. * df.h (DF_FOR_REGALLOC): Remove. From-SVN: r94608
Kazu Hirata committed -
2005-02-02 Brad Spencer <spencer@infointeractive.com> * debug.html: Fix broken tags. * documentation.html: Same. From-SVN: r94602
Brad Spencer committed -
* testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch from 2005-01-28. * testsuite/Makefile.am: Likewise. * testsuite/Makefile.in: Likewise. From-SVN: r94601
Andreas Jaeger committed -
From-SVN: r94600
Nick Clifton committed -
PR java/15543 * parse-scan.y (formal_parameter): Use $2 (type) instead of $$ (modifiers) when square brackets are present in a declaration for a final paramter. * jv-scan.c (main): Set input_filename and input_line. From-SVN: r94598
Ranjit Mathew committed -
2005-02-02 Richard Guenther <rguenth@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r94597
Richard Guenther committed -
PR c/19435 * c-typeck.c (really_start_incremental_init): Reset constructor_max_index for arrays of incomplete type. testsuite: * gcc.dg/c99-init-4.c: New test. From-SVN: r94595
Joseph Myers committed -
* gnu/gcj/runtime/PersistentByteMap.java: Fixed typo. * prims.cc: Fixed comment. From-SVN: r94592
Tom Tromey committed -
gcse.c (struct reg_set): Store the block index where the register was set rather than the setting insn. * gcse.c (struct reg_set): Store the block index where the register was set rather than the setting insn. (record_one_set, compute_transp): Corresponding changes. (pre_insert_copy_insn): Do not call replace_one_set. (replace_one_set): Remove. From-SVN: r94591
Jeff Law committed -
PR other/15514 * doc/gcov.texi: Fix typo. From-SVN: r94580
Joseph Myers committed -
* Makefile.in: Rebuilt. * Makefile.am (BOOTCLASSPATH): Added sax and w3c_dom. (.java.class): Use BOOTCLASSPATH. From-SVN: r94579
Tom Tromey committed
-