1. 24 Jun, 2002 3 commits
    • Makefile.in: Rebuilt. · 44d96e0c
      	* Makefile.in: Rebuilt.
      	* Makefile.am (RUNTEST): Added AM_RUNTESTFLAGS.
      	(AM_RUNTESTFLAGS): New variable.
      	(RUNTESTFLAGS): Don't define.
      	* lib/libjava.exp (libjava_invoke): New proc.
      	(test_libjava_from_source): Use it.
      	(test_libjava_from_javac): Likewise.
      	(libjava_find_gij): New proc.
      
      From-SVN: r54939
      Tom Tromey committed
    • doloop.c (doloop_valid_p): Correct comment. · 0228d06b
      	* doloop.c (doloop_valid_p): Correct comment.
      	(doloop_modify_runtime <abs_inc != 1>): Simplify.
      	(doloop_modify_runtime <do-while>): Don't emit code when NE.
      
      From-SVN: r54938
      Alan Modra committed
    • Makefile.in: Rebuilt. · 17ba19fe
      	* Makefile.in: Rebuilt.
      	* Makefile.am ($(srcdir)/java/lang/Object.h,
      	$(srcdir)/java/lang/Class.h): Added dummy targets.
      
      From-SVN: r54936
      Tom Tromey committed
  2. 23 Jun, 2002 8 commits
  3. 22 Jun, 2002 7 commits
  4. 21 Jun, 2002 17 commits
    • vax.c (vax_output_function_prologue): Use REGISTER_PREFIX. · 23361093
      2002-06-21  Matt Thomas  <matt@3am-software.com>
      
      * config/vax/vax.c (vax_output_function_prologue): Use
      REGISTER_PREFIX.  Fix some indentation.
      * config/vax/vax.h (FUNCTION_PROFILER): Use reg_names[].
      (VAX_ISTREAM_SYNC): Define.
      (INITIALIZE_TRAMPOLINE): Use VAX_ISTREAM_SYNC.  Move the
      i-stream sync to the end.
      (REGISTER_PREFIX): Define as "".
      (ASM_OUTPUT_MI_THUNK): Use REGISTER_PREFIX.
      
      From-SVN: r54894
      Matt Thomas committed
    • config.gcc (ns32k-*-netbsd*): Remove from list of obsolete configurations. · 1c655a0d
      * config.gcc (ns32k-*-netbsd*): Remove from list of obsolete
      configurations.
      
      From-SVN: r54893
      Jason Thorpe committed
    • * configure.in: Fix AIX configury bug. · 6bd12129
      From-SVN: r54892
      Nathanael Nerode committed
    • c_compatibility: New. · 8081da07
      
      2002-06-21  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/c_compatibility: New.
      	* include/c_compatibility/assert.h: New.
      	* include/c_compatibility/ctype.h: New.
      	* include/c_compatibility/errno.h: New.
      	* include/c_compatibility/float.h: New.
      	* include/c_compatibility/iso646.h: New.
      	* include/c_compatibility/limits.h: New.
      	* include/c_compatibility/locale.h: New.
      	* include/c_compatibility/math.h: New.
      	* include/c_compatibility/setjmp.h: New.
      	* include/c_compatibility/signal.h: New.
      	* include/c_compatibility/stdarg.h: New.
      	* include/c_compatibility/stddef.h: New.
      	* include/c_compatibility/stdio.h: New.
      	* include/c_compatibility/stdlib.h: New.
      	* include/c_compatibility/string.h: New.
      	* include/c_compatibility/time.h: New.
      	* include/c_compatibility/wchar.h: New.
      	* include/c_compatibility/wctype.h: New.
      
      	* include/c/std_cerrno.h: Get out of the way... define errno.
      	* include/c/std_cmath.h: Add abs, modf overloads.
      	Undefine C99 isms. Still not sure how to deal with this sanely.
      	* include/c/std_csetjmp.h: Tweak.
      	* include/c/std_cwchar.h: Include cstddef for size_t.
      
      	* include/c_std/std_cmath.h: Remove extra function.
      
      	Pendantic std usage in testsuites.
      	* testsuite/17_intro/header_cstdlib.cc (test01): Qualify ldiv_t
      	with std.
      	* testsuite/17_intro/header_cwchar.cc: Tweak.
      	* testsuite/22_locale/codecvt_members_char_char.cc (test03): Use
      	std::setlocale.
      	* testsuite/22_locale/ctype_to_wchar_t.cc (test05): Same.
      	* testsuite/22_locale/ctype_to_char.cc (test05): Same.
      	* testsuite/22_locale/ctype_is_wchar_t.cc (test05): Same.
      	* testsuite/22_locale/ctype_is_char.cc (test05): Same.
      	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Same.
      	* testsuite/22_locale/time_get_members_wchar_t.cc (test08): Same.
      	* testsuite/22_locale/time_get_members_char.cc (test08): Same.
      	* testsuite/22_locale/time_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/time_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/numpunct_members_char.cc (test03): Same.
      	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
      	* testsuite/22_locale/num_get_members_char.cc: Same.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test07): Same.
      	* testsuite/22_locale/money_put_members_char.cc (test07): Same.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/moneypunct_members_char.cc (test03): Same.
      	* testsuite/22_locale/money_get_members_wchar_t.cc (test08): Same.
      	* testsuite/22_locale/money_get_members_char.cc (test08): Same.
      	* testsuite/22_locale/messages_members_char.cc (test03): Same.
      	* testsuite/22_locale/collate_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/collate_members_char.cc (test04): Same.
      	* testsuite/26_numerics/fabs_inline.cc: Use std::printf.
      	* testsuite/27_io/istream_seeks.cc (test02): Qualify abort.
      	* testsuite/27_io/istream_extractor_arith.cc (test11): Qualify strtol.
      
      From-SVN: r54891
      Benjamin Kosnik committed
    • mangle.c (integer_type_codes): Const-ify. · eb6b51b9
      cp:
      	* mangle.c (integer_type_codes): Const-ify.
      java:
      	* decl.c (clear_binding_level): Const-ify.
      
      From-SVN: r54890
      Kaveh R. Ghazi committed
    • tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro. · 3e16bfe2
      	* tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,
      	tree_node_kind_names): Wrap in GATHER_STATISTICS macro.
      
      From-SVN: r54888
      Kaveh R. Ghazi committed
    • netbsd.h: Adjust a comment. · 6b0760fd
      2002-06-21  Matt Thomas  <matt@3am-software.com>
      
      * config/vax/netbsd.h: Adjust a comment.
      (TARGET_DEFAULT): Redefine as 0.
      
      From-SVN: r54887
      Matt Thomas committed
    • bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthru edge. · 31a78298
      2002-06-21  Richard Henderson  <rth@redhat.com>
      
      * bb-reorder.c (make_reorder_chain_1): Search harder for the
      vax casesi fallthru edge.
      * cfglayout.c (cleanup_unconditional_jumps): Use
      redirect_edge_succ_nodup.  Do not delete ADDR_VEC insns as dead.
      * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
      block after ADDR_VEC.
      
      From-SVN: r54885
      Richard Henderson committed
    • Object.m (forward, [...]): Fix unused parameter warnings. · b62cc13a
      	* Object.m (forward, read, write): Fix unused parameter warnings.
      	* encoding.c: Include <stdlib.h>.
      	(target_flags): Mark with attribute unused.
      	(atoi): Delete.
      	* runtime.h (__objc_selector_max_index): Change to unsigned int.
      	(__objc_generate_gc_type_description): Prototype.
      	* selector.c (__objc_selector_max_index): Change to unsigned int.
      
      From-SVN: r54884
      Kaveh R. Ghazi committed
    • Make-lang.in (treelang/tree1.o, [...]): Add dependency on $(CONFIG_H). · 4ae361ec
      	* Make-lang.in (treelang/tree1.o, treelang/treetree.o,
      	treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
      
      From-SVN: r54881
      Andreas Jaeger committed
    • Daily bump. · 0eda5d3a
      From-SVN: r54877
      GCC Administrator committed
    • Reformat JDBC classes and add new JDK 1.4 classes and methods. · f2390fad
      	* java/sql/ParameterMetaData.java, java/sql/SQLPermission.java,
      	java/sql/Savepoint.java: New files.
      	* java/sql/Array.java, java/sql/BatchUpdateException.java,
      	java/sql/Blob.java, java/sql/CallableStatement.java,
      	java/sql/Clob.java, java/sql/Connection.java,
      	java/sql/DataTruncation.java, java/sql/DatabaseMetaData.java,
      	java/sql/Date.java, java/sql/Driver.java,
      	java/sql/DriverManager.java,
      	java/sql/DriverPropertyInfo.java, java/sql/PreparedStatement.java,
      	java/sql/Ref.java, java/sql/ResultSet.java,
      	java/sql/ResultSetMetaData.java, java/sql/SQLData.java
      	java/sql/SQLException.java, java/sql/SQLInput.java,
      	java/sql/SQLOutput.java, java/sql/SQLWarning.java
      	java/sql/Statement.java, java/sql/Struct.java, java/sql/Time.java,
      	java/sql/Timestamp.java, java/sql/Types.java: Updated to JDBC 3.0
      	(JDK 1.4) specification.
      	* javax/sql/ConnectionEvent.java,
      	javax/sql/ConnectionEventListener.java,
      	javax/sql/ConnectionPoolDataSource.java,
      	javax/sql/DataSource.java, javax/sql/PooledConnection.java,
      	javax/sql/RowSetEvent.java, javax/sql/RowSetInternal.java,
      	javax/sql/RowSet.java, javax/sql/RowSetListener.java,
      	javax/sql/RowSetMetaData.java, javax/sql/RowSetReader.java,
      	javax/sql/RowSetWriter.java, javax/sql/XAConnection.java,
      	javax/sql/XADataSource.java: New files.
      	* Makefile.am: Add new files.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r54871
      Bryce McKinlay committed
    • cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile->line. · 00b94a44
      	* cpperror.c (cpp_error): For traditional CPP, default to
      	diagnostics on pfile->line.
      	* cpplib.c (prepare_directive_trad): Set line number for
      	diagnostics for #define too.
      	* cpptrad.c (skip_whitespace): Skip comments properly.
      	(_cpp_expansions_different_trad): Initialize quote2.
      testsuite:
      	* gcc.dg/cpp/trad: New directory with traditional tests copied
      	from parent directory.
      	* gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
      	gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
      	gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
      	gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
      	Move to trad/ and rename.
      	* gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
      	gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
      	gcc.dg/cpp/trad/redef2.c: New tests.
      	* gcc.dg/cpp/trad/trad.exp: New driver.
      
      From-SVN: r54870
      Neil Booth committed
    • mmix.md: Change GNU CC to GCC in file header comment. · c583c5c3
      	* config/mmix/mmix.md: Change GNU CC to GCC in file header comment.
      	* config/mmix/mmix.h: Ditto.
      	* config/mmix/mmix-protos.h: Ditto.
      	* config/mmix/mmix.c: Ditto.  Fix typo in comment.
      	* config/mmix/mmix-modes.def: Change GNU CC to GCC in file header
      	comment.  Comment extra CC modes.
      
      From-SVN: r54869
      Hans-Peter Nilsson committed
    • cfglayout.c (scope_to_insns_initialize): Call set_block_levels. · 1292ec0c
              * cfglayout.c (scope_to_insns_initialize): Call set_block_levels.
              (scope_to_insns_finalize): Do not call set_block_levels; handle
              sequences.
              (choose_inner_scope): New.
              * rtl.h (choose_inner_scope): Declare.
      
      From-SVN: r54868
      Jan Hubicka committed
    • pa-protos.h (pa_asm_output_mi_thunk): Change third argument to HOST_WIDE_INT. · 0f8e3849
      	* pa-protos.h (pa_asm_output_mi_thunk): Change third argument to
      	HOST_WIDE_INT.
      	* pa.c (pa_asm_output_mi_thunk): Likewise.
      	(n_deferred_plabels): Change type to size_t.
      	(output_deferred_plabels, output_call): Use size_t instead of int.
      
      From-SVN: r54867
      John David Anglin committed
  5. 20 Jun, 2002 5 commits