1. 01 Dec, 2003 28 commits
    • * config.gcc (s390x-ibm-tpf*): Add extra_parts. · bde5dd25
      From-SVN: r74121
      Ulrich Weigand committed
    • Fix for aliasing problem reported by Michael Matz. · 93868a8e
      	* config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
      	GR_ARG_FIRST.
      
      From-SVN: r74120
      James E Wilson committed
    • C++STYLE: Add exception bits. · d78e147a
      
      2003-12-01  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/17_intro/C++STYLE: Add exception bits.
      	* include/bits/fstream.tcc: Add location info to exception strings.
      
      	* include/bits/stl_construct.h: Formatting tweaks.
      
      From-SVN: r74119
      Benjamin Kosnik committed
    • GtkButtonPeer.java, [...]: Remove files. · aa66a642
      2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/awt/gtk/GtkButtonPeer.java, gnu/awt/gtk/gtkcommon.cc,
      	gnu/awt/gtk/gtkcommon.h, gnu/awt/gtk/GtkComponentPeer.java,
      	gnu/awt/gtk/GtkContainerPeer.java,
      	gnu/awt/gtk/GtkFramePeer.java, gnu/awt/gtk/GtkLabelPeer.java,
      	gnu/awt/gtk/GtkMainThread.java, gnu/awt/gtk/GtkToolkit.java,
      	gnu/awt/gtk/GtkWindowPeer.java, gnu/awt/gtk/natGtkButtonPeer.cc,
      	gnu/awt/gtk/natGtkComponentPeer.cc,
      	gnu/awt/gtk/natGtkContainerPeer.cc,
      	gnu/awt/gtk/natGtkFramePeer.cc, gnu/awt/gtk/natGtkLabelPeer.cc,
      	gnu/awt/gtk/natGtkMainThread.cc, gnu/awt/gtk/natGtkToolkit.cc,
      	gnu/awt/gtk/natGtkWindowPeer.cc: Remove files.
      
      From-SVN: r74118
      Thomas Fitzsimmons committed
    • common.opt: Remove -fgnu-linker. · dc170a87
      	* common.opt: Remove -fgnu-linker.
      	* flags.h: Remove flag_gnu_linker.
      	* opts.c: Don't handle OPT_fgnu_linker.
      	* toplev.c: Don't initialize flag_gnu_linker.
      	Remove gnu-linker entry from f_options.
      	* config/dsp16xx/dsp16xx.h (OPTIMIZATION_OPTIONS):
      	Don't reset flag_gnu_linker.
      	* config/mips/mips.c (override_options): Likewise.
      	* doc/invoke.texi: Remove all mention of -fgnu-linker.
      
      From-SVN: r74117
      Zack Weinberg committed
    • MAINTAINERS: Move myself from 'Bug database only accounts' to 'Write After Approval' section. · a68a270a
            * MAINTAINERS: Move myself from 'Bug database only accounts' to
            'Write After Approval' section. Update email.
      
      From-SVN: r74116
      Giovanni Bajo committed
    • 2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com> · 24fb8b78
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c
      	(closed): Mark loader parameter as unused.
      
      From-SVN: r74115
      Thomas Fitzsimmons committed
    • ggc-zone.c (ggc_pch_write_object): Calculate object size using ggc_get_size… · 7297afa0
      ggc-zone.c (ggc_pch_write_object): Calculate object size using ggc_get_size (which accounts for large objects...
      
      2003-12-01  Daniel Berlin  <dberlin@dberlin.org>
      
      	* ggc-zone.c (ggc_pch_write_object): Calculate object size using
      	ggc_get_size (which accounts for large objects properly).
      
      From-SVN: r74114
      Daniel Berlin committed
    • re PR rtl-optimization/13024 (gcj can't build current rhug) · fccab17e
      PR optimization/13024
      * toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
      parameter.
      (rest_of_handle_old_regalloc): Likewise.  Add rebuild_notes
      declaration.  Rebuild jump labels following local_alloc if necessary.
      (rest_of_compilation): Remove rebuild_label_notes_after_reload
      declaration.  Don't pass rebuild_notes parameter to
      rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
      Don't rebuild jump labels.
      
      From-SVN: r74113
      Jeff Sturm committed
    • flow.c (count_or_remove_death_notes_bb): New. · 095c3bbd
              * flow.c (count_or_remove_death_notes_bb): New.  Extracted from
              count_or_remove_death_notes.
              (count_or_remove_death_notes): Use EXECUTE_IF_SET_IN_SBITMAP.
      
      From-SVN: r74111
      Jeff Law committed
    • 2003-12-01 Michael Koch <konqueror@gmx.de> · 8325a4ec
      	* gnu/java/net/protocol/http/Connection.java
      	(Connection): Merged class documentation.
      	(socket): Renamed from sock.
      	(Connection): Made protected, documentation added.
      	(connect): Give URL'S host instead of InetAddress to Socket
      	constructor.
      	(disconnect): Documentation added.
      	(getOutputStream): Rewrapped.
      
      From-SVN: r74109
      Michael Koch committed
    • builtins.c (expand_builtin_longjmp): Added two memory clobbers. · 41439bf6
      2003-12-01  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* builtins.c (expand_builtin_longjmp): Added two memory clobbers.
      
      From-SVN: r74108
      Andreas Krebbel committed
    • reload.c (find_reloads_address): Split addresses of type (plus (plus (reg)… · 0422e940
      reload.c (find_reloads_address): Split addresses of type (plus (plus (reg) (reg)) (const_int)) only if...
      
      	* reload.c (find_reloads_address): Split addresses of type
      	(plus (plus (reg) (reg)) (const_int)) only if one register
      	is either a valid base register or else one of the stack
      	frame related registers (sp/fp/ap).
      
      From-SVN: r74107
      Ulrich Weigand committed
    • 2003-12-01 Michael Koch <konqueror@gmx.de> · 1fa7e0fd
      	* gnu/java/net/protocol/file/Connection.java
      	(fileIn): Documentation added.
      	(inputStream): Likewise.
      	(outputStream): Likewise.
      	(Connection): Likewise.
      	(connect): Simplified.
      
      From-SVN: r74106
      Michael Koch committed
    • Add myself to 'Write After Approval' section. · 3066a15c
      From-SVN: r74105
      James Lemke committed
    • re PR libstdc++/10378 ([library DR 402] cannot add object with inplace new into STL collections) · 9dbaa948
      2003-12-01  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/10378
      	* include/bits/allocator.h (allocator::construct): Implement
      	resolution of DR 402 [Ready] (in Revision 28).
      	* include/bits/allocator_traits.h (__allocator::construct):
      	Likewise.
      	* include/bits/stl_construct.h (_Construct): Likewise.
      	* testsuite/20_util/allocator_members.cc: Move to...
      	* testsuite/20_util/allocator/1.cc: ... here.
      	* testsuite/20_util/allocator/10378.cc: New.
      	* docs/html/ext/howto.html: Add an entry for DR 402.
      
      From-SVN: r74104
      Paolo Carlini committed
    • GtkImage.java (setDimensions, [...]): Check that io is not null before calling io.imageUpdate. · ec22cdf1
      2003-12-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/java/awt/peer/gtk/GtkImage.java (setDimensions,
      	setProperties): Check that io is not null before calling
      	io.imageUpdate.
      	* java/awt/image/ImageConsumer.java (setPixels, imageComplete):
      	Update javadocs.
      	* java/awt/image/PixelGrabber.java: Fix implementation and
      	update javadocs.
      
      From-SVN: r74103
      Thomas Fitzsimmons committed
    • natPlainSocketImplPosix.cc bind (): Dont set SockedImpl.address field on succesful bind. · a1ff4c64
      2003-12-01  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/natPlainSocketImplPosix.cc
      	bind(): Dont set SockedImpl.address field on succesful bind.
      	* gnu/java/net/natPlainSocketImplWin32.cc
      	bind(): Likewise.
      
      From-SVN: r74102
      Michael Koch committed
    • re PR java/13237 (ICE on Math.sqrt(2.0)) · 50abb28b
      Fix PR java/13237
      * parse.y (java_complete_lhs): Save location prior to patching
      CALL_EXPR.
      
      From-SVN: r74101
      Jeff Sturm committed
    • [multiple changes] · 08aa9a4a
      2003-12-01  Nicolas Setton  <setton@act-europe.fr>
      
      	* a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
      	so that the debugger can reliably access the value of the parameter,
      	and therefore is able to display the exception name when an exception
      	breakpoint is reached.
      
      2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
      
      	* fmap.adb: Fix typo in warning message.
      
      	* g-socket.ads, g-socket.adb: Make Free a visible instance of
      	Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
      
      2003-12-01  Vincent Celier  <celier@gnat.com>
      
      	* mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
      	ther is no Afile.
      	(Build_Library): Get the switches only if Default_Switches is declared
      	in package Binder.
      
      2003-12-01  Ed Schonberg  <schonberg@gnat.com>
      
      	* exp_ch6.adb (Expand_Actuals): When applying validity checks to
      	actuals that are indexed components, reanalyze actual to ensure that
      	packed array references are properly expanded.
      
      	* sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
      	attempted assignment to a discriminant.
      
      2003-12-01  Robert Dewar  <dewar@gnat.com>
      
      	* rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
      	reformatting.
      
      	* switch-c.adb: Minor reformatting of comments
      
      2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
      
      	* Makefile.in: Clean ups.
      
      2003-12-01  GNAT Script  <nobody@gnat.com>
      
      	* Make-lang.in: Makefile automatically updated
      
      From-SVN: r74100
      Arnaud Charlet committed
    • function.c (update_epilogue_consts): Don't use PARAMS. · 80fcc7bc
      	* function.c (update_epilogue_consts): Don't use PARAMS.
      	* rtl.h (web_main): Ditto.
      	* target.h (is_costly_dependence): Ditto
      
      From-SVN: r74099
      Steven Bosscher committed
    • re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or short arguments.) · d18c3386
      2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	PR other/13221
      	* testsuite/libffi.call/cls_multi_sshort.c: New test case.
      	* testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
      	* testsuite/libffi.call/cls_multi_uchar.c: Likewise.
      	* testsuite/libffi.call/cls_multi_schar.c: Likewise.
      	* testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
      	* testsuite/libffi.call/cls_multi_ushort.c: Likewise.
      
      	* testsuite/libffi.special/unwindtest.cc: Cosmetics.
      
      From-SVN: r74093
      Andreas Tobler committed
    • re PR middle-end/7847 (pragma pack / attribute(packed): unaligned access to packed structure) · e82407b5
      	PR middle-end/7847
      	* expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
      	do not recheck that 'op0' is a MEM.  Move comment.  When testing for
      	unaligned objects, take also into account the alignment of 'op0' and
      	'mode1' if 'op0' is a MEM.
      
      From-SVN: r74092
      Eric Botcazou committed
    • re PR c++/9849 (Missing keyword 'template' produces ICE with no diagnostic on… · a668c6ad
      re PR c++/9849 (Missing keyword 'template' produces ICE with no diagnostic on 3.3 (and unreadable diagnostic on 3.4))
      
      	PR c++/9849
      	* g++.dg/template/error4.C: New test.
      	* g++.dg/template/nested3.C: Adjust error markers.
      
      	PR c++/9849
      	* parser.c (cp_lexer_prev_token): New function.
      	(cp_parser_skip_to_closing_parenthesis): Add consume_paren
      	parameter.
      	(cp_parser_nested_name_specifier_opt): Add is_declaration
      	parameter.
      	(cp_parser_nested_name_specifier): Likewise.
      	(cp_parser_class_or_namespace_name): Likewise.
      	(cp_parser_class_name): Likewise.
      	(cp_parser_template_id): Likewise.
      	(cp_parser_template_name): Likewise.
      	(cp_parser_id_expression): Adjust calls to
      	cp_parser_nested_name_specifier_op, cp_parser_template_id,
      	cp_parser_class_name.
      	(cp_parser_unqualified_id): Likewise.
      	(cp_parser_postfix_expression): Likewise.
      	(cp_parser_pseudo_destructor_name): Likewise.
      	(cp_parser_cast_expression): Likewise.
      	(cp_parser_mem_initializer_id): Likewise.
      	(cp_parser_simple_type_specifier): Likewise.
      	(cp_parser_type_name): Likewise.
      	(cp_parser_elaborated_type_specifier): Likewise.
      	(cp_parser_qualified_namespace_specifier): Likewise.
      	(cp_parser_using_declaration): Likewise.
      	(cp_parser_using_directive): Likewise.
      	(cp_parser_ptr_operator): Likewise.
      	(cp_parser_declarator_id): Likewise.
      	(cp_parser_class_head): Likewise.
      	(cp_parser_base_specifier): Likewise.
      	(cp_parser_constructor_declarator_p): Likewise.
      	(cp_parser_direct_declarator): Fix typo in comment.
      	(cp_parser_parenthesized_expression_list): Adjust call to
      	cp_parser_skip_to_closing_parenthesis.
      	(cp_parser_selection_statement): Likewise.
      
      From-SVN: r74087
      Mark Mitchell committed
    • Makefile.am: Define AM_MAKINFOFLAGS. · 53d60c04
      
      fastjar/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define AM_MAKINFOFLAGS.  Remove Automake 1.4 hack.
      	* Makefile.in: Regenerate with automake 1.7.6 & autoconf 2.57 tools.
      	* aclocal.m4, config.h.in, configure: Likewise.
      	* install-sh, missing, mkinstalldirs, stamp-h.in: Remove.
      
      gcc/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* doc/install.texi: Note that fastjar is built with automake 1.7.x
      	and autoconf 2.57.
      
      From-SVN: r74082
      Kelley Cook committed
    • Daily bump. · ae954fc6
      From-SVN: r74080
      GCC Administrator committed
  2. 30 Nov, 2003 12 commits