- 01 Jul, 2002 8 commits
-
-
From-SVN: r55136
J"orn Rennecke committed -
* cpptrad.c (skip_whitespace): Pass pointer to prior char. testsuite: * gcc.dg/cpp/trad/escaped-nl.c: New test. From-SVN: r55135
Neil Booth committed -
From-SVN: r55134
Neil Booth committed -
From-SVN: r55133
Kaveh R. Ghazi committed -
From-SVN: r55132
GCC Administrator committed -
2002-06-30 Douglas Rupp <rupp@gnat.com> * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure. * Makefile.in (OUTPUT_OPTION): Use. From-SVN: r55127
Douglas B Rupp committed -
2002-06-29 T.J. Mather <tjmather@maxmind.com> * gcj.texi: Fixed gcj invocation example so that it compiles. From-SVN: r55126
T.J. Mather committed -
2002-06-30 Devang Patel <dpatel@apple.com> * objc/objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only. 2002-06-30 Devang Patel <dpatel@apple.com> * objc.dg/fsyntax-only.m: New test. From-SVN: r55125
Devang Patel committed
-
- 30 Jun, 2002 9 commits
-
-
* cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... (CPTI_TYPE_INFO_PTR_TYPE): ... this. (tinfo_decl_type): Replace with ... (type_info_ptr_type): ... this. (import_export_tinfo): Declare. (tinfo_decl_p): Rename to ... (unemitted_tinfo_decl_p): ... this. * decl2.c (import_export_decl): Break out tinfo handling into ... (import_export_tinfo): ... here. New function. (finish_file): Adjust. * rtti.c (TINFO_REAL_NAME): New macro. (init_rtti_processing): Create the tinfo types. (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr. (get_tinfo_decl): Adjust. (get_tinfo_ptr): New function. (get_type_id): Use it. (tinfo_base_init): Create vtable decl here, if it doesn't exist. (ptr_initializer): Use get_tinfo_ptr. (ptm_initializer): Likewise. (synthesize_tinfo_var): Break into ... (get_pseudo_ti_init): ... this. Just create the initializer. (get_pseudo_ti_desc): .. and this. (create_real_tinfo_var): Remove. (create_pseudo_type_info): Don't create the vtable decl here. (get_vmi_pseudo_type_info): Remove. (create_tinfo_types): Adjust. (tinfo_decl_p): Rename to ... (unemitted_tinfo_decl_p): ... here. Adjust. (emit_tinfo_decl): Adjust. Create the initializer. From-SVN: r55124
Nathan Sidwell committed -
* doc/extend.texi: Add ip2k port to description of attribute naked. * doc/install.texi (Specific): Add ip2k description. * doc/install-old.texi (Configurations): Add ip2k to possible cpu types. * doc/md.texi: Document ip2k constraints. * config/ip2k/crt0.S: New file. * config/ip2k/ip2k-protos.h: New file. * config/ip2k/ip2k.c: New file. * config/ip2k/ip2k.h: New file. * config/ip2k/ip2k.md: New file. * config/ip2k/libgcc.S: New file. * config/ip2k/t-ip2k: New file. Co-Authored-By: Alan Lehotsky <apl@alum.mit.edu> Co-Authored-By: Bernd Schmidt <bernds@redhat.com> Co-Authored-By: Dave Hudson <dave.hudson@ubicom.com> Co-Authored-By: Frank Ch. Eigler <fche@redhat.com> Co-Authored-By: Graham Stott <grahams@redhat.com> Co-Authored-By: Jeff Johnston <jjohnstn@redhat.com> Co-Authored-By: Matthew Green <mrg@redhat.com> Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r55122
Denis Chertykov committed -
* config/mmix/mmix.md ("return"): New pattern. * config/mmix/mmix.h (TARGET_MASK_USE_RETURN_INSN) (TARGET_USE_RETURN_INSN): New macros. (TARGET_DEFAULT): Include TARGET_MASK_USE_RETURN_INSN. (TARGET_SWITCHES): Add -msingle-exit and -mno-single-exit. * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Fix spacing. (MMIX_POP_ARGUMENT): New macro. (mmix_target_asm_function_prologue): When no epilogue is executed, just emit a blank line. Use MMIX_POP_ARGUMENT with final POP insn. (mmix_print_operand) <case '.'>: New case. (mmix_print_operand_punct_valid_p): Match '.'. (mmix_use_simple_return): New function. * config/mmix/mmix-protos.h (mmix_use_simple_return): Prototype. * doc/invoke.texi (Option Summary) <MMIX Summary>: Add -msingle-exit, -mno-single-exit. (MMIX Options): Ditto. From-SVN: r55121
Hans-Peter Nilsson committed -
2002-06-30 Aldy Hernandez <aldyh@redhat.com> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix typos. From-SVN: r55120
Aldy Hernandez committed -
From-SVN: r55119
Kaveh R. Ghazi committed -
From-SVN: r55117
GCC Administrator committed -
From-SVN: r55111
Alan Modra committed -
* config/rs6000/rs6000.md (ctrdi): Allocate pseudo for FPR constraint in define_expand, not splitter. Formatting. From-SVN: r55110
David Edelsohn committed -
2002-06-29 Aldy Hernandez <aldyh@redhat.com> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of build_function_type. * config/ia64/ia64.c (ia64_init_builtins): Same. * config/alpha/alpha.c (alpha_init_builtins): Same. * config/rs6000/rs6000.c (altivec_init_builtins): Same. * config/arm/arm.c (arm_init_builtins): Same. * tree.h: Add build_function_type_list prototype. * tree.c (build_function_type_list): New. From-SVN: r55109
Aldy Hernandez committed
-
- 29 Jun, 2002 9 commits
-
-
From-SVN: r55107
Kaveh R. Ghazi committed -
2002-06-28 Aaron Lehmann <aaronl@vitelus.com> * fold-cont.c: Remove unused CHARMASK. From-SVN: r55106
Aaron Lehmann committed -
From-SVN: r55104
Hans Boehm committed -
PR preprocessor/7150 * cppmain.c (scan_translation_unit_trad): Simplify. * cpplib.c (cpp_scan_nooutput): Handle traditional case. From-SVN: r55102
Neil Booth committed -
* config/i386/crtdll.h: Define EXTRA_OS_CPP_BUILTINS. Don't use CPP_PREDEFINES. * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): New. Used TARGET_OS_CPP_BUILTINS in preference to CPP_PREDEFINES. * config/i386/djgpp.h, config/i386/i386-coff.h, config/i386/i386-interix.h, config/i386/i386-interix3.h, config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h, config/i386/openbsd.h, config/i386/ptx4-i.h, config/i386/sysv3.h, config/i386/uwin.h: Similarly. From-SVN: r55101
Neil Booth committed -
From-SVN: r55100
GCC Administrator committed -
* c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and flag_inline_trees to enable inlining. From-SVN: r55091
Herman A.J. ten Brugge committed -
2002-06-28 Phil Edwards <pme@gcc.gnu.org> PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161 * include/std/std_queue.h: Include deque.tcc, vector.tcc. * include/std/std_stack.h: Include deque.tcc. * testsuite/23_containers/adaptors.cc: New file. From-SVN: r55090
Phil Edwards committed -
configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs... 2002-06-28 Phil Edwards <pme@gcc.gnu.org> * configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. * configure: Regenerate. From-SVN: r55088
Phil Edwards committed
-
- 28 Jun, 2002 14 commits
-
-
From-SVN: r55087
Jan Hubicka committed -
* combine.c (combine_simplify_rtx): Pass the mode of the shift count, not the shift operation when trying to simplify a shift on a SHIFT_COUNT_TRUNCATED target. From-SVN: r55085
Stephen Clarke committed -
* config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint to avoid the auto increment addressing modes. ("*subsi3"): Likewise. (split for add/sub on address): For 68HC12 push the value on the stack and do the operation with a pop. From-SVN: r55083
Stephane Carrez committed -
2002-06-28 Graham Stott <graham.stott@btinternet.com> * MAINTAINERS: Update my email address. From-SVN: r55082
Graham Stott committed -
From-SVN: r55081
Graham Stott committed -
* config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Define. * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options): Declare. * config/m68hc11/m68hc11.c (m68hc11_optimization_options): New, do not reorder basic blocks at the end when optimizing for size. From-SVN: r55079
Stephane Carrez committed -
* cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define handler... (do_define): ...here. (lex_macro_node): No longer a need to check for comments here. From-SVN: r55077
Neil Booth committed -
* config/m68hc11/m68hc11.c (autoinc_mode): New function. (m68hc11_make_autoinc_notes): New function. (m68hc11_split_move): Be very cautious when spliting a move with auto increment/decrement modes because this may result in incompatible directions; add REG_INC notes to the resulting insn for CSE reg. From-SVN: r55076
Stephane Carrez committed -
2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Mention 2 Gbyte limit on 32-bit targets for arrays explicitly in news on g77-3.1. From-SVN: r55075
Toon Moene committed -
* config/m68hc11/m68hc11.c (register_indirect_p): For 68HC12 a constant can be a valid address. From-SVN: r55073
Stephane Carrez committed -
From-SVN: r55071
Aldy Hernandez committed -
From-SVN: r55070
Aldy Hernandez committed -
2002-06-28 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c: Remove unusued variables from last patch. From-SVN: r55069
Aldy Hernandez committed -
2002-06-27 Aldy Hernandez <aldyh@redhat.com> Revert: * config/rs6000/rs6000.c (rs6000_override_options): Move *SUBTARGET_OVERRIDE_OPTIONS before the -m options. From-SVN: r55068
Aldy Hernandez committed
-