1. 01 Mar, 2002 10 commits
  2. 28 Feb, 2002 22 commits
  3. 27 Feb, 2002 8 commits
    • c-typeck.c (digest_init): Remove unused parameter; all callers changed. · 273cf2e4
      	* c-typeck.c (digest_init): Remove unused parameter; all
      	callers changed.
      
      From-SVN: r50118
      Zack Weinberg committed
    • * gcc.c-torture/execute/20020227-1.c: New test. · ffde6675
      From-SVN: r50117
      Hans-Peter Nilsson committed
    • * gcc.c-torture/execute/20020227-1.c: New test. · f086058e
      From-SVN: r50116
      Hans-Peter Nilsson committed
    • visibility13.C: Remove "instantiated from here" ERROR lines. · 16d3e075
      	* g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
      	here" ERROR lines.
      	* g++.old-deja/g++.oliva/partord1.C: Likewise.
      	* g++.old-deja.g++.other/defarg1.C: Likewise.
      	* g++.old-deja/g++.pt/calls2.C: Likewise.
      	* g++.old-deja/g++.pt/crash20.C: Likewise.
      	* g++.old-deja/g++.pt/crash30.C: Likewise.
      	* g++.old-deja/g++.pt/crash36.C: Likewise.
      	* g++.old-deja/g++.pt/crash6.C: Likewise.
      	* g++.old-deja/g++.pt/defarg13.C: Likewise.
      	* g++.old-deja/g++.pt/derived3.C: Likewise.
      	* g++.old-deja/g++.pt/error1.C: Likewise.
      	* g++.old-deja/g++.pt/friend21.C: Likewise.
      	* g++.old-deja/g++.pt/friend23.C: Likewise.
      	* g++.old-deja/g++.pt/infinite1.C: Likewise.
      	* g++.old-deja/g++.robertl/eb128.C: Likewise.
      
      From-SVN: r50115
      Mark Mitchell committed
    • Index: ChangeLog · 4e07d762
      	* expmed.c (expand_shift): Correctly test for low part of a
      	subreg.
      
      Index: testsuite/ChangeLog
      
      	* gcc.c-torture/execute/20020225-2.c: New test.
      
      From-SVN: r50114
      Geoffrey Keating committed
    • s390.c (s390_chunkify_pool): Do not confuse insn UIDs with insn addresses. · 6bc627b3
      	* config/s390/s390.c (s390_chunkify_pool): Do not confuse
      	insn UIDs with insn addresses.
      
      From-SVN: r50112
      Ulrich Weigand committed
    • ios_manip_basefield.cc (test01): Fix for 64 bit machines. · bded68b1
      2002-02-27  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/27_io/ios_manip_basefield.cc (test01):
      	Fix for 64 bit machines.
      
      From-SVN: r50111
      Paolo Carlini committed
    • c-common.c, [...]: Delete code implementing -traditional mode. · f458d1d5
      	* c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
      	c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
      	cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
      	builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
      	gcc.c, toplev.c: Delete code implementing -traditional mode.
      
      	* ada/misc.c, ch/ch-tree.h, ch/decl.c, cp/decl2.c, f/com.c,
      	f/lex.c, f/top.c, java/builtins.c, java/decl.c: Delete
      	traditional-mode-related code copied from the C front end
      	but not used, or used only to permit the compiler to link.
      
      	* doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
      	doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
      	Document removal of -traditional mode for compilation, and
      	remove documentation only relevant to that mode.
      
      	* config/nextstep.h, config/ptx4.h, config/svr4.h,
      	config/convex/convex.h, config/d30v/d30v.h,
      	config/i386/dgux.h, config/i386/osf1elf.h,
      	config/i386/osfelf.h, config/i386/osfrose.h,
      	config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
      	config/m68k/hp310.h, config/m88k/dgux.h,
      	config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
      	config/m88k/m88k.h, config/m88k/openbsd.h,
      	config/mips/abi64.h, config/mips/osfrose.h,
      	config/mips/svr4-5.h, config/mips/svr4-t.h,
      	config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
      	config/stormy16/stormy16.h: Remove all references to
      	-traditional from target specs.  Delete all mention of the
      	no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
      	delete a couple of commented-out definitions of
      	DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
      	to -traditional.
      
      	* system.h: Poison TRADITIONAL_RETURN_FLOAT.
      	* doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
      
      	* testsuite/gcc.c-torture/execute/920730-1t.c,
      	testsuite/gcc.c-torture/execute/920730-1t.x,
      	testsuite/gcc.dg/ext-glob.c: Delete test cases, only relevant
      	to -traditional.
      
      From-SVN: r50110
      Zack Weinberg committed