aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2003-03-13float.h, [...]: GCC, not GNU CC.Nathanael Nerode6-20/+25
* ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h, ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC. From-SVN: r64291
2003-03-13* Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.Nathanael Nerode4-12/+16
From-SVN: r64290
2003-03-13g77.texi, [...]: GCC, not GNU CC.Nathanael Nerode5-11/+16
* g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not GNU CC. Especially here. From-SVN: r64289
2003-03-13* pa.c (pa_init_builtins): Fix warning.John David Anglin2-1/+5
From-SVN: r64286
2003-03-13Daily bump.GCC Administrator1-1/+1
From-SVN: r64280
2003-03-12ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.Steve Ellcey2-59/+20
* config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove. (ASM_OUTPUT_XDATA_SHORT): Remove. (ASM_OUTPUT_XDATA_INT): Remove. (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove. (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs. (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers. (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement. From-SVN: r64271
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky4-5/+27
PR c++/7050 * expr.c (store_expr): Don't attempt to store void-typed trees, just evaluate them for side effects. * cp/expr.c (cxx_expand_expr): Return const0_rtx for throw expressions. From-SVN: r64268
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth4-28/+45
* cppfiles.c (cpp_rename_file, cpp_push_include): New. * cppinit.c (push_include): Move with changes to cppfiles.c. (cpp_read_main_file): Mark named operators here... (cpp_finish_options): ...not here. Update. (_cpp_maybe_push_include_file): Update. * cpplib.h (cpp_push_include, cpp_rename_file): New. From-SVN: r64266
2003-03-12aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE, _gcc_COMPUTE_GAS_VERSION.Nathanael Nerode4-213/+353
* aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE, _gcc_COMPUTE_GAS_VERSION. * configure.in: Use them. * configure: Regenerate. From-SVN: r64263
2003-03-12xtensa.md (adddi3): Don't clobber source operand used to detect carry.Bob Wilson2-2/+21
* config/xtensa/xtensa.md (adddi3): Don't clobber source operand used to detect carry. (subdi3): Reorder emitted instructions. From-SVN: r64262
2003-03-12netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64.Andreas Jaeger2-2/+5
* config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64. From-SVN: r64261
2003-03-12Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.Nathanael Nerode4-723/+789
(toplev) * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate. (gcc) * Makefile.in: Eliminate all.indirect. Update and clean up comments. Rearrange. Reorganize. * configure.in: Rearrange. * configure: Regenerate. From-SVN: r64260
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger9-26/+38
* c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets. * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and _LP64. * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define _LP64 macros here. * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise. * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64. * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise. * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise. * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove. From-SVN: r64259
2003-03-12* i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.Jan Hubicka2-0/+6
From-SVN: r64256
2003-03-12Fix date in last log entryDaniel Jacobowitz1-1/+1
From-SVN: r64252
2003-03-12* gcc.c-torture/execute/20030224-2.c: New test.Daniel Jacobowitz2-0/+32
From-SVN: r64251
2003-03-12Fix PR target/9797 and PR c/9853.Daniel Jacobowitz2-0/+9
* stmt.c (expand_decl_init): Call push_temp_slots () and pop_temp_slots (). From-SVN: r64250
2003-03-12sh.c: Include basic-block.h.J"orn Rennecke2-0/+198
* sh.c: Include basic-block.h. (sh_output_mi_thunk, emit_load_ptr): New functions. (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine. From-SVN: r64248
2003-03-12gjavah.c (is_first_data_member): New global variable.Andrew Haley2-0/+23
2003-03-04 Andrew Haley <aph@redhat.com> * gjavah.c (is_first_data_member): New global variable. (print_c_decl): If it's the first data member, align it as the superclass. (process_file): Set is_first_data_member. From-SVN: r64247
2003-03-12(FIXED_REGISTERS): Add Maverick registers.Nick Clifton3-5/+16
(CALL_USED_REGISTERS): Likewise. (FIRST_PSEUDO_REGISTER): Update comment describing how this value is calculated. From-SVN: r64243
2003-03-12Actually regenerate (using autoheader) this time.Hans-Peter Nilsson1-4/+4
From-SVN: r64242
2003-03-12configure.in (rlim_t): Define to long if no valid definition found in ↵Hans-Peter Nilsson4-131/+176
sys/resource.h. * configure.in (rlim_t): Define to long if no valid definition found in sys/resource.h. * config.in, configure: Regenerate. From-SVN: r64241
2003-03-12/home/neil/diffs/mcore.logNeil Booth4-22/+40
From-SVN: r64240
2003-03-12re PR c/9928 (ICE on duplicate enum declaration)Eric Botcazou4-1/+17
PR c/9928 * c-decl.c (duplicate_decls): Discard the initializer of the new decl only if it is a VAR_DECL. From-SVN: r64235
2003-03-12re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop ↵Eric Botcazou4-8/+100
instructions) PR optimization/9888 * config/i386/i386.md (jcc_1): Fix range. (jcc_2): Likewise. (jump): LIkewise. (doloop_end_internal): Likewise. From-SVN: r64230
2003-03-12winnt.c (DLL_IMPORT_PREFIX): New define.Danny Smith2-25/+66
* config/i386/winnt.c (DLL_IMPORT_PREFIX): New define. Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e." (DLL_EXPORT_PREFIX): New define. Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "i." (i386_pe_dllexport_name_p): Here. (i386_pe_dllimport_name_p): Here. (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX, not 9 chars when getting identifier name. (i386_pe_mark_dllimport): Here. (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX, not 9 chars when getting identifier name. Correct comment. (i386_pe_strip_name_encoding): Here. Add comments for different cases. (gen_fastcall_suffix): Break down xmalloc() argument to components. (gen_stdcall_suffix): Likewise. Update copyright year. From-SVN: r64227
2003-03-12re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop ↵Eric Botcazou3-32/+51
instructions) PR optimization/9888 * config/i386/i386.md (movsi_1): Remove special alternatives for %eax register. (movsi_1_nointernunit): Likewise. (movhi_1): Likewise. * config/i386/i386.c (memory_address_length): Do not use short displacement when there is no base. (ix86_attr_length_address_default): Handle LEA instructions. From-SVN: r64225
2003-03-12* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.Andreas Jaeger2-3/+9
From-SVN: r64222
2003-03-12Fix PR number in log message.Mark Mitchell2-2/+2
From-SVN: r64221
2003-03-12re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)Mark Mitchell4-10/+23
PR c++/9336 * g++.dg/parse/namespace8.C: New test. PR c++/9336 * decl2.c (do_nonmember_using_decl): Do not call duplicate decls to merge old and new declarations. From-SVN: r64216
2003-03-12* c-cppbuiltin.c (builtin_define_std): Make non-static.Neil Booth2-2/+7
From-SVN: r64215
2003-03-12g++.1: Remove.Alexandre Oliva3-5/+21
* g++.1: Remove. * Make-lang.in (c++.generated-manpages): Build cp/g++.1. (cp/g++.1): Build it from scratch in the build tree. (c++.install-man): Depend on it. Install it from the build tree. (c++.mostlyclean): Clean it. From-SVN: r64214
2003-03-12freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.Loren J. Rittle5-28/+45
* config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove. (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro. (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro. * config/freebsd.h (CPP_PREDEFINES): Remove. (TARGET_OS_CPP_BUILTINS): New. * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS instead of TARGET_OS_CPP_BUILTINS. * config/sparc/freebsd.h (CPP_PREDEFINES): Remove. From-SVN: r64212
2003-03-12* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.Geoffrey Keating2-1/+5
From-SVN: r64211
2003-03-12rs6000.c (rs6000_stack_info): Remove insn_chain_scanned.Aldy Hernandez3-4/+14
2003-03-11 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (rs6000_stack_info): Remove insn_chain_scanned. Use insn_chain_scanned_p in machine_function. * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p. From-SVN: r64210
2003-03-12toplev.c (independent_decode_option): Return success for --help, ↵Alexandre Oliva2-0/+8
--target-help and --version. * toplev.c (independent_decode_option): Return success for --help, --target-help and --version. From-SVN: r64209
2003-03-12Daily bump.GCC Administrator1-1/+1
From-SVN: r64208
2003-03-11linux64.h (DRIVER_SELF_SPECS): Add endian_spec.Alexandre Oliva2-6/+17
* config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec. Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is specified. (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by DRIVER_SELF_SPECS. (LINK_SPEC): Let endian options affect the linker emulation name. From-SVN: r64201
2003-03-11re PR c++/9924 (Multiple using statements for builtin functions not allowed)Mark Mitchell4-12/+36
PR c++/9924 * g++.dg/overload/builtin2.C: New test. 2003-03-11 Mark Mitchell <mark@codesourcery.com> PR c++/9924 * decl2.c (do_nonmember_using_decl): Ignore anticipated builtins. From-SVN: r64197
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill3-1/+21
PR c++/9820 * search.c (lookup_member): Fix handling of functions in a class being defined. From-SVN: r64193
2003-03-11* sh.md (reload_inqi): Fix mode for source in second set.J"orn Rennecke2-1/+5
From-SVN: r64192
2003-03-11cselib.c (cselib_invalidate_mem_1): Move too ...Jan Hubicka3-50/+95
* cselib.c (cselib_invalidate_mem_1): Move too ... (cselib_invalidate_mem): ... here; use new list (dummy_val, first_containing_mem): New static variables. (clear_table): Initialize first_containing_mem. (discard_useless_values): Compact the containing_mem list. (add_mem_for_addr): Add to the list. * cselib.h (cselib_val): Add next_containing_mem. From-SVN: r64191
2003-03-11* Makefile.in: Fix typo.Neil Booth1-1/+1
From-SVN: r64190
2003-03-11rs6000.c (rs6000_override_options): Disable string instructions for e500.Aldy Hernandez2-0/+10
2003-03-11 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (rs6000_override_options): Disable string instructions for e500. From-SVN: r64188
2003-03-11Makefile.in: Update.Neil Booth3-1/+7
* Makefile.in: Update. * c-cppbuiltin.c: Include tm_p.h. From-SVN: r64187
2003-03-11tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.Aldy Hernandez5-23/+93
2003-03-11 Aldy Hernandez <aldyh@redhat.com> * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN. * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define. (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN. (_Unwind_SetGR): Same. (_Unwind_GetGRPtr): New. (_Unwind_SetGRPtr): New. (uw_update_context_1): Use accesor functions instead of accessing context->reg[] directly. (uw_install_context_1): Same. (execute_cfa_program): Same. (__frame_state_for): Same. * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as the synthetic register offset. * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New. From-SVN: r64186
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in ↵Tom Tromey3-1/+28
another static field. * parse.y (resolve_field_access): Initialize class if field is found in another static field. * expr.c (build_class_init): Don't optimize out initialization of implemented interface. From-SVN: r64185
2003-03-11return-type-3.c: New test.Steven Bosscher2-0/+18
2003-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl> * gcc.dg/return-type-3.c: New test. From-SVN: r64181
2003-03-11cris.md: Remove lingering EGCS reference.Hans-Peter Nilsson4-56/+81
* config/cris/cris.md: Remove lingering EGCS reference. ("*extopqihi_side_biap"): For HI operation, match cris_additive_operand_extend_operator, not cris_operand_extend_operator. Adjust condition. ("*extopqihi_side", "*extopqihi"): Ditto. ("*extopqisi_side_biap"): Correct operand numbers in condition. ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto. ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto. ("*extophisi_swap"): Ditto. ("*extopqihi_swap_side_biap"): For HI operation, match a simple PLUS, not cris_operand_extend_operator. Adjust condition and output template. ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto. * config/cris/cris.h (PREDICATE_CODES): Add cris_additive_operand_extend_operator. * config/cris/cris.c (cris_additive_operand_extend_operator): New predicate. From-SVN: r64174
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell5-83/+132
PR c++/8700 * call.c (convert_class_to_reference): Adjust usage of splice_viable. (any_viable): Remove. (splice_viable): Combine with any_viable. (print_z_candidates): Avoid printing duplicates. (build_user_type_conversion_1): Adjust usage of splice_viable. (build_new_function_call): Likewise. (build_operator_new_call): Likewise. (build_object_call): Likewise. (build_conditional_expr): Likewise. (build_new_op): Likewise. (build_new_method_call): Likewise. (joust): Remove spurious comment. * cp-tree.h (DECL_FRIENDLIST): Correct documentation. * decl2.c (arg_assoc_class): Simplify. * friend.c (add_friend): Likewise. From-SVN: r64173