- 22 Aug, 2004 4 commits
-
-
From-SVN: r86379
Joseph Myers committed -
From-SVN: r86378
Tobias Schlüter committed -
* check.c (gfc_check_reduction): Rename to ... (check_reduction): ... this. Make static. Don't check type of first argument. (gfc_check_minval_maxval, gfc_check_prodcut_sum): New functions. * intrinsic.c (add_functions): Change MAXVAL, MINVAL, PRODUCT and SUM to use new check functions. (check_specific): Change logic to call new functions. * intrinsic.h (gfc_check_minval_maxval, gfc_check_product_sum): Add prototypes. (gfc_check_reduction): Remove prototype. From-SVN: r86377
Tobias Schlüter committed -
From-SVN: r86371
GCC Administrator committed
-
- 21 Aug, 2004 19 commits
-
-
* c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner. (build_c_parm, build_attrs_declarator, build_function_declarator): New functions. (make_pointer_declarator): Call build_attrs_declarator. * c-tree.h (set_array_declarator_type): Rename to set_array_declarator_inner. (build_c_parm, build_attrs_declarator, build_function_declarator): New prototypes. * c-parse.in (after_type_declarator, parm_declarator_starttypename, parm_declarator_nostarttypename, notype_declarator, absdcl_maybe_attribute, direct_absdcl1, parm, firstparm): Use these functions From-SVN: r86367
Joseph Myers committed -
* c-decl.c (build_array_declarator, set_array_declarator_type, start_decl, grokdeclarator, grokparms): Change boolean parameters to type bool. * c-tree.h (build_array_declarator, set_array_declarator_type, start_decl): Update prototypes. * c-decl.c, c-parse.in: All callers changed. From-SVN: r86366
Joseph Myers committed -
* config/rs6000/darwin.h (SUBTARGET_OPTIONS): Move from here, to... (darwin_fix_and_continue): Likewise. (darwin_fix_and_continue_switch): Likewise. * config/darwin.h (SUBTARGET_OPTIONS): ...here, to fix -mone-byte-bool. (darwin_fix_and_continue): Likewise. (darwin_fix_and_continue_switch): Likewise. From-SVN: r86365
Mike Stump committed -
2004-08-21 Paolo Carlini <pcarlini@suse.de> * include/bits/char_traits.h (struct _Char_traits_match): Remove, unused. From-SVN: r86364
Paolo Carlini committed -
From-SVN: r86363
Paul Brook committed -
2004-08-21 Paolo Carlini <pcarlini@suse.de> * testsuite/22_locale/money_put/put/wchar_t/1.cc: Use proper wchar_t type for the fill argument; minor formatting tweaks. * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/4.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/5.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/6.cc: Likewise. From-SVN: r86362
Paolo Carlini committed -
2004-08-21 Bud Davis <bdavis9659@comcast.net> PR 16908 * io/transfer.c (next_record_w): Do not blank pad. * io/transfer.c (next_record): Take into account partial records. testsuite/ * gfortran.dg/direct_io.f90: New test. From-SVN: r86361
Bud Davis committed -
2004-08-21 Andreas Tobler <a.tobler@schweiz.ch> Michael Koch <konqueror@gmx.de> * Makefile.am (lib_gnu_java_awt_peer_gtk_la_LINK): Added. * Makefile.in: Regenerated. Co-Authored-By: Michael Koch <konqueror@gmx.de> From-SVN: r86360
Andreas Tobler committed -
basic_ios.tcc (basic_ios<>::copyfmt): Don't deal with _M_word != _M_local_word two times, redundantly. 2004-08-21 Paolo Carlini <pcarlini@suse.de> * include/bits/basic_ios.tcc (basic_ios<>::copyfmt): Don't deal with _M_word != _M_local_word two times, redundantly. From-SVN: r86359
Paolo Carlini committed -
From-SVN: r86358
Danny Smith committed -
* config/i386/winnt/c (gen_stdcall_suffix, gen_fastcall_suffix): Remove, merging into ... (gen_stdcall_or_fastcall_suffix): New function, returning tree rather than const char*, and accepting additional parameter. Don't add suffix to '*'-prefixed symbols or variadic functions. (i386_pe_encode_section_info): Adjust for call to new function. Call change_decl_assembler_name. From-SVN: r86357
Danny Smith committed -
From-SVN: r86356
Danny Smith committed -
* config/darwin.c (machopic_indirect_data_reference): Mark stubs as defined. * config/386/386.c (darwin_local_data_pic): Add. (legitimate_constant_p): Reorder so that PLUS handling runs before darwin_local_data_pic to match the ordering in legitimate_pic_address_disp_p and so that MINUS runs after darwin_local_data_pic as otherwise the darwin_local_data_pic logic can be skipped, which would be very bad. (legitimate_pic_address_disp_p): Move from from here to darwin_local_data_pic so it can be reused. From-SVN: r86355
Mike Stump committed -
* config/rs6000/linux64.h (DOT_SYMBOLS): Define. (CRT_CALL_STATIC_FUNCTION): Define !DOT_SYMBOLS version. (ASM_DECLARE_FUNCTION_SIZE): Modify for !DOT_SYMBOLS. (ASM_OUTPUT_SOURCE_LINE, DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Likewise. (RS6000_ABI_NAME): Define as "linux". (SUBSUBTARGET_OVERRIDE_OPTIONS): Set dot_symbols. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Select ABI_AIX when rs6000_abi_name is "linux" and TARGET_64BIT. * config/rs6000/rs6000-protos.h (rs6000_output_function_entry): Decl. * config/rs6000/rs6000.c (dot_symbols): New global var. (rs6000_output_function_entry): New function, modified for !DOT_SYMBOLS.. (print_operand <case 'z'>): ..extracted from here. (rs6000_assemble_visibility): Modify for !DOT_SYMBOLS. (rs6000_output_function_epilogue): Likewise. (rs6000_elf_declare_function_name): Likewise. * config/rs6000/rs6000.h (DOT_SYMBOLS): Define. (ASM_WEAKEN_DECL, ASM_OUTPUT_DEF_FROM_DECLS): Modify for !DOT_SYMBOLS. * configure.ac (HAVE_LD_NO_DOT_SYMS): Add new AC_DEFINE. * configure: Regenerate. * config.in: Regenerate. From-SVN: r86354
Alan Modra committed -
PR c++/17121 * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P. PR c++/17121 * g++.dg/inherit/local2.C: New test. From-SVN: r86353
Mark Mitchell committed -
cp: PR c++/17120 * pt.c (tsubst_copy_and_build): Avoid clearing TREE_NO_WARNING for MODOP_EXPR. testsuite: * g++.dg/warn/Wparentheses-4.C: New test. From-SVN: r86351
Joseph Myers committed -
From-SVN: r86349
GCC Administrator committed -
From-SVN: r86345
Mark Mitchell committed -
* gcc.dg/darwin-longlong.c: Include <stdlib.h>. * gcc.dg/ppc-ldstruct.c: Likewise. * gcc.dg/ppc64-abi-2.c: Likewise. From-SVN: r86344
Mark Mitchell committed
-
- 20 Aug, 2004 17 commits
-
-
* include/Makefile.am (/gthr.h): Don't add _GLIBCXX_ to #pragma lines. * include/Makefile.in: Update. From-SVN: r86343
Jason Merrill committed -
* reload.c (find_reloads_address): Reload the sum of a LO_SUM and a CONST_INT. From-SVN: r86342
Mark Mitchell committed -
From-SVN: r86341
Paolo Carlini committed -
2004-08-20 Paolo Carlini <pcarlini@suse.de> PR libstdc++/7219 (continued) * include/bits/ios_base.h (class ios_base): Expose Annex D.6 typedefs by default. * testsuite/27_io/types/1.cc: Remove #if _GLIBCXX_DEPRECATED. * testsuite/27_io/ios_base/cons/assign_neg.cc: Tweak dg-error line number. * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. From-SVN: r86340
Paolo Carlini committed -
PR rtl-optimization/17099 * combine.c (force_to_mode): Check if inner_mask has any bits set outside of GET_MODE (x) instead of op_mode. * gcc.c-torture/execute/20040820-1.c: New test. From-SVN: r86339
Jakub Jelinek committed -
* config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment. * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo. (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler. * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5 architecture. (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float configurations. * config/arm/t-symbian: New file. From-SVN: r86338
Mark Mitchell committed -
* config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment. * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo. (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler. * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5 architecture. (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float configurations. * config/arm/t-symbian: New file. [[Split portion of a mixed commit.]] From-SVN: r86337.2
Mark Mitchell committed -
2004-08-20 Andrew Pinski <apinski@apple.com> * regrename.c (kill_value_regno): ANSIfy. From-SVN: r86336
Andrew Pinski committed -
2004-08-20 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.c (rs6000_rtx_costs): Improve DIV/MOD. From-SVN: r86334
Dale Johannesen committed -
2004-08-20 Michael Koch <konqueror@gmx.de> * configure.ac: Replaced all AC_TRY_COMPILE macros with AC_COMPILE_IFELSE macros. From-SVN: r86333
Michael Koch committed -
* regrename.c (kill_value_one_regno): Renamed from kill_value_regno. (kill_value_regno): New function, derived from kill_value. (kill_value): Update. (copyprop_hardreg_forward_1): Update call to kill_value_regno. From-SVN: r86332
Daniel Jacobowitz committed -
re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap on inlining a memcmp-like function) 2004-08-20 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/17111 * tree-ssa-pre.c (create_value_expr_from): Don't change the types of non-value_handles. (bitmap_set_contains): All constants are in every set. From-SVN: r86331
Daniel Berlin committed -
2004-08-20 Andreas Tobler <a.tobler@schweiz.ch> * gcc_update (self): libjava/configure.in -> configure.ac. Automake update done. From-SVN: r86330
Andreas Tobler committed -
* fold-const.c (round_up, round_down): Use build_int_cst. Optimize common case. From-SVN: r86329
Nathan Sidwell committed -
* cpu/hppa/atomicity.h (__exchange_and_add, __atomic_add): Add memory barrier to locking asm. From-SVN: r86328
John David Anglin committed -
pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION before calling comp_template_args. * pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION before calling comp_template_args. From-SVN: r86327
Kriang Lerdsuwanakij committed -
2004-08-20 Michael Koch <konqueror@gmx.de> * configure.in: Renamed to configure.ac. * configure.ac: New file. * configure, Makefile.in, gcj/Makefile.in, include/Makefile.in include/config.h.in, testsuite/Makefile.in: Regenerated. From-SVN: r86326
Michael Koch committed
-