Skip to content
Snippets Groups Projects
  1. May 20, 2003
    • Jason Merrill's avatar
      fix whitespace · a63996f1
      Jason Merrill authored
      From-SVN: r67036
      a63996f1
    • Jason Merrill's avatar
      tree.c (expr_last): New fn. · 1cd69e2b
      Jason Merrill authored
              * tree.c (expr_last): New fn.
              * tree.h: Declare it.
              * objc/objc-act (expr_last): Rename to objc_expr_last.
      
      From-SVN: r67035
      1cd69e2b
    • J"orn Rennecke's avatar
      sh.c (sh_register_move_cost): Add clase for moving between FP registers and MAC registers. · a60a9553
      J"orn Rennecke authored
      	* sh.c (sh_register_move_cost): Add clase for moving between
      	FP registers and MAC registers.
      
      From-SVN: r67028
      a60a9553
    • Michael Koch's avatar
      2003-05-20 Michael Koch <konqueror@gmx.de> · 669e91ab
      Michael Koch authored
      	* java/io/DataInputStream.java
      	(convertFromUTF): Merged comment from classpath.
      	* java/io/PrintStream.java
      	(error_occured): Renamed from error, merged comment from classpath.
      	(PrintStream): No need to initialized error.
      	(checkError): Replace error with error_occurred.
      	(setError): Likewise.
      
      From-SVN: r66997
      669e91ab
    • Gerald Pfeifer's avatar
      gcc_release (upload_files): Put diff files into a "diffs" subdirectory · 8d4d9d19
      Gerald Pfeifer authored
      	* gcc_release (upload_files): Put diff files into a "diffs"
      	subdirectory
      
      From-SVN: r66996
      8d4d9d19
    • Michael Koch's avatar
      DataInputStream.java: Reformatted, Replaced < and & with html entitites in documentation. · c93aa804
      Michael Koch authored
      2003-05-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/io/DataInputStream.java:
      	Reformatted, Replaced < and & with html entitites in documentation.
      	* java/io/File.java:
      	Reformatted.
      	* java/io/PrintWriter.java:
      	Moved class documentation.
      
      From-SVN: r66992
      c93aa804
    • Michael Koch's avatar
      Accidently comitted this during last commit, revert this little change: · c2a40660
      Michael Koch authored
      -TAR = tar
      +TAR = gtar
      
      From-SVN: r66991
      c2a40660
    • Michael Koch's avatar
      ByteBufferImpl.java, [...]: Moved files to java/nio. · 3a5eb283
      Michael Koch authored
      2003-05-20  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/nio/ByteBufferImpl.java,
      	gnu/java/nio/CharBufferImpl.java,
      	gnu/java/nio/CharViewBufferImpl.java,
      	gnu/java/nio/DirectByteBufferImpl.java,
      	gnu/java/nio/DoubleBufferImpl.java,
      	gnu/java/nio/DoubleViewBufferImpl.java,
      	gnu/java/nio/FloatBufferImpl.java,
      	gnu/java/nio/FloatViewBufferImpl.java,
      	gnu/java/nio/IntBufferImpl.java,
      	gnu/java/nio/IntViewBufferImpl.java,
      	gnu/java/nio/LongBufferImpl.java,
      	gnu/java/nio/LongViewBufferImpl.java,
      	gnu/java/nio/natDirectByteBufferImpl.cc,
      	gnu/java/nio/ShortBufferImpl.java,
      	gnu/java/nio/ShortViewBufferImpl.java:
      	Moved files to java/nio.
      	* gnu/java/nio/SocketChannelImpl.java
      
      	* java/nio/ByteBuffer.java,
      	java/nio/CharBuffer.java,
      	java/nio/DoubleBuffer.java,
      	java/nio/FloatBuffer.java,
      	java/nio/IntBuffer.java,
      	java/nio/LongBuffer.java,
      	java/nio/ShortBuffer.java:
      	Dont import anything.
      	* java/nio/ByteBufferImpl.java,
      	java/nio/CharBufferImpl.java,
      	java/nio/CharViewBufferImpl.java,
      	java/nio/DirectByteBufferImpl.java,
      	java/nio/DoubleBufferImpl.java,
      	java/nio/DoubleViewBufferImpl.java,
      	java/nio/FloatBufferImpl.java,
      	java/nio/FloatViewBufferImpl.java,
      	java/nio/IntBufferImpl.java,
      	java/nio/IntViewBufferImpl.java,
      	java/nio/LongBufferImpl.java,
      	java/nio/LongViewBufferImpl.java,
      	java/nio/natDirectByteBufferImpl.cc,
      	java/nio/ShortBufferImpl.java,
      	java/nio/ShortViewBufferImpl.java:
      	Moved from gnu/java/nio.
      	* Makefile.am
      	(ordinary_java_source_files): Moved files from gnu/java/nio to
      	java/nio.
      	(nat_source_files): Moved natDirectByteBufferImpl.cc from gnu/java/nio
      	to java/nio.
      	* Makefile.in: Regenerated.
      
      From-SVN: r66990
      3a5eb283
    • Gabriel Dos Reis's avatar
      re PR libstdc++/10689 (pow(std::complex(0),1/3) returns (nan, nan) instead of 0.) · 1db0418a
      Gabriel Dos Reis authored
      	PR libstdc++/10689
      	* include/std/std_complex.h (pow): Tidy
      
      From-SVN: r66989
      1db0418a
    • Kelley Cook's avatar
      * config.table: Accept i[345867]86 variant. · 29ad6d3f
      Kelley Cook authored
      From-SVN: r66986
      29ad6d3f
    • John David Anglin's avatar
      * pa/milli64.S ($$mulI): Fix typo. · 12df72e8
      John David Anglin authored
      From-SVN: r66985
      12df72e8
    • Matt Kraai's avatar
      * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) · 07b7c979
      Matt Kraai authored
      	(nonlocal_set_p): Remove initial blank line.
      	* dwarf2out.c (simple_type_size_in_bits): Likewise.
      	* et-forest.c (et_forest_create): Likewise.
      	* explow.c (stabilize): Likewise.
      	* fix-header.c (write_lbrac): Likewise.
      	* graph.c (start_fct, node_data): Likewise.
      	* jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
      	* rtlanal.c (global_reg_mentioned_p): Likewise.
      	* tree.c (bit_position): Likewise.
      
      From-SVN: r66984
      07b7c979
    • Nathanael Nerode's avatar
      configure.in: Switch more things to use maybe dependencies. · 7e2dbcef
      Nathanael Nerode authored
      2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* configure.in: Switch more things to use maybe dependencies.
      	* Makefile.tpl: Switch more things to use maybe dependencies.
      	Factor out common code from autogen IF statements.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      From-SVN: r66982
      7e2dbcef
    • Alexandre Oliva's avatar
      linux64.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread. · fb9fc9f9
      Alexandre Oliva authored
      * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
      -lthread to -lpthread.
      
      From-SVN: r66981
      fb9fc9f9
    • GCC Administrator's avatar
      Daily bump. · cee8d9ff
      GCC Administrator authored
      From-SVN: r66979
      cee8d9ff
  2. May 19, 2003
    • Neil Booth's avatar
      c-opts.c (c_common_decode_option): Don't accept dollars as identifier characters in assembly. · 42ad6c9e
      Neil Booth authored
      	* c-opts.c (c_common_decode_option): Don't accept dollars
      	as identifier characters in assembly.
      	* doc/cpp.texi: Document this.
      
      From-SVN: r66976
      42ad6c9e
    • Seth Arnold's avatar
      rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. · 4b6fe6b6
      Seth Arnold authored
      
      2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
              vrsave_size twice.
      
      Co-Authored-By: default avatarAldy Hernandez <aldyh@redhat.com>
      
      From-SVN: r66974
      4b6fe6b6
    • Aldy Hernandez's avatar
      tm.texi (function_arg): Fix typo. · ce376beb
      Aldy Hernandez authored
      2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
      
              * doc/tm.texi (function_arg): Fix typo.
      
      From-SVN: r66973
      ce376beb
    • Matt Austern's avatar
      Add a new flag... · a01fff59
      Matt Austern authored
      Add a new flag, -W(no-)invalid-offsetof, to control whether or
      not the compiler warns about incorrect use of the offsetof macro
      in C++.  By default the warning is on.
      
      From-SVN: r66972
      a01fff59
    • Paolo Carlini's avatar
      4.cc: New file, testing that upon filebuf::close() 27.8.1.1,3 is enforced. · eab1ff73
      Paolo Carlini authored
      2003-05-19  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/27_io/basic_filebuf/close/char/4.cc: New file, testing
      	that upon filebuf::close() 27.8.1.1,3 is enforced.
      
      From-SVN: r66970
      eab1ff73
    • Kelley Cook's avatar
      configure.in: Accept i[3456789]86 for machine type. · f2a0e225
      Kelley Cook authored
      * configure.in: Accept i[3456789]86 for machine type.
      * configure: Regenerate.
      
      From-SVN: r66969
      f2a0e225
    • Kelley Cook's avatar
      * acinclude.m4: Accept i[3456789]86 for machine type. · 39987976
      Kelley Cook authored
      From-SVN: r66968
      39987976
    • Kevin B. Hendricks's avatar
      rs6000.c (rs6000_alignment_string, [...]): New variables. · 025d9908
      Kevin B. Hendricks authored
      
      2003-05-18  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
                  David Edelsohn  <edelsohn@gnu.org>
      
              * config/rs6000/rs6000.c (rs6000_alignment_string,
              rs6000_alignment_flags): New variables.
              (rs6000_parse_alignment_option): New function.
              (rs6000_override_options): Call it.
              * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
              (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
              macros.
              * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
              natural alignment if TARGET_NATURAL_ALIGNMENT
              (ROUND_TYPE_ALIGN): Always use default record alignment if
              TAGET_NATURAL_ALIGNMENT.
              * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
              (ROUND_TYPE_ALIGN): Same.
              * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
              (ROUND_TYPE_ALIGN): Same.
      
      Co-Authored-By: default avatarDavid Edelsohn <edelsohn@gnu.org>
      
      From-SVN: r66967
      025d9908
    • J"orn Rennecke's avatar
      c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function... · 52a8b7b8
      J"orn Rennecke authored
      c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function using ASMSPEC, prepend a star.
      
      	* c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
      	of a function using ASMSPEC, prepend a star.
      
      From-SVN: r66965
      52a8b7b8
    • Jason Merrill's avatar
      tree-inline.c (copy_body_r): Avoid generating &* during inline substitution. · 68594ce7
      Jason Merrill authored
              * tree-inline.c (copy_body_r): Avoid generating &* during inline
              substitution.
      
      From-SVN: r66964
      68594ce7
    • Jakub Jelinek's avatar
      * gcc.dg/20030225-2.c: New test. · b041fbe6
      Jakub Jelinek authored
      From-SVN: r66962
      b041fbe6
    • Gabriel Dos Reis's avatar
      Fix comment-style. · a1447166
      Gabriel Dos Reis authored
      From-SVN: r66957
      a1447166
    • Michael Koch's avatar
      2003-05-19 Michael Koch <konqueror@gmx.de> · 336931c1
      Michael Koch authored
      	* java/util/Calendar.java
      	(get): Not final anymore since JDK 1.4
      	(set): Likewise.
      
      From-SVN: r66956
      336931c1
    • Michael Koch's avatar
      CollationKey.java: Merged copyright and dat from classpath. · 66852893
      Michael Koch authored
      2003-05-19  Michael Koch  <konqueror@gmx.de>
      
      	* java/text/CollationKey.java:
      	Merged copyright and dat from classpath.
      	* java/text/RuleBasedCollator.java:
      	Merged class documentation from classpath.
      
      From-SVN: r66955
      66852893
    • Andrew MacLeod's avatar
      (xstormy16_expand_prologue): Do not mark assignments to the hard frame pointer... · 6208b55d
      Andrew MacLeod authored
      (xstormy16_expand_prologue): Do	not mark assignments to the hard frame pointer as being stack frame related.
      
      (xstormy16_expand_prologue): Do	not mark assignments to the hard frame pointer
      as being stack frame related.
      (xstormy16_expand_epilogue): Mark adjustments to the stack pointer as being
      stack frame related.
      
      From-SVN: r66954
      6208b55d
    • Michael Koch's avatar
      2003-05-19 Michael Koch <konqueror@gmx.de> · 27d645f7
      Michael Koch authored
      	* java/nio/CharBuffer.java
      	(toString): Compile fix.
      
      From-SVN: r66953
      27d645f7
    • Richard Sandiford's avatar
      mips.h (ISA_HAS_LOAD_DELAY, [...]): New macros. · 21c9500d
      Richard Sandiford authored
      	* config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
      	ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
      	(PREDICATE_CODES): Add hilo_operand.
      	* config/mips/mips.c (hilo_operand): New predicate.
      	(mips_adjust_insn_length): Account for the number nops that might
      	be needed to avoid hardware hazards.
      	* config/mips/mips.md (dslot): Remove attribute.
      	(hazard): New attribute.
      	(can_delay): Use it.  Check for calls, branches & jumps.
      	(muldi3): Use the standard dmult pattern for mips16 code.
      	(muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
      
      From-SVN: r66952
      21c9500d
    • Richard Sandiford's avatar
      mips-protos.h (final_prescan_insn, [...]): Remove. · f29d1b66
      Richard Sandiford authored
      	* config/mips/mips-protos.h (final_prescan_insn,
      	mips_count_memory_refs, mips_fill_delay_slot): Remove.
      	* config/mips/mips.h (delay_type, dslots_load_total,
      	dslots_load_filled, dslots_jump_total, dslots_jump_filled,
      	dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
      	mips_load_reg3, mips_load_reg4): Remove.
      	(MASK_STATS): Remove.
      	(MASK_EXPLICIT_RELOCS): Reuse its value.
      	(TARGET_STATS): Remove.
      	(TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
      	Warn that -mstats is now ignored.
      	(FINAL_PRESCAN_INSN): Undefine.
      	(DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
      	(ASM_OUTPUT_REG_POP): Likewise.
      	* config/mips/mips.c (dslots_load_total, dslots_load_filled,
      	dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
      	mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
      	mips_fill_delay_slot, mips_count_memory_refs,
      	final_prescan_insn): Remove.
      	(output_block_move): Remove calls to mips_count_memory_refs.
      	(print_operand): Remove printing of #nop for TARGET_STATS.
      	(mips_output_function_epilogue): Remove TARGET_STATS code.
      	Reorganize setting of fnnmae.
      	* config/mips/mips.md: Remove handling of dslot statistics
      	throughout file.  Change all fcmp patterns into normal asm
      	templates, removing calls to mips_fill_delay_slot.
      	* doc/invoke.texi: Remove documentation of -mstats.
      
      From-SVN: r66951
      f29d1b66
    • Richard Sandiford's avatar
      mips.c (mips_class_max_nregs): Return the number of words in the mode. · 30a38382
      Richard Sandiford authored
      	* config/mips/mips.c (mips_class_max_nregs): Return the number of
      	words in the mode.
      
      From-SVN: r66950
      30a38382
    • Richard Sandiford's avatar
      mips.c (override_options): Disable explicit relocs for old ABIs unless using gas. · beb14bd5
      Richard Sandiford authored
      	* config/mips/mips.c (override_options): Disable explicit
      	relocs for old ABIs unless using gas.
      
      From-SVN: r66949
      beb14bd5
    • Andrew Pinski's avatar
      name-lookup.c (free_binding_entry): fix where the GTY markers are. · 7e8f3096
      Andrew Pinski authored
      	* name-lookup.c (free_binding_entry): fix where the GTY markers are.
      	(binding_entry_make): Make entry->chain NULL after getting an entry.
      	fix the spelling of chain in a comment.
      	(binding_table_free): speed up by having temporary variable.
      	(binding_table_new): set table->chain to be NULL after allocating
      	a table.
      	(cxx_binding_make): use gcc_alloc instead of ggc_alloc_cleared and set
      	binding->previous to NULL after getting an binding for speed.
      
      From-SVN: r66948
      7e8f3096
    • Eric Christopher's avatar
      mips.h: Remove definition of g_switch_value. · 1c745a02
      Eric Christopher authored
      2003-05-18  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/mips.h: Remove definition of g_switch_value.
      
      From-SVN: r66947
      1c745a02
    • Michael Koch's avatar
      2003-05-19 Michael Koch <konqueror@gmx.de> · 10832fce
      Michael Koch authored
      	* gnu/java/nio/ByteBufferImpl.java
      	(putLong): Fixed conversion to bytes.
      	(putDouble): Fixed conversion to bytes.
      	* gnu/java/nio/DirectByteBufferImpl.java
      	(putLong): Fixed conversion to bytes.
      	(putDouble): Fixed conversion to bytes.
      	* gnu/java/nio/FileLockImpl.java
      	(isValid): Reformatted.
      	* java/nio/Buffer.java
      	(Buffer): Fixed off-by-one bug in handling mark.
      	* java/nio/ByteBuffer.java:
      	Added newline.
      	* java/nio/CharBuffer.java
      	(toString): Don't use relative get to get string data.
      
      From-SVN: r66946
      10832fce
    • Matt Kraai's avatar
      flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT. · 307b599c
      Matt Kraai authored
      	* flags.h (g_switch_value): Change to an unsigned
      	HOST_WIDE_INT.
      	* toplev.c (g_switch_value): Likewise.
      
      	* config/alpha/alpha.c (small_symbolic_operand): Remove
      	g_switch_value cast.
      	(alpha_in_small_data_p): Cast size to an unsigned
      	HOST_WIDE_INT.
      
      	* config/frv/frv.c (frv_in_small_data_p): Cast size to an
      	unsigned HOST_WIDE_INT.
      	* config/frv/frv.h (g_switch_value, g_switch_set): Remove.
      	(ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
      
      	* config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
      	unsigned HOST_WIDE_INT.
      	(m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
      	* config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
      	(ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
      
      	* config/rs6000/rs6000.c (rs6000_file_start): Use
      	HOST_WIDE_INT_PRINT_UNSIGNED.
      	(small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
      	(rs6000_elf_in_small_data_p): Cast size to unsigned
      	HOST_WIDE_INT.
      	* config/rs6000/sysv4.h (g_switch_value, g_switch_set):
      	Remove.
      	(SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
      	g_switch_set.
      	(ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
      	g_switch_value cast.
      
      From-SVN: r66945
      307b599c
    • GCC Administrator's avatar
      Daily bump. · 48ef54fb
      GCC Administrator authored
      From-SVN: r66943
      48ef54fb
Loading