1. 18 Dec, 2003 2 commits
  2. 17 Dec, 2003 24 commits
  3. 16 Dec, 2003 14 commits
    • configure.ac (AM_INIT_AUTOMAKE): Don't warn about GNU Make. · 2d52e9e3
      2003-12-16  Phil Edwards  <phil@codesourcery.com>
      
      	* configure.ac (AM_INIT_AUTOMAKE):  Don't warn about GNU Make.
      	* configure:  Regenerated.
      	* Makefile.am (check-%):  New catch-all forwarding target.
      	* Makefile.in:  Regenerated.
      
      From-SVN: r74718
      Phil Edwards committed
    • container_benchmark.cc: New... · da2fd948
      2003-12-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/container_benchmark.cc: New, a
      	benchmark developed by Bjarne Stroustrup and Alexander
      	Stepanov and made available with no restrictions.
      
      	* testsuite/testsuite_performance.h (report_header): New,
      	useful to produce header lines in the reports.
      
      From-SVN: r74717
      Paolo Carlini committed
    • natPlainDatagramSocketImplWin32.cc: Removed unused InterruptedIOException.h include. · 89c57110
      	* gnu/java/net/natPlainDatagramSocketImplWin32.cc:
      	Removed unused InterruptedIOException.h include.
      	* gnu/java/net/natPlainSocketImplWin32.cc
      	(connect): Reset and ignore our thread's interrupted
      	flag instead of testing and throwing an InterruptedIOException
      	if set.
      	(accept): Likewise + changed case of SocketTimeoutException
      	text.
      	(write): Likewise (for both overloads).
      	(doRead): Likewise.
      
      From-SVN: r74716
      Mohan Embar committed
    • win32.cc (WSAEventWrapper): Implemented default constructor and init() methods. · 5cd4d463
      	* win32.cc (WSAEventWrapper): Implemented default
      	constructor and init() methods.
      	(_Jv_select): Removed.
      	* gnu/java/nio/natSelectorImplWin32.cc
      	(helper_put_filedescriptors): Removed.
      	(helper_get_filedescriptors): Removed.
      	(implSelect): Implemented in terms of WSAEventWrapper
      	and WSAWaitForMultipleEvents instead of _Jv_select().
      	Added support for thread interruption.
      	* include/win32.h (WSAEventWrapper): Minor formatting
      	changes; added default constructor declaration, init(),
      	getFD() and getEventHandle() methods.
      	(_Jv_select): Removed.
      
      From-SVN: r74715
      Mohan Embar committed
    • * gnu/java/net/natPlainDatagramSocketImplPosix.cc · 027e655b
      	(peekData): Throw SocketTimeoutException instead of
      	InterruptedIOException on timeout.
      	(receive): Likewise.
      	* gnu/java/net/natPlainSocketImplPosix.cc
      	(read): Made a minor exception text case change.
      
      From-SVN: r74714
      Mohan Embar committed
    • container_benchmark.cc: New... · 93cbdb1a
      2003-12-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/container_benchmark.cc: New, a
      	benchmark developed by Bjarne Stroustrup and Alexander
      	Stepanov and made available with no restrictions.
      
      	* testsuite/testsuite_performance.h (report_header): New,
      	useful to produce header lines in the reports.
      
      From-SVN: r74713
      Paolo Carlini committed
    • xscale testcases from James Lemke · 6d43c524
      xscale testcases from James Lemke
      	* gcc.dg/arm-scd42-[123].c: New tests.
      
      From-SVN: r74712
      James Lemke committed
    • re PR libgcj/13056 (import new libltdl) · 9e129d90
      2003-12-16  Michael Koch  <konqueror@gmx.de>
      
      	Fix for PR libgcj/13056.
      	* libltdl/configure.in,
      	libltdl/config.h.in: Removed.
      	* libltdl/configure.ac,
      	libltdl/config-h.in,
      	libltdl/install-sh,
      	libltdl/config.guess,
      	libltdl/config.sub,
      	libltdl/missing,
      	libltdl/mkinstalldirs,
      	libltdl/ltmain.sh: New files.
      	* libltdl/Makefile.am,
      	libltdl/acinclude.m4,
      	libltdl/aclocal.m4,
      	libltdl/ltdl.c,
      	libltdl/ltdl.h,
      	libltdl/README: Update to versions from libtool 1.5.
      	libltdl/configure,
      	* libltdl/Makefile.in: Regenerated.
      	* java/lang/natRuntime.cc (find_symbol):
      	Use type 'lt_ptr' instead of 'lt_ptr_t'.
      
      From-SVN: r74711
      Michael Koch committed
    • 2003-12-16 Michael Koch <konqueror@gmx.de> · 08a5a9a6
      	* java/awt/MenuComponent.java
      	(serialVersionUID): Fixed value.
      
      From-SVN: r74709
      Michael Koch committed
    • re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template function) · d63b5e9f
      cp:
      	PR c++/9043
      	C++ ABI change: Mangling array indices in templates.
      	* decl.c (compute_array_index_type): Reorganize for earlier
      	template errors. Use value_dependent_expression_p for abi-2.
      	* mangle.c (write_array_type): Check broken mangling for
      	expression indices on abi-1
      testsuite:
      	PR c++/9043
      	* g++.dg/abi/mangle20-1.C: New test.
      	* g++.dg/abi/mangle20-2.C: New test.
      
      From-SVN: r74707
      Nathan Sidwell committed
    • re PR bootstrap/13386 (HAVE_GAS_HIDDEN not set when using GAS with HP linker) · 28690784
      	PR bootstrap/13386
      	* configure.in (gcc_cv_ld_hidden): Set to yes on hppa64*-*-hpux* when
      	using HP native linker.
      	* configure: Rebuilt.
      
      From-SVN: r74705
      John David Anglin committed
    • 2003-12-16 Fernando Nasser <fnasser@redhat.com> · aeb54188
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
              (pre_event_handler): Handle GtkButton widgets differently as events
              go to its event_window.
              (connect_awt_hook): Remove compiler warning.
      
      From-SVN: r74704
      Fernando Nasser committed
    • Fix typo. · 877342e5
      From-SVN: r74703
      Giovanni Bajo committed
    • re PR c++/13275 (Implementation of offsetof macro) · 263ee052
      	PR c++/13275
      	* c-common.h (enum rid): Add RID_OFFSETOF.
      	* c-parser.in (rid_to_yy): Ignore RID_OFFSETOF.
      	* ginclude/stddef.h (offsetof): Reimplement for C++, using
      	__offsetof__.
      	* doc/extend.texi: Document __offsetof__.
      
      	PR c++/13275
      	* lex.c (reswords): Add "__offsetof" and "__offsetof__".
      	* parser.c (cp_parser): Add in_offsetof_p.
      	(cp_parser_new): Initialize it.
      	(cp_parser_primary_expression): Handle __offsetof__ (...).
      	(cp_parser_postfix_expression): Allow casts to pointer type and
      	uses of "->" in a constant expression if implementing offsetof.
      	(cp_parser_unary_expression): Allow the use of "&" in a constant
      	expression if implementing offsetof.
      
      	PR c++/13275
      	* g++.dg/other/offsetof2.C: Remove XFAIL.
      	* g++.dg/parse/offsetof1.C: New test.
      	* g++.gd/parse/offsetof2.C: Likewise.
      
      From-SVN: r74702
      Mark Mitchell committed