1. 09 Oct, 2003 8 commits
    • jason's avatar
      PR c++/6392 · d1a8f235
      jason authored
              * cp/tree.c (build_cplus_array_type): Handle all quals the same.
              (cp_build_qualified_type_real): Look through arrays first.
              * c-common.c (c_build_qualified_type): Look through arrays first.
              (c_apply_type_quals_to_decl): Look through arrays.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72260 138bc75d-0d04-0410-961f-82ee72b054a4
      d1a8f235
    • jason's avatar
      PR c++/6392 · adfb367f
      jason authored
              * cp/tree.c (build_cplus_array_type): Handle all quals the same.
              (cp_build_qualified_type_real): Look through arrays first.
              * c-common.c (c_build_qualified_type): Look through arrays first.
              (c_apply_type_quals_to_decl): Look through arrays.
      
              * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
              types with constructors.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72259 138bc75d-0d04-0410-961f-82ee72b054a4
      adfb367f
    • jason's avatar
      tweak whitespace · d148dc28
      jason authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72256 138bc75d-0d04-0410-961f-82ee72b054a4
      d148dc28
    • jason's avatar
      * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names · d7e38994
      jason authored
              here.
              (expand_asm_operands): Not here.
              (parse_input_constraint): No longer static.
              * tree.h: Declare it.
      
              * coverage.c (build_ctr_info_value): Use build_decl to make a
              VAR_DECL.
              (create_coverage): Likewise.
      java/
              * parse.y (patch_assignment): Use make_node to create a BLOCK.
              * parse.h (BUILD_PTR_FROM_NAME): Use make_node to create a
              POINTER_TYPE.
      cp/
              * tree.c (build_cplus_new): Use build_decl to create a VAR_DECL.
              (build_target_expr_with_type): Likewise.
      
              * pt.c (instantiate_class_template): Sanity check that our
              enclosing class has been instantiated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72255 138bc75d-0d04-0410-961f-82ee72b054a4
      d7e38994
    • kkojima's avatar
      * config/sh/t-linux (SHLIB_LINK): Override to use a linker script · ad383c6c
      kkojima authored
      	libgcc_s.so.
      	(SHLIB_INSTALL): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72254 138bc75d-0d04-0410-961f-82ee72b054a4
      ad383c6c
    • neroden's avatar
      * doc/install.texi: Remove reference to removed 'pthreads' thread · a9e0997a
      neroden authored
      	option.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72253 138bc75d-0d04-0410-961f-82ee72b054a4
      a9e0997a
    • fitzsim's avatar
      2003-10-08 Thomas Fitzsimmons <fitzsim@redhat.com> · afdfc197
      fitzsim authored
      	* gnu/java/awt/peer/gtk/GtkButtonPeer.java (handleEvent): Remove
      	modality check.
      	* gnu/java/awt/peer/gtk/GtkDialogPeer.java (initializeInsets):
      	Initialize insets to use latest insets.
      	* gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise.
      	* gnu/java/awt/peer/gtk/GtkWindowPeer.java (latestInsets): New
      	field.
      	(postConfigureEvent): Update latestInsets field when insets
      	change.  Remove call to setSize.  Move validate call outside of
      	if blocks.
      	(setVisible): Call setBounds before showing window.
      	(nativeSetVisible): New native method.
      	* java/awt/Window.java (show): Show visible owned windows.
      	(hide): Hide visible owned windows.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
      	(awt_event_handler): Implement modality using GTK grabs.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c
      	(global_gtk_window_group): New global variable.
      	(gtkInit): Initialize global_gtk_window_group.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (create):
      	Clamp width and height values to at least 1.  Add this window to
      	the global GTK window group.
      	(setVisible): Rename to nativeSetVisible.
      	(setup_window): Remove function.
      	(setSize): Clamp width and height values to at least 1.
      	(nativeSetBounds): Likewise.
      	(gdk_window_get_root_geometry): Remove function.
      	* jni/gtk-peer/gtkpeer.h: Remove gdk_window_get_root_geometry
      	and setup_window declarations.  Declare global_gtk_window_group.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72252 138bc75d-0d04-0410-961f-82ee72b054a4
      afdfc197
    • gccadmin's avatar
      Daily bump. · 945d9f0e
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72250 138bc75d-0d04-0410-961f-82ee72b054a4
      945d9f0e
  2. 08 Oct, 2003 29 commits
  3. 07 Oct, 2003 3 commits