- 14 Dec, 2004 17 commits
-
-
From-SVN: r92147
Kazu Hirata committed -
2004-12-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * tree.def, doc/c-tree.texi: Correctly document restrictions on the shift width. From-SVN: r92145
Tobias Schlüter committed -
2004-12-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * tree.def, doc/c-tree.texi: Correctly document restrictions on the shift width. From-SVN: r92144
Tobias Schlüter committed -
* libgfortran/io/transfer.c (us_read): Use memcpy/memset instead of assignment to fill unaligned buffer. (us_write): Ditto. (next_record_w): Ditto. From-SVN: r92143
Steve Ellcey committed -
From-SVN: r92140
Kazu Hirata committed -
cp: PR c++/18949 * pt.c (tsubst_copy_and_build): <INDIRECT_REF case> Check that a REFERENCE_REF_P is dereferencing a reference type. * typeck.c (build_static_cast): Convert from reference even in a template. (build_reinterpret_cast, build_const_cast, build_c_cast): Likewise. testsuite: PR c++/18949 * g++.dg/template/cast1.C: New. From-SVN: r92136
Nathan Sidwell committed -
PR target/18973 arm-cores.def (arm926ej-s, arm1026ej-s, arm1136j-s, arm1136-jfs) (arm1176jz-s, arm1176jzf-s, mpcorenovfp, mpcore): Add load-scheduling property to flags. From-SVN: r92135
Richard Earnshaw committed -
From-SVN: r92134
Diego Novillo committed -
* parser.c (cp_parser_uncommitted_to_tentative_parse_p): New function. (cp_parser_name_lookup_error): Use it. (cp_parser_check_for_invalid_template_id): Likewise. (cp_parser_skip_to_closing_parenthesis): Likewise. (cp_parser_nested_name_specifier_opt): Likewise. (cp_parser_simple_declaration, cp_parser_template_id): Likewise. (cp_parser_parameter_declaration_list): Likewise. (cp_parser_parameter_declaration): Likewise. (cp_parser_template_name): Let cp_parser_simulate_error perform the checking. (cp_parser_committed_to_tentative_parse): Remove. From-SVN: r92133
Volker Reichelt committed -
PR libfortran/18966 * gfortran.h: typedef GFC_INTEGER_1 and GFC_INTEGER_2 * intrinsics/cshift0.c (cshift0_1,cshift0_2): New functions. * intrinsics/eoshift0.c (eoshift0_1,eoshift0_2): New functions. * intrinsics/eoshift2.c (eoshift2_1,eoshift2_2): New functions. From-SVN: r92132
Steven G. Kargl committed -
From-SVN: r92128
Richard Henderson committed -
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR c++/18968 * g++.dg/opt/pr18968.C: New test. 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR c++/18968 * class.c (build_base_path): Convert the zero constant to the correct type when comparing. From-SVN: r92121
Andrew Pinski committed -
PR c++/18925 * class.c (layout_class_type): Determine the visibility of static data members. PR c++/18925 * g++.dg/ext/visibility/staticdatamem.C: New test. From-SVN: r92120
Mark Mitchell committed -
2004-12-13 Kelley Cook <kcook@gcc.gnu.org> * gcc.target/xstormy16/below100.S: Remove DOS line endings. From-SVN: r92118
Kelley Cook committed -
PR middle-end/17930 * passes.c (rest_of_clean_state): Fix computation of preferred_incoming_stack_boundary. From-SVN: r92116
Richard Henderson committed -
From-SVN: r92114
Wolfgang Bangerth committed -
From-SVN: r92112
GCC Administrator committed
-
- 13 Dec, 2004 23 commits
-
-
PR rtl-optimization/18928 * simplify_rtx.c (plus_minus_operand_p): New function to encode the test for suitable operands for calls to simplify_plus_minus. Only allow (CONST (PLUS x y)) if both x and y are CONSTANT_P. (simplify_binary_operation): Use plus_minus_operand_p. * gcc.dg/pr18928-1.c: New test case. From-SVN: r92109
Roger Sayle committed -
gcc/ChangeLog: PR tree-opt/16951 * tree-inline.c (setup_one_parameter): Don't directly map a parameter to the address of another variable of the same function. gcc/testsuite/ChangeLog: PR tree-opt/16951 * gcc.c-torture/compile/20041211-1.c: New. From-SVN: r92106
Alexandre Oliva committed -
basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we can never create autoinc insns after reload. * basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we can never create autoinc insns after reload. Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu> From-SVN: r92105
Steven Bosscher committed -
From-SVN: r92103
Andrew Pinski committed -
tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is set from a PHI_RESULT in the same... * tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is set from a PHI_RESULT in the same block and the PHI argument is not the same as the PHI result. Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu> From-SVN: r92102
Jeff Law committed -
* xcoffout.c (xcoffout_declare_function): Always strip storage class encoding. From-SVN: r92101
David Edelsohn committed -
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR target/18964 * config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic problem, adding a space at the end of the string before concatenation. From-SVN: r92100
Andrew Pinski committed -
From-SVN: r92097
Kazu Hirata committed -
* c-common.c (fname_as_string): Free namep if we are returning cstr.text. From-SVN: r92095
Kazu Hirata committed -
From-SVN: r92094
David Edelsohn committed -
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> * tree-cfg.c (remove_useless_stmts_cond): Call fold on COND_EXPR_COND. From-SVN: r92093
Andrew Pinski committed -
* defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix comment typos. From-SVN: r92092
Kazu Hirata committed -
* tree-ssa-dom.c (record_equivalences_from_phis): Add a comment. From-SVN: r92091
Kazu Hirata committed -
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR 18458 * Makefile.in (install): Add @EXEEXT@ to the end of the program name, fixincl. From-SVN: r92090
Andrew Pinski committed -
* tree-ssa-dom.c (record_equivalences_from_phis): Speed up by doing a pointer comparison. From-SVN: r92089
Kazu Hirata committed -
2004-12-13 Paolo Carlini <pcarlini@suse.de> * include/tr1/type_traits (extent): Minor tweak (i.e., public). From-SVN: r92088
Paolo Carlini committed -
2004-12-13 Kelley Cook <kcook@gcc.gnu.org> * configure: Regenerate. From-SVN: r92087
Kelley Cook committed -
t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replacing the existing value. * config/m32r/t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replacing the existing value. From-SVN: r92085
Kazuhiro Inaoka committed -
From-SVN: r92081
Richard Henderson committed -
* Makefile.in (insn-preds.o): Depend on REGS_H. * genpreds.c (write_insn_preds_c): Include regs.h. * config/i386/predicates.md (index_register_operand): Use REG_OK_FOR_INDEX_STRICT_P and REG_OK_FOR_INDEX_NONSTRICT_P. * config/i386/i386.h (REG_CLASS_FROM_LETTER): Add 'l'. * config/i386/i386.md (lea_general_1, lea_general_1_zext, lea_general_2, lea_general_2_zext, lea_general_3, lea_general_3_zext, adddi_1_rex64, addsi_1, addsi_1_zext, addhi_1_lea, addqi_1_lea, ashldi3_1_rex64, ashlsi3_1, ashlsi3_1_zext, ashlhi3_1_lea, ashlqi3_1_lea): Use 'l' for index register operand. (ashldi3_1_rex64 splitter): Use index_register_operand. (ashlsi3_1 splitter): Be more careful with modes. From-SVN: r92080
Richard Henderson committed -
PR target/18459 Fix ChangeLog entry to refer to correct PR http://gcc.gnu.org/ml/gcc-cvs/2004-12/msg00507.html From-SVN: r92079
Danny Smith committed -
gcc PR/18549 * defaults.h (TARGET_USE_JCR_SECTION): New macro. * doc/tm.texi (TARGET_USE_JCR_SECTION): Document it. * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Override default. gcc/java PR/18549 * class.c (emit_register_classes): Use TARGET_USE_JCR_SECTION. Update comment. From-SVN: r92078
Danny Smith committed -
PR target/14941 PR target/18503 * config/i386/i386.md (sse_movss, sse2_movsd, sse2_movhpd): Fix wrong vec_merge selector bitmask. From-SVN: r92077
Uros Bizjak committed
-