- 07 Jun, 2002 18 commits
-
-
* cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entries. (parse_option): Clarify comment. (cpp_handle_option): Remove 'ignore' parameter and OPT_W special case. Replace if/strcmp chain for -W options with use of new OPT_* entries for them. (cpp_handle_options): Update to match. * cpplib.h: Remove last parameter to cpp_handle_option from prototype. * c-decl.c, cp/decl2.c: Update call to cpp_handle_option. From-SVN: r54352
Zack Weinberg committed -
* src/locale-inst.cc (__codecvt_abstract_base): Put inside _GLIBCPP_USE_WCHAR_T ifdef. * include/bits/istream.tcc (basic_istream): Ditto. (ws) Ditto. (operator>>) Ditto. * include/bits/ostream.tcc (basic_ostream): Ditto. (endl): Ditto. (ends): Ditto. (flush): Ditto. (operator<<): Ditto. From-SVN: r54351
Steve Ellcey committed -
From-SVN: r54350
Jason Merrill committed -
2002-06-07 Phil Edwards <pme@gcc.gnu.org> * mkcheck.in: Link against local testsuite library. * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Move null implementation out... * testsuite/testsuite_hooks.cc: ...to here. From-SVN: r54349
Phil Edwards committed -
2002-06-07 Akim Demaille <akim@epita.fr> * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action. Whitespace changes. From-SVN: r54348
Akim Demaille committed -
* sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list on empty lists. From-SVN: r54347
Jeff Law committed -
From-SVN: r54346
Matt Kraai committed -
2002-06-07 H.J. Lu (hjl@gnu.org) * configure.in: Add --enable-__cxa_atexit. * configure: Regenerated. * config.in: Likewise. * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if not defined. 2002-06-07 H.J. Lu (hjl@gnu.org) * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT. From-SVN: r54345
H.J. Lu committed -
From-SVN: r54343
Gabriel Dos Reis committed -
From-SVN: r54342
Jakub Jelinek committed -
From-SVN: r54340
Jason Thorpe committed -
* cppexp.c (num_equality_op): Use a temporary variable to work around gcc 3.0.4 bug. From-SVN: r54339
Jason Merrill committed -
From-SVN: r54337
Gabriel Dos Reis committed -
From-SVN: r54336
GCC Administrator committed -
* cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN, scan_parameters, save_replacement_text, replacement_length): New. (scan_out_logical_line): Take a macro and save parameters if non-NULL. (_cpp_logical_line_trad): Update. (_cpp_create_trad_definition): Update to handle function-like macros. * cpplex.c (new_buff): Update. (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move... * cpphash.h: ...here. (CPP_ALIGN2, _cpp_save_parameter): New. * cppmacro.c (save_parameter): Rename, export. (parse_params): Update. From-SVN: r54331
Neil Booth committed -
* config/mmix/mmix.c: Remove extra broken prototype for mmix_init_machine_status. From-SVN: r54330
Andreas Jaeger committed -
From-SVN: r54329
Geoffrey Keating committed -
* config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32 from and add t-sh64 to ${tmake_file}. (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}. * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove. * config/sh/t-netbsd-sh5-32: Remove. * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use MULTILIB_ENDIAN. (MULTILIB_DIRNAMES): Define. From-SVN: r54328
Jason Thorpe committed
-
- 06 Jun, 2002 20 commits
-
-
i386.md (and promoting splitters): Disable QI to SImode promoting when doing so changes immediate to be 32bit. * i386.md (and promoting splitters): Disable QI to SImode promoting when doing so changes immediate to be 32bit. * rtl.h (emit_*_scope): Declare. * emit-rtl.c (emit_*_scope): New global functions. (try_split): Copy scope. * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants, noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith, noce_try_minmax, noce_try_abs, noce_process_if_block, find_cond_trap): Copy scopes. * recog.c (peephole2_optimize): likewise. From-SVN: r54327
Jan Hubicka committed -
From-SVN: r54323
Jeff Law committed -
2002-06-06 Adam Megacz <adam@xwt.org> * java/io/natFileDescriptorWin32.cc (open): Disable Win32 file locking, just like the Sun JVM does. From-SVN: r54322
Adam Megacz committed -
From-SVN: r54321
J"orn Rennecke committed -
* Makefile.in (TEXI_GCCINSTALL_FILES): Define. ($(docdir)/gccinstall.info): New target. (info): Depend on it. (gccinstall.dvi): New target. (dvi): Depend on it. * doc/.cvsignore: Ignore new info files. * doc/install.texi (@setfilename): Reflect new info filename. From-SVN: r54319
Rainer Orth committed -
* sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P on an UNSPEC. From-SVN: r54318
J"orn Rennecke committed -
From-SVN: r54317
Ulrich Weigand committed -
* hashtab.h (htab): Rearrange new members for backward compatibility. (htab_create): Don't use a macro that requires other headers. From-SVN: r54316
DJ Delorie committed -
due to missing language hooks From-SVN: r54315
Nicola Pero committed -
and LANG_HOOKS_SAFE_FROM_P From-SVN: r54314
Nicola Pero committed -
From-SVN: r54311
Loren J. Rittle committed -
* src/Makefile.am (AUTOMAKE_OPTIONS): Use cygnus-style generation. * include/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * src/Makefile.in: Regenerate (explicitly with --cygnus option). * testsuite/Makefile.in: Likewise. From-SVN: r54310
Loren J. Rittle committed -
From-SVN: r54309
GCC Administrator committed -
* emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New functions. * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare. * avr/avr.c (avr_output_function_epilogue): Use above to determine function size. * pa/pa.c (pa_output_function_prologue): Likewise. From-SVN: r54304
John David Anglin committed -
2002-06-05 David S. Miller <davem@redhat.com> * integrate.c (subst_constants): Handle 'B' RTL format. From-SVN: r54302
David S. Miller committed -
Index: include/ChangeLog * hashtab.h (htab_create): Restore prototype for backward compatibility. (htab_try_create): Likewise. Index: libiberty/ChangeLog * hashtab.c (htab_create): New stub function for backward compatibility. (htab_try_create): Likewise. From-SVN: r54300
Geoffrey Keating committed -
From-SVN: r54299
Gabriel Dos Reis committed -
2002-06-05 Eric Christopher <echristo@redhat.com> * varasm.c (make_decl_rtl): Fix comment for removed halfpic.c. From-SVN: r54298
Eric Christopher committed -
2002-06-05 Eric Christopher <echristo@redhat.com> * Makefile.in: Remove missed halfpic bits. From-SVN: r54297
Eric Christopher committed -
2002-06-05 Eric Christopher <echristo@redhat.com> * toplev.c: Remove half-pic. * config/mips/mips.c: Ditto. * config/mips/mips.h: Ditto. Remove unused defines. * config/mips/openbsd.h: Update comment to reflect above. * config/mips/mips.md: Remove half-pic constraints. * halfpic.h: Delete. * halfpic.c: Ditto. From-SVN: r54296
Eric Christopher committed
-
- 05 Jun, 2002 2 commits
-
-
2002-06-05 H.J. Lu (hjl@gnu.org) * Makefile.am (libgcj_convenience.la): Revert the last change. (libgcj.la): Likewise. * Makefile.in: Regenerated. From-SVN: r54295
H.J. Lu committed -
* pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it rejects (mem (lo_sum (reg) (unspec))), but will allow (mem (lo_sum (reg) (symbol_ref)) for PA2.0. From-SVN: r54294
Jeff Law committed
-