- 27 Mar, 2002 4 commits
-
-
From-SVN: r51424
Richard Henderson committed -
* gcc.dg/20020312-2.c: Don't test epilogue vs global register on sparc. From-SVN: r51422
Richard Henderson committed -
* gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on sparcv9 systems. * gcc.dg/20001102-1.c: Likewise. From-SVN: r51420
Richard Henderson committed -
* config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define. * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef. * config/sparc/linux.h, config/sparc/linux64.h: Likewise. * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine. (WINT_TYPE_SIZE): Fix at 32. From-SVN: r51418
Richard Henderson committed
-
- 26 Mar, 2002 34 commits
-
-
2002-03-26 H.J. Lu (hjl@gnu.org) * config.table: Support --with-build-subdir. * configure.in: Likewise. * configure: Rebuild. From-SVN: r51416
H.J. Lu committed -
From-SVN: r51415
Hans Boehm committed -
toplev.c (rest_of_compilation): Delay emit_initial_value_sets until after eh landing pad generation. * toplev.c (rest_of_compilation): Delay emit_initial_value_sets until after eh landing pad generation. * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof. * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs. From-SVN: r51411
Richard Henderson committed -
2002-03-26 Phil Edwards <pme@gcc.gnu.org> * gcc.dg/cpp/endif-pedantic1.c, gcc.dg/cpp/endif-pedantic2.c: New tests. From-SVN: r51410
Phil Edwards committed -
From-SVN: r51409
Richard Henderson committed -
2002-03-26 Phil Edwards <pme@gcc.gnu.org> * gcc.c (cpp_options): Preserve relative ordering of -pedantic and warning switches. (cc1_options): Likewise. From-SVN: r51408
Phil Edwards committed -
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Restore more of the signal context. Set no_reg_stack_frame. * config/ia64/unwind-ia64.c (unw_state_record): Add no_reg_stack_frame, comments. (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER. (uw_update_context): Adjust bsp when unwinding from leaf, but not signal frame. From-SVN: r51407
Hans Boehm committed -
From-SVN: r51406
Geert Bosch committed -
* libjava.mauve/mauve.exp (test_mauve): Use correct stderr redirection code. From-SVN: r51405
Tom Tromey committed -
From-SVN: r51402
David Edelsohn committed -
From-SVN: r51400
Bob Wilson committed -
Fix for PR java/5942: * parse.y (init_src_parse): Added sanity check. * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12 elements, not 11. From-SVN: r51398
Tom Tromey committed -
PR c++/4884. * init.c (build_new_1): Allow for the fact the result of build_function_call may be a COMPOUND_EXPR. * g++.dg/init/new1.C: New test. From-SVN: r51396
Mark Mitchell committed -
cp: PR c++/5682 * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better. (dfs_skip_nonprimary_vbases_unmarkedp): Remove. (dfs_skip_nonprimary_vbases_markedp): Remove. * search.c (get_shared_vbase_if_not_primary): Remove. (dfs_skip_nonprimary_vbases_unmarkedp): Remove. (dfs_skip_nonprimary_vbases_markedp): Remove. (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo. (dfs_marked_real_bases_queue_p): Likewise. testsuite: * g++.dg/abi/vbase9.C: New test. From-SVN: r51392
Nathan Sidwell committed -
From-SVN: r51390
Richard Earnshaw committed -
PR target/5621 * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999: "Add a pool_range attribute", which was lost during the ARM/Thumb merge. From-SVN: r51389
Richard Earnshaw committed -
* config/xtensa/xtensa.c (xtensa_valid_move): Allow move from a register into the MAC16 accumulator. From-SVN: r51388
Bob Wilson committed -
Fix PR c/5044. From-SVN: r51386
Andrew Cagney committed -
(reload_mulsi_compare0_scratch, reload_muladdsi_compare0) (reload_muladdsi_compare0_scratch): Delete. From-SVN: r51385
Richard Earnshaw committed -
From-SVN: r51384
Loren J. Rittle committed -
From-SVN: r51383
Loren J. Rittle committed -
* config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK types from the normal argument frame. From-SVN: r51380
Richard Henderson committed -
* expr.h (ADD_PARM_SIZE): Cast INC to ssizetype. (SUB_PARM_SIZE): Cast DEC to ssizetype. From-SVN: r51379
Richard Henderson committed -
* config/sparc/sparc.c (function_arg_pass_by_reference): Pass variable sized objects by reference. (sparc_va_arg): Receive them by reference too. From-SVN: r51378
Richard Henderson committed -
* gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized structure. From-SVN: r51376
Richard Henderson committed -
* config/s390/s390.c (s390_emit_epilogue): Change epilogue code to not restoring global registers. From-SVN: r51374
Hartmut Penner committed -
From-SVN: r51373
GCC Administrator committed -
* Makefile.in (ggc-common.o): Update. * c-decl.c (lang_mark_tree): Rename c_mark_tree. * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine. * c-tree.h (c_mark_tree): New. * ggc-common.c: Include langhooks.h. (gcc_mark_trees): Use new langhook. * ggc-callbacks.c: Delete file. * ggc.h (lang_mark_tree): Remove. * langhooks-def.h (LANG_HOOKS_MARK_TREE): New. (LANG_HOOKS_INITIALIZER): Update. * langhooks.h (struct lang_hooks): New hook. ada: * misc.c (LANG_HOOKS_MARK_TREE): Redefine. (lang_mark_tree): Make static, rename. cp: * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine. * cp-tree.h (cxx_mark_tree): New. * decl.c (lang_mark_tree): Rename cxx_mark_tree. f: * com.c (LANG_HOOKS_MARK_TREE): Redefine. (lang_mark_tree): Rename ffe_mark_tree, make static. java: * decl.c (lang_mark_tree): Rename java_mark_tree. * java-tree.h (java_mark_tree): New. * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine. objc: * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine. From-SVN: r51369
Neil Booth committed -
* configure.in, configure: enable dwarf2-exception-style exception handling on IA-64. * include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64. (INIT_SEGV, INIT_FPE): Use __libc_sigaction instead of syscall. Add FIXME comment. From-SVN: r51367
Andrew Haley committed -
* doc/cpp.texi: Exclude entire Top node from printed manual. Move option index after directive index. Insert page breaks before GFDL and concept index. Index environment variables with command line options. * doc/cppenv.texi: Use @vtable for environment variable list. Add paragraph explaining semantics of empty elements in path variables. Exclude a cross-reference to Fishkill from the manpage. Remove an unnecessary cross-reference of the entry right above the referer. Don't use @anchor in text that goes into manpage. * doc/cppopts.texi: Cross-reference the environment variables section, not the specific environment variable, for consistency. From-SVN: r51365
Zack Weinberg committed -
From-SVN: r51364
Zack Weinberg committed -
* Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS. (jv_convert_LDFLAGS): Likewise. (gij_LDFLAGS): Likewise. (rmic_LDFLAGS): Likewise. (rmiregistry_LDFLAGS): Likewise. * configure.in (THREADLDFLAGS): New subst; set correctly for *BSD. From-SVN: r51363
Tom Tromey committed -
Richard Henderson <rth@redhat.com> * testsuite/22_locale/codecvt_members_unicode_char.cc (test01, test02): make sure that the i_lit_base array is sufficiently aligned. Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r51359
Paolo Carlini committed -
* recog.c (peephole2_optimize): Distribute EH_REGION -1 notes anywhere in the block. Don't refer to insns that have been removed from the chain. Iterate backward through the new insns. Don't refer to edges that have been removed. From-SVN: r51357
Richard Henderson committed
-
- 25 Mar, 2002 2 commits
-
-
2002-03-25 Benjamin Kosnik <bkoz@redhat.com> * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to _ctype_. From-SVN: r51354
Benjamin Kosnik committed -
* include/private/gcconfig.h: Change all likely references to linker script synthesized symbols to use this idiom: extern int etext[]; etext From-SVN: r51352
Loren J. Rittle committed
-