- 15 Nov, 2004 21 commits
-
-
2004-11-15 Benjamin Kosnik <bkoz@redhat.com> * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.4. From-SVN: r90681
Benjamin Kosnik committed -
* gcc.dg/ppc64-abi-1.c: Skip if not lp64. * gcc.dg/ppc64-abi-2.c: Ditto. * gcc.dg/ppc64-abi-3.c: Ditto. From-SVN: r90680
Janis Johnson committed -
From-SVN: r90679
Janis Johnson committed -
From-SVN: r90677
Steve Ellcey committed -
From-SVN: r90676
Paul Brook committed -
* config/ia64/ia64.md (*movtf_internal): Use destination_operand instead of nonimmediate_operand. From-SVN: r90675
Steve Ellcey committed -
2004-11-15 Mark Mitchell <mark@codesourcery.com> * config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand. * config/sparc/sol2.h (ASM_OUTPUT_CALL): Likewise. * config/sol2.c (solaris_output_init_fini): Update calls to ASM_OUTPUT_CALL. Include "rtl.h". From-SVN: r90674
Mark Mitchell committed -
2004-11-15 Mark Mitchell <mark@codesourcery.com> * config/sol2-c.c (cmn_err_char_table): Add "p". testsuite: 2004-11-15 Mark Mitchell <mark@codesourcery.com> * gcc.dg/format/cmn-err-1.c: Add tests for "%p". From-SVN: r90673
Mark Mitchell committed -
2004-11-15 Mark Mitchell <mark@codesourcery.com> * config/sparc/sol2.h (SUPPORTS_INIT_PRIORITY): Remove. * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define here. From-SVN: r90670
Mark Mitchell committed -
2004-11-15 Mark Mitchell <mark@codesourcery.com> * config/t-slibgcc-sld (SHLIB_LINK): Make symlinks entirely within the multilib directory. From-SVN: r90669
Mark Mitchell committed -
g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with __INT_MAX__ so that the test can be compiled by toolchains targeted at 16-bit processors. * gcc.dg/20040625-1.c: Use long constants rather than integers when performing arithmetic that will overflow 16-bits. * gcc.dg/i386-sse-8.c: Expect this test to fail for the xstormy16. It does not support 128-bit vector operations. * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long' with the macro PTR_TYPE. Define this macro to an integer type suitable for holding a pointer. * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if the target is a 16-bit processor. * gcc.dg/cpp/if-2.c: Expect a different warning message from 16-bit targets where the character constant will be too long. * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16 where the double will not be directly addressable. From-SVN: r90667
Nick Clifton committed -
From-SVN: r90666
Nick Clifton committed -
* tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized variable. From-SVN: r90658
Nathan Sidwell committed -
Friend class name lookup 1/n, PR c++/18471 * decl.c (lookup_and_check_tag): New function. (xref_tag, start_enum): Use it. (check_elaborated_type_specifier): Move TEMPLATE_TYPE_PARM check before !DECL_IMPLICIT_TYPEDEF_P. Also display previously declared location. * name-lookup.c (lookup_name_current_level): Rename to ... (lookup_name_innermost_nonclass_level): ... this. (lookup_type_scope): New function. * name-lookup.h (lookup_name_current_level): Rename to ... (lookup_name_innermost_nonclass_level): ... this. (lookup_type_scope): Add declaration. * g++.dg/lookup/struct1.C: Adjust expected error. * g++.dg/parse/elab1.C: Likewise. * g++.dg/parse/elab2.C: Likewise. * g++.dg/parse/int-as-enum1.C: Likewise. * g++.dg/parse/struct-as-enum1.C: Likewise. * g++.dg/parse/typedef1.C: Likewise. * g++.dg/parse/typedef3.C: Likewise. * g++.dg/parse/typedef4.C: Likewise. * g++.dg/parse/typedef5.C: Likewise. * g++.dg/template/nontype4.C: Likewise. * g++.old-deja/g++.benjamin/typedef01.C: Likewise. * g++.old-deja/g++.other/elab1.C: Likewise. * g++.old-deja/g++.other/syntax4.C: Likewise. From-SVN: r90657
Kriang Lerdsuwanakij committed -
2004-11-15 Paolo Carlini <pcarlini@suse.de> * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 33. From-SVN: r90655
Paolo Carlini committed -
From-SVN: r90654
Eric Botcazou committed -
From-SVN: r90653
Eric Botcazou committed -
PR 18480 * calls.c (struct arg_data): Add parallel_value. (precompute_register_parameters): Set it. (load_register_parameters): Use it. (store_one_arg): Also set it here. From-SVN: r90649
Richard Henderson committed -
PR tree-optimization/18431 * fold-const.c (associate_trees): Do not produce x + 0. (fold_widened_comparison, fold_sign_changed_comparison): New functions. (fold): Use them. * tree-ssa-loop-niter.c (upper_bound_in_type, lower_bound_in_type): Moved ... * tree.c (upper_bound_in_type, lower_bound_in_type): Here. * tree.h (upper_bound_in_type, lower_bound_in_type): Declare. * testsuite/gcc.c-torture/execute/20041114-1.c: New test. From-SVN: r90646
Zdenek Dvorak committed -
[[Split portion of a mixed commit.]] From-SVN: r90644.2
GCC Administrator committed -
[[Split portion of a mixed commit.]] From-SVN: r90643.2
GCC Administrator committed
-
- 14 Nov, 2004 19 commits
-
-
From-SVN: r90639
Eric Botcazou committed -
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c, value-prof.c: Fix comment typos. From-SVN: r90638
Kazu Hirata committed -
* gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c, gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c, gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c, gcc.dg/switch-7.c: New tests. From-SVN: r90637
Joseph Myers committed -
streambuf_iterator.h (istreambuf_iterator::_M_get): Slightly tweak for clarity (also leads to measurably better code). 2004-11-14 Paolo Carlini <pcarlini@suse.de> * include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get): Slightly tweak for clarity (also leads to measurably better code). From-SVN: r90636
Paolo Carlini committed -
From-SVN: r90635
Dorit Naishlos committed -
From-SVN: r90632
Kazu Hirata committed -
re PR tree-optimization/18400 (wrong unrolling after vectorization due to invalid loop->nb_iterations) 2004-11-14 Dorit Naishlos <dorit@il.ibm.com> PR tree-opt/18400 * gcc.dg/vect/pr18400.c: New test. 2004-11-14 Dorit Naishlos <dorit@il.ibm.com> Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/18425 * gcc.dg/vect/pr18425.c: New test. Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu> From-SVN: r90631
Dorit Naishlos committed -
* config/rs6000/rs6000.c (rs6000_darwin64_abi): New flag. (rs6000_override_options): Set it for 64-bit Darwin. (rs6000_parse_abi_options): Add testing options to change it. (rs6000_return_in_memory): Test whether the type is one that can be passed in registers. (darwin64_function_arg_advance): New. (function_arg_advance): Call it, plus add recursion depth argument and test when counting off arguments. (rs6000_darwin64_function_arg): New. (function_arg): Call it. (setup_incoming_varargs): Add argument to function_arg_advance. (rs6000_darwin64_function_value): New. (rs6000_function_value): Call it. * config/rs6000/rs6000.h (FUNCTION_ARG_ADVANCE): Pass depth arg. * config/rs6000/rs6000-protos.h: Update decl of function_arg_advance. From-SVN: r90629
Stan Shebs committed -
2004-11-14 Andrew Pinski <pinskia@physics.uc.edu> PR c/17279 * c-common.c (c_common_nodes_and_builtins): Ask the back-end if we support TImode before adding __int128_t and __uint128_t types. From-SVN: r90627
Andrew Pinski committed -
re PR tree-optimization/18400 (wrong unrolling after vectorization due to invalid loop->nb_iterations) PR tree-opt/18400 * tree-vectorizer.c (make_loop_iterate_ntimes): Set loop->nb_iterations. (vect_transform_loop_bound): Set loop->nb_iterations. From-SVN: r90626
Dorit Naishlos committed -
2004-11-14 Dorit Naishlos <dorit@il.ibm.com> Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/18425 * tree-vectorize.c (vect_build_loop_niters): Do not insert NULL into the instruction stream. Initialize new_bb to NULL. (vect_update_ivs_after_vectorizer): Likewise. (vect_gen_niters_for_prolog_loop): Likewise. Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu> From-SVN: r90625
Dorit Naishlos committed -
PR tree-optimization/18431 * tree-flow.h (stmt_references_memory_p): Declare. * tree-ssa-loop-im.c (stmt_cost): Use stmt_references_memory_p. * tree-ssa.c (stmt_references_memory_p): New function. From-SVN: r90624
Zdenek Dvorak committed -
* gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC. Guard with dg-require-alias and dg-require-visibility. From-SVN: r90623
Eric Botcazou committed -
* Makefile.in (lambda-code.o, tree-loop-linear.o): Depend on $(EXPR_H). From-SVN: r90621
Andreas Schwab committed -
From-SVN: r90620
Kazu Hirata committed -
* c-common.c (walk_stmt_tree): Remove. * c-common.h: Remove the corresponding prototype. From-SVN: r90619
Kazu Hirata committed -
* c-common.c (walk_stmt_tree): Remove. * c-common.h: Remove the corresponding prototype. From-SVN: r90618
Kazu Hirata committed -
From-SVN: r90617
Eric Botcazou committed -
From-SVN: r90616
Giovanni Bajo committed
-