1. 09 Jan, 2004 15 commits
    • Define __m32r__ · df68f43b
      From-SVN: r75588
      Kazuhiro Inaoka committed
    • re PR target/13380 (An unrecognized insn.) · a9f99e78
      	PR target/13380.
      	* gcc.c-torture/compile/20040109-1.c: New.
      
      From-SVN: r75587
      Kazu Hirata committed
    • re PR target/13380 (An unrecognized insn.) · 58ebda9c
      	PR target/13380.
      	* config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
      	or (ne:SI (reg:CC 17) (const_int 0)).
      	Be specific about modes wherever possible.
      
      From-SVN: r75586
      Kazu Hirata committed
    • m32r.c (m32r_expand_block_move): Call gen_movestrsi_internal with two more arguments. · 81ad38a6
      	* config/m32r/m32r.c (m32r_expand_block_move): Call
      	gen_movestrsi_internal with two more arguments.
      	(m32r_output_block_move): Adjust operand numbers.
      	Properly update the source and destination pointers.
      	* config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
      	'r+'.  Change the set detinations to match_operand.
      
      From-SVN: r75585
      Kazu Hirata committed
    • final.c (FIRST_INSN_ADDRESS): Remove. · b816f339
      	* final.c (FIRST_INSN_ADDRESS): Remove.
      	(shorten_branches): Don't use FIRST_INSN_ADDRESS.
      	* system.h (FIRST_INSN_ADDRESS): Poison.
      	* config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
      	* config/m32r/m32r-protos.h: Remove the prototype for
      	m32r_first_insn_address.
      	* config/m32r/m32r.c (m32r_first_insn_address): Remove.
      	* config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
      	* doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
      
      From-SVN: r75584
      Kazu Hirata committed
    • dwarf2out.c (gen_enumeration_type_die): Return the DIE that we just created. · de99511b
              * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
              we just created.
              (is_ada_subrange_type): DIEs for enumeration subtypes should be
              emitted as subrange types too.
              (subrange_type_die): Add handling of enumeration subtypes.
      
      From-SVN: r75582
      J. Brobecker committed
    • DocumentName.java, [...]: New files. · 41b19a2d
      2004-01-09  Michael Koch  <konqueror@gmx.de>
      
      	* javax/print/attribute/standard/DocumentName.java,
      	javax/print/attribute/standard/JobHoldUntil.java,
      	javax/print/attribute/standard/JobMessageFromOperator.java,
      	javax/print/attribute/standard/JobName.java,
      	javax/print/attribute/standard/JobOriginatingUserName.java,
      	javax/print/attribute/standard/OutputDeviceAssigned.java,
      	javax/print/attribute/standard/PrinterInfo.java,
      	javax/print/attribute/standard/PrinterLocation.java,
      	javax/print/attribute/standard/PrinterMakeAndModel.java,
      	javax/print/attribute/standard/PrinterMessageFromOperator.java,
      	javax/print/attribute/standard/PrinterName.java,
      	javax/print/attribute/standard/RequestingUserName.java: New files.
      	* Makefile.am (javax_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r75573
      Michael Koch committed
    • AbstractAction.java, [...]: Reworked imports. · af008858
      2004-01-09  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/AbstractAction.java,
      	javax/swing/AbstractSet.java,
      	javax/swing/Action.java,
      	javax/swing/ActionMap.java,
      	javax/swing/BoundedRangeModel.java,
      	javax/swing/ButtonModel.java,
      	javax/swing/CellEditor.java,
      	javax/swing/CellRendererPane.java,
      	javax/swing/ComboBoxEditor.java,
      	javax/swing/DebugGraphics.java,
      	javax/swing/DefaultCellEditor.java,
      	javax/swing/DefaultCellRenderer.java,
      	javax/swing/DefaultComboBoxModel.java,
      	javax/swing/DefaultDesktopManager.java,
      	javax/swing/DefaultFocusManager.java,
      	javax/swing/DefaultListCellRenderer.java,
      	javax/swing/Icon.java,
      	javax/swing/JButton.java,
      	javax/swing/JCheckBoxMenuItem.java,
      	javax/swing/JDesktopPane.java,
      	javax/swing/JEditorPane.java,
      	javax/swing/JMenu.java,
      	javax/swing/JPanel.java,
      	javax/swing/JPasswordField.java,
      	javax/swing/JPopupMenu.java,
      	javax/swing/JProgressBar.java: Reworked imports.
      
      From-SVN: r75572
      Michael Koch committed
    • allocator.cc: Demangle typeid(obj).name(). · 64cb2c4a
      2004-01-09  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/allocator.cc: Demangle typeid(obj).name().
      	* testsuite/performance/allocator_thread.cc: Likewise.
      
      From-SVN: r75571
      Paolo Carlini committed
    • 2004-01-09 Michael Koch <konqueror@gmx.de> · bbe4ef89
      	* java/awt/geom/PathIterator.java
      	(WIND_EVEN_ODD): Removed redundant modifiers.
      	(WIND_NON_ZERO): Likewise.
      	(SEG_MOVETO): Likewise.
      	(SEG_LINETO): Likewise.
      	(SEG_QUADTO): Likewise.
      	(SEG_CUBICTO): Likewise.
      	(SEG_CLOSE): Likewise.
      	* java/awt/image/SinglePixelPackedSampleModel.java:
      	Removed redundant semicolon.
      	* java/io/ObjectInputStream.java
      	(inputGetObjectStreamClasses): Removed unused variable "ret_val".
      	* java/util/logging/Filter.java
      	(isLoggable): Removed redundant modifier.
      	* java/util/logging/LogManager.java:
      	Removed redundant semicolon.
      	* java/util/logging/XMLFormatter.java
      	(format): Removed unused variable "key".
      
      From-SVN: r75570
      Michael Koch committed
    • re PR rtl-optimization/12441 (Can't spill register bug) · 90e4e4c5
              PR opt/12441
              Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
              * i386.c (aligned_operand): Be prepared for SUBREGed registers.
              (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
              (ix86_address_cost): Be prepared for SUBREGed registers.
              (legitimate_address_p): Accept SUBREGed registers.
      
      From-SVN: r75568
      Richard Henderson committed
    • Makefile.in: Rename configure.in to configure.ac · a6a5e4c9
      2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.in: Rename configure.in to configure.ac
      	* doc/sourcebuild.texi: Likewise.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      From-SVN: r75567
      Kelley Cook committed
    • i386.md: Typos in MMX/SSE immediate shifts. · 588f75d0
      2004-01-08  Stuart Hastings  <stuart@apple.com>
      
      	* config/i386/i386.md: Typos in MMX/SSE immediate shifts.
      	* testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
      	testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
      	* testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
      
      From-SVN: r75566
      Stuart Hastings committed
    • * gcc.dg/array-quals-1.c: Accept .data.rel.ro. · 3b458e6f
      From-SVN: r75565
      Alan Modra committed
    • Daily bump. · dd0dddc6
      From-SVN: r75562
      GCC Administrator committed
  2. 08 Jan, 2004 23 commits
  3. 07 Jan, 2004 2 commits