1. 17 Mar, 2000 8 commits
    • typeck.c (require_complete_type): Don't assume size_zero_node. · 66cc4757
      	* typeck.c (require_complete_type): Don't assume size_zero_node.
      	(complete_type_or_else): Likewise.
      
      From-SVN: r32605
      Nathan Sidwell committed
    • call.c (special_function_p): It is only malloc if it returns Pmode. · 91d024d5
      	* call.c (special_function_p): It is only malloc if it returns
      	Pmode.
      
      From-SVN: r32604
      Martin v. Löwis committed
    • Daily bump. · 9dd8851b
      From-SVN: r32603
      Jeff Law committed
    • c4x.h (ASM_SPEC, [...]): Support C33. · eda45b64
      	* config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
      	(C33_FLAG, TARGET_C3X): Add macros.
      	(TARGET_SWITCHES): Add -m33 option.
      	* config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
      
      From-SVN: r32602
      Michael Hayes committed
    • c4x.h (PARALLEL_INSN_FLAG): Add. · 01dc05dd
      	* config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
      	(PARALLEL_PACK_FLAG): Delete.
      	(TARGET_SWITCHES): Update.
      	(TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
      
      From-SVN: r32601
      Michael Hayes committed
    • tweak comment · 1bed2b5e
      From-SVN: r32600
      Jason Merrill committed
    • rtti.c (build_dynamic_cast_1): Improve diagnostics. · 64b83f2a
              * rtti.c (build_dynamic_cast_1): Improve diagnostics.
      
      Co-Authored-By: Jason Merrill <jason@casey.cygnus.com>
      
      From-SVN: r32599
      Steven Grady committed
    • Color.java: New file. · d05165c3
      	* java/awt/Color.java: New file.
      	* java/awt/Graphics.java: New file.
      	* java/awt/Image.java: New file.
      	* java/awt/Paint.java: New file.
      	* java/awt/PaintContext.java: New file.
      	* java/awt/Transparency.java: New file.
      	* java/util/Collection.java: New file.
      	* java/util/Comparator.java: New file.
      	* java/util/Iterator.java: New file.
      	* java/util/List.java: New file.
      	* java/util/ListIterator.java: New file.
      	* Makefile.am: Added above new files.
      	* Makefile.in: Rebuilt.
      
      	* java/awt/Font.java (PLAIN): New field.
      	(BOLD): New field.
      	(ITALIC): New field.
      	(ROMAN_BASELINE): New field.
      	(CENTER_BASELINE): New field.
      	(HANGING_BASELINE): New field.
      	(name): New field.
      	(style): New field.
      	(size): New field.
      	(pointSize): New field.
      	(Font): Implemented constructor.
      	(isPlain): Implemented method.
      	(isBold): Implemented method.
      	(isItalic): Implemented method.
      	(getName): Implemented method.
      	(getStyle): Implemented method.
      	(getSize): Implemented method.
      	(getSize2D): Implemented method.
      	(decode): Stubbed.
      	* java/awt/Frame.java (getFont): Stubbed.
      	(postEvent): Stubbed.
      	(remove): Stubbed.
      	* java/awt/Menu.java (postEvent): Stubbed.
      	* java/awt/MenuBar.java (getFont): Stubbed.
      	(postEvent): Stubbed.
      	* java/awt/Toolkit.java (getImage): Added abstract method.
      
      From-SVN: r32598
      Warren Levy committed
  2. 16 Mar, 2000 23 commits
  3. 15 Mar, 2000 9 commits