1. 25 Nov, 2004 37 commits
  2. 24 Nov, 2004 3 commits
    • i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): Remove. · a312d1f1
      	* config/i386/i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): Remove.
      	* config/i386/i386.c (i386_dwarf_output_addr_const): Likewise.
      	* config/i386/i386-protos.h (i386_dwarf_output_addr_const):
      	Likewise.
      
      From-SVN: r91255
      Ben Elliston committed
    • re PR c++/17473 (typedef redefinition in struct is accepted) · 9306cccb
      	PR c++/17473
      	* name-lookup.c (supplement_binding): Do not allow typedefs to be
      	redefined in class scope.
      
      	PR c++/18285
      	* parser.c (cp_parser_set_decl_type_spec): Do not try to allow
      	redefinitions of builtin types other that "bool" or "wchar_t".
      
      	PR c++/17473
      	* g++.dg/tc1/dr56.C: Remove.
      	* g++.dg/template/typedef1.C: Add dg-error markers.
      	* g++.old-deja/g++.other/typedef7.C: Likewise.
      
      	PR c++/18285
      	* g++.dg/parse/typedef7.C: New test.
      
      From-SVN: r91254
      Mark Mitchell committed
    • Makefile.am: Define ACLOCAL_AMFLAGS. · b7392506
      2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define ACLOCAL_AMFLAGS.
      	* acinclude.m4: Remove.
      	* aclocal.m4, configure, Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Likewise.
      
      From-SVN: r91209
      Kelley Cook committed