aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23i386.c: Rename pni to sse3.Kelley Cook7-51/+60
2004-02-23 Kelley Cook <kcook@gcc.gnu.org> * config/i386/i386.c: Rename pni to sse3. * config/i386/i386.h: Likewise. * config/i386/i386.md: Likewise. * config/i386/pmmintrin.h: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. From-SVN: r78349
2004-02-24Daily bump.GCC Administrator1-1/+1
From-SVN: r78340
2004-02-23Remove support for fwritable-strings-1.c.Kazu Hirata1-0/+0
From-SVN: r78337
2004-02-23Remove -fwritable-strings.Zack Weinberg22-136/+83
gcc/ Remove -fwritable-strings. * c-common.c (fix_string_type): Don't check flag_writable_strings. (fix_string_type): Likewise. * c-opts.c (set_std_c89): Don't initialize flag_writable_strings. (set_std_c99): Likewise. * common.opt (fwritable-strings): Remove. * flags.h: Remove the external declaration of flag_writable_strings. * opts.c (common_handle_option) <OPT_fwritable_strings>: Remove. * toplev.c (flag_writable_strings): Remove. (f_options): Remove an entry for writable-strings. * varasm.c (const_hash_1) <STRING_CST>: Don't check flag_writable_strings. (compare_constant) <STRING_CST>: Likewise. (build_constant_desc): Likewise. * config/darwin.c (machopic_select_section): Likewise. * config/arm/arm.c (AOF_ASSEMBLER): Likewise. * config/arm/pe.c (arm_pe_encode_section_info): Likewise. * config/iq2000/iq2000.c (iq2000_select_section): Likewise. * config/mips/mips.c (mips_select_section): Likewise. (mips_encode_section_info): Likewise. * config/pa/pa.c (pa_select_section): Likewise. * config/pa/pa.h (TEXT_SPACE_P): Likewise. * config/v850/v850.c (v850_select_section): Likewise. * doc/invoke.texi (-fwritable-strings): Remove. (-fno-const-strings): Don't mention -fwritable-strings. * doc/trouble.texi: Don't mention -fwritable-strings. gcc/cp/ * decl.c (cxx_init_decl_processing): Don't check flag_writable_strings. gcc/testsuite/ * gcc.dg/fwritable-strings-1.c: Remove. Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu> From-SVN: r78333
2004-02-23* doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.Nathanael Nerode2-2/+6
From-SVN: r78331
2004-02-23darwin.h (SUBTARGET_OPTIONS): Add -mmacosx= option.Matt Austern7-2/+88
* config/darwin.h (SUBTARGET_OPTIONS): Add -mmacosx= option. (macosx_version_min_required): Declare global variable. * config/darwin-protos.h (darwin_parse_macosx_version_name): Declare. * config/darwin.c (macosx_version_min_required): Define variable. (darwin_macosx_vers_tbl): Define. Table mapping text strings of OS versions to numerical codes. (darwin_parse_macosx_version_name): Define. Parse -mmacosx=, set macosx_version_min_required appropriately. * config/i386/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Define. Invoke darwin_parse_macosx_version_name. * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add darwin_parse_macosx_version_name to Darwin option handling. * doc/invoke.texi (-mmacosx=): Document. From-SVN: r78329
2004-02-23rs6000.md (movsf_hardfloat): Add POWER form of nop.Dale Johannesen2-3/+9
2004-02-23 Dale Johannesen <dalej@apple.com> * config/rs6000.md (movsf_hardfloat): Add POWER form of nop. (movdf_hardfloat64): Ditto. (movdf_softfloat64): Ditto. From-SVN: r78325
2004-02-23config/rs6000/rs6000.c (function_arg): call to rs6000_mixed_function_arg for...Fariborz Jahanian2-1/+10
config/rs6000/rs6000.c (function_arg): call to rs6000_mixed_function_arg for DFmode moved to allow normal DFmode incoming register assignment. OKed by David Edehlson. From-SVN: r78323
2004-02-23rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.Dale Johannesen2-8/+15
2004-02-23 Dale Johannesen <dalej@apple.com> * config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy. (movdf_hardfloat64): Ditto. From-SVN: r78322
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata8-8/+14
* convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c, config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update copyright. From-SVN: r78318
2004-02-23re PR c++/14156 (no warning for address of parameter)Andrew Pinski2-0/+46
2004-02-23 Andrew Pinski <pinskia@physics.uc.edu> PR c/14156 * gcc.dg/20040223-1.c: New test. From-SVN: r78313
2004-02-23re PR c++/14156 (no warning for address of parameter)Andrew Pinski4-2/+12
PR c/14156 * c-typeck.c (c_expand_return): Change check for VAR_DECL to use DECL_P instead. PR c++/14156 * typeck.c (maybe_warn_about_returning_address_of_location): Change check for VAR_DECL to use DECL_P instead. From-SVN: r78312
2004-02-23linux.h (OS_MISSING_POWERPC64): Define.Andrew Pinski3-0/+10
* config/rs6000/linux.h (OS_MISSING_POWERPC64): Define. * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define. From-SVN: r78309
2004-02-23re PR c++/14106 ([testcase] ICE on template func instanciation: ↵Kriang Lerdsuwanakij2-0/+22
stor-layout.c:1569) PR c++/14106 * g++.dg/ext/typeof9.C: New test. From-SVN: r78304
2004-02-23Makefile.in (opts.o): Depend on target.h.Kazu Hirata9-19/+34
* Makefile.in (opts.o): Depend on target.h. * opts.c (decode_options): Use targetm.default_short_enums instead of DEFAULT_SHORT_ENUMS. * system.h (DEFAULT_SHORT_ENUMS): Poison. * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New. (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS. * target.h (gcc_target): Add default_short_enums. * config/cris/cris.h: Remove a comment about DEFAULT_SHORT_ENUMS. * config/ip2k/ip2k.h: Likewise. * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to TARGET_DEFAULT_SHORT_ENUMS. Update the description. From-SVN: r78303
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo2-0/+25
PR c++/14250 * g++.dg/other/switch1.C: New test. From-SVN: r78295
2004-02-23re PR c/14188 (Suggestion: improve warning message for call through ↵Eric Botcazou6-16/+34
incompatible type) PR c/14188 * builtins.c (expand_builtin_va_arg): Emit an informative message if a trap is generated. * c-typeck.c (build_function_call): Likewise. Co-Authored-By: Falk Hueffner <falk@debian.org> From-SVN: r78294
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo2-2/+9
PR c++/14250 * cvt.c (build_expr_type_conversion): Type must be complete before looking up for conversions. From-SVN: r78293
2004-02-23[multiple changes]Arnaud Charlet9-99/+202
2004-02-23 Ed Schonberg <schonberg@gnat.com> * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create protected operations if original subprogram is flagged as eliminated. (Expand_N_Subprogram_Body): For a protected operation, create discriminals for next operation before checking whether the operation is eliminated. * exp_ch9.adb (Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration): Do not generate specs and bodies for internal protected operations if the original subprogram is eliminated. * sem_elim.adb (Check_Eliminated): Handle properly protected operations declared in a single protected object. 2004-02-23 Vincent Celier <celier@gnat.com> * prj-attr.adb: Make attribute Builder'Executable an associative array, case insensitive if file names are case insensitive, instead of a standard associative array. * prj-attr.adb (Initialize): For 'b' associative arrays, do not set them as case insensitive on platforms where the file names are case sensitive. * prj-part.adb (Parse_Single_Project): Make sure, when checking if project file has already been parsed that canonical path are compared. 2004-02-23 Robert Dewar <dewar@gnat.com> * sinput-c.ads: Correct bad unit title in header * freeze.adb: Minor reformatting 2004-02-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * trans.c (tree_transform, case N_Procedure_Call_Statement): For nonaddressable COMPONENT_REF that is removing padding that we are taking the address of, take the address of the padded record instead if item is variable size. From-SVN: r78292
2004-02-23re PR c++/14143 (Overeager ADL)Giovanni Bajo2-0/+37
PR c++/14143 * g++.dg/template/koenig5.C: New test. From-SVN: r78288
2004-02-23re PR c++/14143 (Overeager ADL)Giovanni Bajo2-2/+9
PR c++/14143 * name-lookup.c (arg_assoc_class): Don't look into template arguments if it is not a primary template. From-SVN: r78287
2004-02-23Daily bump.GCC Administrator1-1/+1
From-SVN: r78284
2004-02-23gcov-io.c (gcov_open): Use open + fdopen instead of fopen.Jakub Jelinek7-7/+60
* gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of fopen. * libgcov.c: Include sys/stat.h. * config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define. * config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define. * config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define. * config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define. From-SVN: r78281
2004-02-22* reorg.c: Remove comments about dead ports.Kazu Hirata2-11/+6
From-SVN: r78280
2004-02-22config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra ↵Christopher Faylor2-1/+7
host object file when... * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify extra host object file when targetting cygwin rather than generic object files. From-SVN: r78278
2004-02-22backport: tree-inline.c (insert_decl_map): New.Josef Zlomek2-35/+53
Merge from tree-ssa: 2003-11-20 Richard Henderson <rth@redhat.com> * tree-inline.c (insert_decl_map): New. (remap_decl, remap_type, remap_block, copy_body_r, initialize_inlined_parameters, declare_return_variable, remap_save_expr): Use it. * function.c (copy_body_r): Add mapping from id->ret_label to id->ret_label. Revert test for ret_label. From-SVN: r78271
2004-02-22genoutput.c (process_template): Strip trailing whitespace in @ templates and ↵Jakub Jelinek2-1/+17
issue a warning if there was any. * genoutput.c (process_template): Strip trailing whitespace in @ templates and issue a warning if there was any. From-SVN: r78270
2004-02-22Daily bump.GCC Administrator1-1/+1
From-SVN: r78246
2004-02-22fix dateChristopher Faylor1-1/+1
From-SVN: r78242
2004-02-22config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host object ↵Christopher Faylor3-3/+9
file when targetting cygwin. * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host object file when targetting cygwin. * config/i386/t-cygwin (EXTRA_GCC_OBJS): Remove definition since it is overridden by top-level Makefile. From-SVN: r78241
2004-02-21i386.c (standard_80387_constant_p): Also prefer the x87's load constant ↵Roger Sayle2-3/+8
instructions when optimizing for size. * config/i386/i386.c (standard_80387_constant_p): Also prefer the x87's load constant instructions when optimizing for size. From-SVN: r78231
2004-02-21combine.c (SHIFT_COUNT_TRUNCATED): Remove.Kazu Hirata6-18/+12
* combine.c (SHIFT_COUNT_TRUNCATED): Remove. * defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default. * expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined. * fold-const.c: Likewise. * simplify-rtx.c: Likewise. From-SVN: r78230
2004-02-21combine.c (can_combine_p): Don't ignore SETs marked with REG_EH_REGION notes.Alan Modra2-4/+24
* combine.c (can_combine_p): Don't ignore SETs marked with REG_EH_REGION notes. (try_combine): When attemting to fix unrecognized insns, don't split a PARALLEL that contains the original i2. From-SVN: r78220
2004-02-21darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to ↵Ziemowit Laski25-1293/+4259
SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options. [gcc/ChangeLog] 2004-02-21 Ziemowit Laski <zlaski@apple.com> * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options. * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it. * config/rs6000/altivec.h: #error out if '-maltivec' not specified. (vector, pixel, bool): #define to __vector, __pixel and __bool. (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific portion of header. (__altivec_link_error_invalid_argument): Remove prototype; will use __builtin_altivec_compiletime_error("vec_*") instead. (vec_*): Fix/complete set of available operation overloads given the existence of distinct 'vector bool ...' and 'vector pixel' types; tighten cv-correctness of pointer arguments; in C, always check for correct argument types before macro expansion. * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro defining Darwin/PowerPC-specific '-f[no-]altivec' and '-W[no-]altivec-long-deprecated' switches. * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define '__vector', '__pixel' and '__bool' macros using '__attribute__((altivec(...)))' types. * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node, bool_int_type_node, pixel_type_node, bool_V16QI_type_node, bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node): New type nodes. (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for handling '-W[no-]altivec-long-deprecated'. (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'. (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin, altivec_expand_dst_builtin): Remove casts from integer literals. (altivec_expand_builtin): Likewise; handle expansion of new '__builtin_altivec_compiletime_error' function. (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel' types, and make them distinct from other vector types; register '__builtin_altivec_compiletime_error' function. (print_operand): For 'P', print a full target register name instead of merely its number. (rs6000_attribute_table): Add "altivec" attribute. (rs6000_handle_altivec_attribute): New function. * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated' maps to). (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward declare. (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration. [gcc/testsuite/ChangeLog] 2004-02-21 Ziemowit Laski <zlaski@apple.com> * g++.dg/ext/altivec-1.C: Generalize target triple. * g++.dg/ext/altivec-2.C: New test case. * g++.dg/ext/altivec_check.h: New file. * gcc.dg/altivec-1.c: Generalize target triple; include altivec_check.h and call altivec_check(). * gcc.dg/altivec-[2-5].c: Generalize target triple. * gcc.dg/altivec-6.c: New test case. * gcc.dg/altivec-[7-9].c: Generalize target triple; add type casts as needed. * gcc.dg/altivec-10.c: Include altivec_check.h and call altivec_check(). * gcc.dg/altivec-12.c: New test case. * gcc.dg/altivec-varargs-1.c: Generalize target triple; include altivec_check.h and call altivec_check(). * gcc.dg/altivec_check.h: New file. From-SVN: r78215
2004-02-21Combine 2 redundant splitters into one.James E Wilson2-12/+7
* config/ia64/ia64.md (shift_mix4left+1): Delete reload_completed check. (shift_mix4left+2): Delete redundant pattern. From-SVN: r78213
2004-02-21target-supports.exp (check_alias_available): Don't mangle function `g' in ↵Kaveh R. Ghazi2-0/+6
test program. * lib/target-supports.exp (check_alias_available): Don't mangle function `g' in test program. From-SVN: r78208
2004-02-21target-supports.exp (check_profiling_available): Check argument to determine ↵Kaveh R. Ghazi9-20/+46
whether we support a profiling type. * lib/target-supports.exp (check_profiling_available): Check argument to determine whether we support a profiling type. * lib/gcc-dg.exp (dg-require-profiling): Pass argument to check_profiling_available. * g++.dg/bprob/bprob.exp: Likewise * g77.dg/bprob/bprob.exp: Likewise. * gcc.misc-tests/bprob.exp: Likewise. * g++.old-deja/g++.law/profile1.C: Pass profiling type to dg-require-profiling and delete expected error handling. * gcc.dg/20021014-1.c: Likewise. * gcc.dg/nest.c: Likewise. From-SVN: r78206
2004-02-21alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata6-22/+21
* alias.c (OUTGOING_REGNO): Don't define the default. * builtins.c (OUTGOING_REGNO): Likewise. (INCOMING_REGNO): Likewise. (apply_args_register_offset): Always use OUTGOING_REGNO. * combine.c (OUTGOING_REGNO): Likewise. * sibcall.c (OUTGOING_REGNO): Likewise. * defaults.h (INCOMING_REGNO): Provide the default. (OUTGOING_REGNO): Likewise. From-SVN: r78203
2004-02-21params.def (max-peeled-insns, [...]): Set to 400.Jan Hubicka2-4/+14
* params.def (max-peeled-insns, max-completely-peeled-insns, max-once-peeled-insns): Set to 400. From-SVN: r78201
2004-02-21Daily bump.GCC Administrator1-1/+1
From-SVN: r78198
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin2-0/+31
PR c++/12007 * g++.dg/other/vthunk1.C: New test. From-SVN: r78193
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin4-17/+30
PR c++/12007 * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL are set for parameters before outputing debugging information. * cp/method.c (use_thunk): Always clone function argument tree. From-SVN: r78192
2004-02-20tweakJason Merrill1-1/+1
From-SVN: r78191
2004-02-20re PR target/14201 (float -> int (in mem) with -mieee causes unrecognizable ↵Falk Hueffner4-2/+25
insn+segv) PR target/14201 * config/alpha/alpha.md (*fix_truncsfsi_ieee): Fix typoed operand numbers. * gcc.c-torture/compile/fix-trunc-mem-1.c: New test. From-SVN: r78188
2004-02-20input.h: Don't #include line-map.h.Per Bothner3-2/+9
* input.h: Don't #include line-map.h. It may cause link problems with undefined linemap_line_start when line-map.h is included but line-map.o is not linked, as currently happens with gengtype on compilers that don't support inline. * toplev.c: So we do have to explicitly #include line-map.h here. From-SVN: r78185
2004-02-20* doc/invoke.texi: Add -Wvariadic-macros.Richard Henderson6-1/+37
From-SVN: r78179
2004-02-20haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata1-1/+0
* haifa-sched.c (sched_emit_insn): Remove. * sched-int.h: Remove the corresponding prototype. From-SVN: r78173
2004-02-20haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata2-11/+5
* haifa-sched.c (sched_emit_insn): Remove. * sched-int.h: Remove the corresponding prototype. From-SVN: r78172
2004-02-20revert: opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata6-2/+33
Revert: 2004-02-19 Kazu Hirata <kazu@cs.umass.edu> * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * system.h (DEFAULT_SHORT_ENUMS): Poison. * config/cris/cris.h: Remove a comment about DEFAULT_SHORT_ENUMS. * config/ip2k/ip2k.h: Likewise. * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove. From-SVN: r78168
2004-02-20install.texi: Moved --disable-libgcj and --with-system-zlib documentation to ↵Mohan Embar2-20/+150
new section for... * doc/install.texi: Moved --disable-libgcj and --with-system-zlib documentation to new section for Java-specific options. Added explicit Cross-Compiler-Specific Options subheading. Added section for Java-specific options. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r78166