- 13 May, 1998 5 commits
-
-
flow.c (dump_flow_info): Also print number of sets and whether or not the pseudo is a user variable. * flow.c (dump_flow_info): Also print number of sets and whether or not the pseudo is a user variable. From-SVN: r19710
Michael Meissner committed -
From-SVN: r19709
Jeff Law committed -
* acconfig.h (ENABLE_CHECKING): Undefine. * configure.in (--enable-checking): New option. * flow.c (reg_n_max): New global variable. * regclass.c (allocate_reg_info): Keep reg_n_max up to date. Delete regno_max variable. * regs.h (REG_N_CHECK): Define. (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK. (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise. (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise. Co-Authored-By: Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de> From-SVN: r19708
Michael Meissner committed -
* Makefile.in (lex.o): Depend on output.h. * call.c (add_function_candidate): Remove unused variable `cand'. (add_conv_candidate): Likewise. (build_builtin_candidate): Likewise. * cp-tree.h: Add prototype for `types_overlap_p'. * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED. * decl2.c (merge_functions): Remove unused variables `tmp' and `tempn'. * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED. (code_as_string): Likewise. (language_as_string): Likewise. (parm_as_string): Likewise. (op_as_string): Likewise. (assop_as_string): Likewise. (cv_as_string): Likewise. * lex.c: Include output.h. * pt.c (type_unification): Cast first argument of `bzero' to a char*. * search.c (dfs_no_overlap_yet): Mark parameter `t' with ATTRIBUTE_UNUSED. * tinfo.cc (__class_type_info::dcast): Change the type of variable `i' from int to size_t. * typeck.c (language_lvalue_valid): Mark parameter `exp' with ATTRIBUTE_UNUSED. From-SVN: r19707
Kaveh R. Ghazi committed -
reload1.c (merge_assigned_reloads): Can merge RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even if... * reload1.c (merge_assigned_reloads): Can merge RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even if RELOAD_FOR_INPUT with the same reload_reg_rtx is present. From-SVN: r19706
J"orn Rennecke committed
-
- 12 May, 1998 12 commits
-
-
* error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOPE_P. (lang_decl_name): Likewise. * pt.c (tsubst_friend_function, tsubst): Likewise. * decl.c (pushdecl, redeclaration_error_message, start_decl, cp_finish_decl, start_function): Likewise. * class.c (finish_struct_1): Likewise. * call.c (build_over_call): Likewise. (compare_ics): Use DERIVED_FROM_P. From-SVN: r19705
Jason Merrill committed -
* collect2.c (main): Ignore do_collecting when COLLECT_EXPORT_LIST. From-SVN: r19704
Jim Wilson committed -
From-SVN: r19703
J"orn Rennecke committed -
* reload1.c (reload): Fix check for USEs to use code of pattern. (choose_reload_regs): Remove dead variable use_insn. From-SVN: r19702
J"orn Rennecke committed -
From-SVN: r19701
Jeffrey A Law committed -
From-SVN: r19700
Michael Meissner committed -
From-SVN: r19699
Klaus Kaempf committed -
From-SVN: r19698
Gavin Koch committed -
* config/mips/mips.md (dslot): Move after definition of "cpu" attribute. Handle r3900 case. From-SVN: r19697
Gavin Koch committed -
* system.h: Define the STRINGIFY macro here. * protoize.c: Not here. * gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro. From-SVN: r19696
Kaveh R. Ghazi committed -
* cp-tree.h (CANONICAL_TYPE_VARIANT): New macro. * method.c (build_mangled_name): Use it. (build_decl_overload_real): Likewise. From-SVN: r19695
Mark Mitchell committed -
* error.c (dump_simple_decl): New function, broken out from ... (dump_decl): Use it. From-SVN: r19694
Mark Mitchell committed
-
- 11 May, 1998 23 commits
-
-
From-SVN: r19693
Jeff Law committed -
varasm.c (assemble_variable): Compute the alignment of the data earlier so that both initialized and... * varasm.c (assemble_variable): Compute the alignment of the data earlier so that both initialized and uninitialized variables are effected by DATA_ALIGNMENT. * tm.texi (DATA_ALIGNMENT): Updated appropriately. From-SVN: r19692
John Wehle committed -
* mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. From-SVN: r19691
Jeff Law committed -
* mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. From-SVN: r19690
Jeff Law committed -
* mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. From-SVN: r19689
Jeff Law committed -
* mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. From-SVN: r19688
Jeff Law committed -
Thu Feb 12 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com> * getopt.h: Update to latest FSF version. Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com> * libiberty.h: Add extern "C" { so it can be used with C++ programs. Thu Aug 28 19:41:42 1997 Andrew Cagney <cagney@b1.cygnus.com> * libiberty.h (dupargv): Add prototype. Bring over from devo. From-SVN: r19687
Jeff Law committed -
* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32. Bring over from devo. From-SVN: r19686
Ian Lance Taylor committed -
Sat Apr 11 22:43:17 1998 J. Kean Johnston <jkj@sco.com> * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5. Thu Mar 26 01:54:25 1998 Geoffrey Noer <noer@cygnus.com> * mh-cygwin32: stop configuring and building dosrel. Bring over from devo. From-SVN: r19685
Jeff Law committed -
Tue Mar 24 10:13:07 1998 Jason Merrill <jason@yorick.cygnus.com> * std/bastring.cc (basic_string::copy): Mark const here, too. 1998-03-23 15:59 Ulrich Drepper <drepper@cygnus.com> * std/bastring.h (basic_string::copy): Mark copy function as const. Reported by Scott Schurr <scotts@ims.com>. Bring over from devo. From-SVN: r19684
Jeff Law committed -
� * mips.c: Prototype static functions. From-SVN: r19681
Jeff Law committed -
� * mips.c: Prototype static functions. From-SVN: r19680
Jeff Law committed -
From-SVN: r19679
Jeff Law committed -
From-SVN: r19678
Jeff Law committed -
* regmove.c (fixup_match_2, find_matches, regmove_profitable): Add explanatory comments. From-SVN: r19677
Jim Wilson committed -
From-SVN: r19676
Richard Henderson committed -
* sparc.h (SPARC_INCOMING_INT_ARG_FIRST): Support TARGET_FLAT. From-SVN: r19675
Jim Wilson committed -
From-SVN: r19674
Richard Henderson committed -
* varasm.c (make_decl_rtl): Disable April 1 change. From-SVN: r19673
Jim Wilson committed -
From-SVN: r19672
Jason Merrill committed -
From-SVN: r19671
Mark Mitchell committed -
From-SVN: r19670
Mark Mitchell committed -
From-SVN: r19669
Mark Mitchell committed
-