1. 06 Dec, 2003 8 commits
    • Makefile.in (program_transform_cross_name): Delete. · 439020ec
      gcc/
      2003-12-05  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.in (program_transform_cross_name): Delete.
      	(GCC_CROSS_NAME, CPP_CROSS_NAME): Delete.
      	(PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Delete.
      	(AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Adjust for above.
      	(install_cpp, install_driver, install-man, uninstall): Likewise.
      
      gcc/cp
      2003-12-05  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (GXX_CROSS_NAME, CXX_CROSS_NAME): Delete.
      	(c++.install_common, cp/g++.1, c++.install-man): Adjust for above.
      	(c++.uninstall): Likewise.
      
      gcc/f
      2003-12-05  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (G77_CROSS_NAME): Delete.
      	(g77.install_common, g77.install-man, g77.uninstall): Adjust for above.
      
      gcc/java
      2003-12-05  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (GCJ_CROSS_NAME): Delete.
      	(java.install_common, java.install-man): Adjust for above.
      	(java.uninstall): Likewise.
      
      From-SVN: r74365
      Kelley Cook committed
    • re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc) · df2ef49b
      	PR 13169
      	* basic-block.h (PROP_ASM_SCAN): Define.
      	* final.c (regs_asm_clobbered): New array.
      	* regs.h (regs_asm_clobbered): Declare.
      	* flow.c (life_analysis): Init it.
      	(mark_set_regs): Set PROP_ASM_SCAN for asms.
      	(mark_set_1): Set regs_asm_clobbered.
      	* global.c (global_alloc): Don't set eliminable_regset when
      	regs_asm_clobbered.
      
      From-SVN: r74363
      Alan Modra committed
    • Attribute.java, [...]: Import used classes explicitely. · 929a3294
      2003-12-06  Michael Koch  <konqueror@gmx.de>
      
      	* javax/naming/directory/Attribute.java,
      	javax/naming/directory/Attributes.java,
      	javax/naming/directory/DirContext.java,
      	javax/naming/directory/InitialDirContext.java,
      	javax/naming/directory/SearchResult.java,
      	javax/naming/event/EventContext.java,
      	javax/naming/event/NamingEvent.java,
      	javax/naming/event/NamingExceptionEvent.java,
      	javax/naming/ldap/ControlFactory.java,
      	javax/naming/ldap/ExtendedRequest.java,
      	javax/naming/ldap/HasControls.java,
      	javax/naming/ldap/InitialLdapContext.java,
      	javax/naming/ldap/LdapContext.java,
      	javax/naming/ldap/LdapReferralException.java,
      	javax/naming/ldap/UnsolicitedNotification.java,
      	javax/naming/ldap/UnsolicitedNotificationListener.java,
      	javax/naming/spi/DirObjectFactory.java,
      	javax/naming/spi/DirStateFactory.java,
      	javax/naming/spi/DirectoryManager.java,
      	javax/naming/spi/NamingManager.java,
      	javax/naming/spi/ObjectFactoryBuilder.java,
      	javax/naming/spi/ResolveResult.java,
      	javax/naming/spi/Resolver.java,
      	javax/naming/spi/StateFactory.java:
      	Import used classes explicitely.
      
      From-SVN: r74362
      Michael Koch committed
    • re PR c++/13305 (Parser error with 'class __attribute__((dllimport)) Foo;' type specifier) · 360d1b99
      	PR c++/13305
      	* parser.c (cp_parser_elaborated_type_specifier): Accept
      	attributes.
      
      	PR c++/13305
      	* g++.dg/ext/attrib9.C: New test.
      
      From-SVN: r74361
      Mark Mitchell committed
    • * config/ia64/ia64.h (MUST_PASS_IN_STACK): Define. · 3b099d37
      From-SVN: r74360
      Mark Mitchell committed
    • re PR c++/13314 (ICE when omitting template parameter of a sub-class) · eeb23c11
      	PR c++/13314
      	* emit-rtl.c (set_mem_attributes_minus_bitpos): Robustify.
      
      	PR c++/13314
      	* parser.c (cp_parser_class_specifier): Match push_scope/pop_scope
      	calls.
      	(cp_parser_class_head): Likewise.
      
      	PR c++/13314
      	* g++.dg/template/error7.C: New test.
      
      From-SVN: r74359
      Mark Mitchell committed
    • re PR driver/13211 (using -###, warns about unused linker file) · 6a40fb21
      2003-12-05  Andrew Pinski <pinskia@physics.uc.edu>
      
              PR driver/13211
              * gcc.c (execute) Increment execution_count when returning
              early because verbose_only_flag is true.
      
      From-SVN: r74356
      Andrew Pinski committed
    • Daily bump. · 1c9ca54d
      From-SVN: r74354
      GCC Administrator committed
  2. 05 Dec, 2003 32 commits