1. 16 Jan, 2003 4 commits
    • alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum; also check that GP is being used. · 77480b0b
              * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
              also check that GP is being used.
              (alpha_find_lo_sum_using_gp): New.
              (alpha_does_function_need_gp): Use get_attr_usegp.
              * config/alpha/alpha-protos.h: Update.
              * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
              as needed.
      
      From-SVN: r61376
      Richard Henderson committed
    • gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and… · a0134312
      gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and bypass_jumps flags...
      
      
      	* gcse.c (one_cprop_pass): Change function arguments to take both
      	cprop_jumps and bypass_jumps flags instead of just alter_jumps.
      	(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
      	(bypass_jumps): New function to perform separate jump bypassing pass.
      	* rtl.h (bypass_jumps): Add function prototype.
      	* timevar.def (TV_BYPASS): New timing variable.
      	* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
      	(dump_file): New entry for the bypass RTL dump file.
      	(rest_of_compilation): Insert new jump bypassing optimization
      	pass after loop.
      	* doc/passes.texi: Document new pass.
      
      From-SVN: r61374
      Roger Sayle committed
    • acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if… · 6b543e86
      acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
      
      
      2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
      	GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.am (all-local): Add conditional rule to
      	generate testsuite_wchar_t.
      	* testsuite/Makefile.in: Regenerate.
      	* testsuite/lib/libstdc++-v3-dg.exp
      	(libstdc++-v3-list-sourcefiles): Remove wchar_t files if
      	testsuite_wchar_t is not present in the build directory.
      	* testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
      	Remove setulimit bits.
      	* testsuite/26_numerics/complex_value.cc: Set to noopts.
      	* testsuite/Makefile.am (CLEANFILES): Add.
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r61373
      Benjamin Kosnik committed
    • som.h (SUPPORTS_WEAK, [...]): Define. · 4af6a063
      	* som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
      	ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
      	* pa.h (TARGET_SOM_SDEF): Define.
      	* pa-hpux11.h (TARGET_SOM_SDEF): Define.
      	* config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
      	__hppa__.
      
      From-SVN: r61372
      John David Anglin committed
  2. 15 Jan, 2003 33 commits
  3. 14 Jan, 2003 3 commits
    • 2003-01-14 Michael Koch <konqueror@gmx.de> · 8cb5ee71
      	* java/net/InetSocketAddress.java
      	(serialVersionUID): New member variable.
      	* java/net/NetPermission.java
      	(NetPermission): Dont implement java.io.Serialization directly.
      	* java/net/SocketAddress.java:
      	(serialVersionUID): Documentation added.
      
      From-SVN: r61305
      Michael Koch committed
    • Further conform g++'s __vmi_class_type_info to the C++ ABI specification. · a7189b49
      2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
      
      	Further conform g++'s __vmi_class_type_info to the C++ ABI
      	specification.
      	* gcc/cp/rtti.c (dfs_class_hint_mark): Do not set hints not
      	specified by the specification.
      	(class_hint_flags): Likewise.
      	* gcc/testsuite/g++.old-deja/g++.abi/vmihint.C (main): Revise
      	expected flags per the specification.
      	* libstdc++-v3/libsupc++/cxxabi.h
      	(__vmi_class_type_info::__flags_masks): Remove enumerations not
      	required by the specification.
      
      From-SVN: r61304
      Jeffrey D. Oldham committed
    • 2003-01-14 Michael Koch <konqueror@gmx.de> · 7365ecf7
      	* java/awt/Label.java
      	(Label): Implements javax.accessibility.Accessible;
      	* java/awt/List.java
      	(List): Implements javax.accessibility.Accessible;
      	* java/awt/ScrollPane.java
      	(ScrollPane): Implements javax.accessibility.Accessible;
      	* java/awt/Scrollbar.java
      	(Scrollbar): Implements javax.accessibility.Accessible;
      	* java/awt/TextComponent.java
      	(setCaretPosition): Throw exception, documentation added.
      	* java/awt/Toolkit.java:
      	Added some newlines in method documentations.
      	(createButton): Exception documentation added.
      	(createTextField): Exception documentation added.
      	(createLabel): Exception documentation added.
      	(createList): Exception documentation added.
      	(createCheckbox): Exception documentation added.
      	(createScrollbar): Exception documentation added.
      	(createScrollPane): Exception documentation added.
      	(createTextArea): Exception documentation added.
      	(createChoice): Exception documentation added.
      	(createFrame): Exception documentation added.
      	(createWindow): Exception documentation added.
      	(createDialog): Exception documentation added.
      	(createMenuBar): Exception documentation added.
      	(createMenu): Exception documentation added.
      	(createMenuItem): Exception documentation added.
      	(createFileDialog): Exception documentation added.
      	(createCheckboxMenuItem): Exception documentation added.
      	(loadSystemColors): Exception documentation added.
      	(setDynamicLayout): Exception documentation added.
      	(isDynamicLayoutSet): Exception documentation added.
      	(isDynamicLayoutActive): Exception documentation added.
      	(getScreenSize): Exception documentation added.
      	(getScreenResolution): Exception documentation added.
      	(getScreenInsets): Exception documentation added.
      	(getColorModel): Exception documentation added.
      	(getSystemClipboard): Exception documentation added.
      	(getSystemSelection): Exception documentation added.
      	(getMenuShortcutKeyMask): Exception documentation added.
      	(getSystemEventQueue): Exception documentation added.
      	* java/awt/Window.java:
      	Reindented some code.
      	(Window): Centralized implementation, documentation added.
      	(finalize): Documentation added.
      	(hide): Fixed typo in comment.
      	(getWindowListeners): Documentation added.
      	* java/awt/color/ColorSpace.java
      	(toRGB): Documentation added.
      	* java/awt/color/ICC_ColorSpace.java
      	(ICC_ColorSpace): Documentation added.
      	(toRGB): Throw exception, documentation added.
      	(fromRGB): Throw exception, documentation added.
      	(toCIEXYZ): Documentation added.
      	(fromCIEXYZ): Documentation added.
      	(getMinValue): Documentation added.
      	(getMaxValue): Documentation added.
      	* java/awt/geom/Dimension2D.java
      	(clone): Documentation added.
      	* java/awt/geom/GeneralPath.java
      	(clone): Documentation added.
      	* java/awt/geom/Line2D.java
      	(clone): Documentation added.
      	* java/awt/geom/QuadCurve2D.java
      	(clone): Documentation added.
      	* java/awt/image/ColorModel.java
      	(ColorModel): Throw exception, documentation added.
      	* java/awt/image/ImageFilter.java
      	(clone): Doesnt throw CloneNotSupportedException.
      
      From-SVN: r61303
      Michael Koch committed