platform/upstream/gcc.git
21 years agospe.h: Remove unecessary casts.
Aldy Hernandez [Sat, 3 May 2003 22:44:44 +0000 (22:44 +0000)]
spe.h: Remove unecessary casts.

2003-05-03  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.

From-SVN: r66437

21 years agore PR c/10604 (-Wall includes sign conversion warning [3.3 regression])
Zack Weinberg [Sat, 3 May 2003 21:44:31 +0000 (21:44 +0000)]
re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])

PR c/10604

* c-common.c (warn_sign_compare): Initialize to -1.
* c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
(c_common_decode_option <OPT_Wall>): Set warn_sign_compare
for C++ only.
(c_common_post_options): Set warn_sign_compare from extra_warnings
if it's still -1 at this point.

* toplev.c (maybe_warn_unused_parameter): New static variable.
(set_Wextra): New static function.
(W_options): Remove "extra".
(decode_W_option): Call set_Wextra.
(independent_decode_option): Likewise.
(set_Wunused): Cooperate with set_Wextra in setting
warn_unused_parameter.
(rest_of_compilation): No need to check extra_warnings as
well as warn_uninitialized.

* c-typeck.c (build_binary_op, build_conditional_expr):
No need to check extra_warnings as well as warn_sign_compare.
(internal_build_compound_expr): No need to check extra_warnings
as well as warn_unused_value.
* function.c (expand_function_end): No need to check extra_warnings
as well as warn_unused_parameter.
* stmt.c (expand_expr_stmt_value): No need to check extra_warnings
as well as warn_unused_value.
* cp/typeck.c (build_x_compound_expr): No need to check
extra_warnings as well as warn_unused_value.

* doc/invoke.texi: Clarify documentation of -Wsign-compare.
* gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.

* Makefile.in: Disable -Werror for gengtype-lex.o.

From-SVN: r66436

21 years agotrans.c (tree_transform): Use location_t and input_location directly.
Nathan Sidwell [Sat, 3 May 2003 16:43:17 +0000 (16:43 +0000)]
trans.c (tree_transform): Use location_t and input_location directly.

* trans.c (tree_transform): Use location_t and input_location
directly.
(build_unit_elab): Likewise.
* utils.c (create_label_decl): Likewise.

From-SVN: r66433

21 years agocom.c (ffecom_do_entry_): Use location_t and input_location directly.
Nathan Sidwell [Sat, 3 May 2003 16:39:50 +0000 (16:39 +0000)]
com.c (ffecom_do_entry_): Use location_t and input_location directly.

* com.c (ffecom_do_entry_): Use location_t and input_location
directly.
(ffecom_gen_sfuncdef_): Likewise.
(ffecom_start_progunit_): Likewise.
(ffecom_sym_transform_): Likewise.
(ffecom_sym_transform_assign_): Likewise.
* lex.c (ffelex_hash_): Likewise.
(ffelex_include_): Likewise.
* std.c (ffestd_exec_begin): Likewise.
(ffestd_exec_end): Likewise.
* ste.c (struct gbe_block): Likewise.
(ffeste_start_block_): Likewise.
(ffeste_start_stmt_): Likewise.

From-SVN: r66432

21 years agoGtkButtonPeer.java: Fix misspelling of "version".
Matt Kraai [Sat, 3 May 2003 16:20:48 +0000 (16:20 +0000)]
GtkButtonPeer.java: Fix misspelling of "version".

* libjava/gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling of
"version".
* libjava/gnu/awt/gtk/GtkComponentPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkContainerPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkFramePeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkLabelPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkMainThread.java: Likewise.
* libjava/gnu/awt/gtk/GtkToolkit.java: Likewise.
* libjava/gnu/awt/gtk/GtkWindowPeer.java: Likewise.
* libjava/java/security/Key.java: Likewise.
* libjava/java/security/PrivateKey.java: Likewise.
* libjava/java/security/Provider.java: Likewise.
* libjava/java/security/PublicKey.java: Likewise.

From-SVN: r66431

21 years agoexpr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes.
Richard Kenner [Sat, 3 May 2003 14:30:07 +0000 (14:30 +0000)]
expr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes.

* expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
gen_lowpart on non-integer modes.

From-SVN: r66430

21 years agoemit-rtl.c (last_call_insn, [...]): New functions.
Olivier Hainque [Sat, 3 May 2003 14:25:22 +0000 (16:25 +0200)]
emit-rtl.c (last_call_insn, [...]): New functions.

* emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
* rtl.h (last_call_insn, add_function_usage_to): New prototypes.
* builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
* calls.c (emit_call_1): Likewise.
(expand_call): For calls initializing constant memory, replace
emission of standalone mem /u clobber with function usage entry.
* expr.c (emit_block_move_via_libcall): Likewise.
* cse.c (count_reg_usage, case EXPR_LIST): New case.
* flow.c (propagate_one_insn): Pass entire operand of
CALL_INSN_FUNCTION_USAGE to mark_used_regs.
* integrate.c (try_constants): For CALL_INSNs, substitute constants
within the FUNCTION_USAGE also.
* loop.c (prescan_loop): Note clobbers of const mem mentioned in
FUNCTION_USAGE lists.
* reload1.c (replace_pseudos_in): Renamed.
(reload): Use it for clobbers surviving until the end of the reload.

From-SVN: r66429

21 years agostor-layout.c (place_field): When adjusting offset_align, use desired_align, not...
Richard Kenner [Sat, 3 May 2003 14:16:27 +0000 (14:16 +0000)]
stor-layout.c (place_field): When adjusting offset_align, use desired_align, not DECL_ALIGN.

* stor-layout.c (place_field): When adjusting offset_align, use
desired_align, not DECL_ALIGN.

From-SVN: r66428

21 years agocp-demangle.c: Fix typo in "char_traints" string-literal.
Carlo Wood [Sat, 3 May 2003 14:09:35 +0000 (14:09 +0000)]
cp-demangle.c: Fix typo in "char_traints" string-literal.

2003-05-03  Carlo Wood  <carlo@alinoe.com>

* cp-demangle.c: Fix typo in "char_traints" string-literal.

From-SVN: r66427

21 years ago* gcc.dg/m-un-2.c: Fix the typedef of size_t.
Kazu Hirata [Sat, 3 May 2003 13:34:43 +0000 (13:34 +0000)]
* gcc.dg/m-un-2.c: Fix the typedef of size_t.

From-SVN: r66426

21 years agoc-decl.c (pending_invalid_xref_file): Remove.
Nathan Sidwell [Sat, 3 May 2003 13:28:33 +0000 (13:28 +0000)]
c-decl.c (pending_invalid_xref_file): Remove.

* c-decl.c (pending_invalid_xref_file): Remove.
(pending_invalid_xref_line): Remove.
(pending_invalid_xref_location): New.
(lookup_label): Use location_t and input_location directly.
(lookup_tag): Likewise.
(pending_xref_error): Likewise.
(c_expand_body_1): Likewise.
* c-common.c (x_expand_start_cond): Likewise.
* c-semantics.c (genrtl_for_stmt): Likewise.
(find_reachable_label): Likewise.
* expr.c (expand_expr): Likewise.
* integrate.c (output_inline_function): Likewise.
* tree-inline.c (find_alloca_call): Likewise.
(find_builtin_longjmp_call): Likewise.
* gcc.c (input_filename): Make static.

From-SVN: r66425

21 years agoPR c++/9364, c++/10553, c++/10586
Kriang Lerdsuwanakij [Sat, 3 May 2003 11:58:17 +0000 (11:58 +0000)]
PR c++/9364, c++/10553, c++/10586

PR c++/9364, c++/10553, c++/10586
* decl.c (make_typename_type): Don't crash on illegal code.

* g++.dg/parse/typename4.C: New test.
* g++.dg/parse/typename5.C: Likewise.

From-SVN: r66424

21 years agoclass.c (finish_struct): Use location_t and input_location directly.
Nathan Sidwell [Sat, 3 May 2003 11:37:22 +0000 (11:37 +0000)]
class.c (finish_struct): Use location_t and input_location directly.

* class.c (finish_struct): Use location_t and input_location
directly.
* decl.c (make_label_decl): Likewise.
(use_label): Likewise.
* decl2.c (warn_if_unknown_interface): Likewise.
(start_static_initialization_or_destruction): Likewise.
(generate_ctor_or_dtor_function): Likewise.
(finish_file): Likewise.
* error.c (print_instantiation_full_context): Likewise.
* init.c (create_temporary_var): Likewise.
* method.c (synthesize_method): Likewise.
* parser.c (cp_token): Likewise.
(cp_lexer_set_source_position_from_token): Likewise.
(cp_lexer_get_preprocessor_token): Likewise.
(cp_parser_statement): Likewise.
* pt.c (tsubst_friend_function): Likewise.
(instantiate_class_template): Likewise.
(tsubst_decl): Likewise.
(tsubst): Likewise.
(instantiate_decl): Likewise.
* semantics.c (begin_class_definition): Likewise.
(expand_body): Likewise.

From-SVN: r66423

21 years ago* ansify.c (die_unless): Revert lineno change here.
Nathan Sidwell [Sat, 3 May 2003 11:24:55 +0000 (11:24 +0000)]
* ansify.c (die_unless): Revert lineno change here.

From-SVN: r66422

21 years ago* gcc.c-torture/compile/20030503-1.c: New test.
Richard Sandiford [Sat, 3 May 2003 08:42:58 +0000 (08:42 +0000)]
* gcc.c-torture/compile/20030503-1.c: New test.

From-SVN: r66421

21 years ago* config/mips/mips.md: Fix comment typo.
Richard Sandiford [Sat, 3 May 2003 08:40:07 +0000 (08:40 +0000)]
* config/mips/mips.md: Fix comment typo.

From-SVN: r66420

21 years agomips.c (mips_integer_op): New structure.
Richard Sandiford [Sat, 3 May 2003 08:10:17 +0000 (08:10 +0000)]
mips.c (mips_integer_op): New structure.

* config/mips/mips.c (mips_integer_op): New structure.
(MIPS_MAX_INTEGER_OPS): Define.
(mips_const_insns): Use mips_build_integer to determine the number
of instructions needed to load a CONST_INT.
(move_operand): Reject compound CONST_INTs.
(mips_build_shift, mips_build_lower, mips_build_integer): New fns.
(mips_move_integer): New fn.
(mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
(mips_legitimize_move): Only legitimize constants when moving
word or subword values.

From-SVN: r66419

21 years ago* testsuite/thread/pthread1.cc: Remove special case for FreeBSD.
Loren J. Rittle [Sat, 3 May 2003 07:42:22 +0000 (07:42 +0000)]
* testsuite/thread/pthread1.cc: Remove special case for FreeBSD.

From-SVN: r66418

21 years ago* Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
Matt Kraai [Sat, 3 May 2003 05:43:34 +0000 (05:43 +0000)]
* Makefile.in (gcov-iov.h): Use move-if-change and a stamp.

From-SVN: r66417

21 years agore PR java/10491 (gcjh should make enclosing class a "friend" of inner classes)
Tom Tromey [Sat, 3 May 2003 02:29:26 +0000 (02:29 +0000)]
re PR java/10491 (gcjh should make enclosing class a "friend" of inner classes)

PR java/10491:
* gjavah.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
(handle_inner_classes): New function.

From-SVN: r66416

21 years agoMakefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
Chris Demetriou [Sat, 3 May 2003 01:29:54 +0000 (01:29 +0000)]
Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.

2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.

From-SVN: r66415

21 years agore PR java/10459 (ICE with certain expressions as 3rd clause of for loop)
Tom Tromey [Sat, 3 May 2003 00:35:06 +0000 (00:35 +0000)]
re PR java/10459 (ICE with certain expressions as 3rd clause of for loop)

PR java/10459:
* parse.y (finish_for_loop): Do nothing if update expression is a
EXPR_WFL_NODE wrapping nothing.
(java_complete_lhs) <COMPOUND_EXPR>: Likewise.

From-SVN: r66411

21 years agore PR java/10459 (ICE with certain expressions as 3rd clause of for loop)
Tom Tromey [Sat, 3 May 2003 00:33:18 +0000 (00:33 +0000)]
re PR java/10459 (ICE with certain expressions as 3rd clause of for loop)

PR java/10459:
* libjava.compile/pr10459_2.java: New file.
* libjava.compile/pr10459.java: New file.

From-SVN: r66410

21 years agobuiltins.c (expand_builtin_stpcpy): Copy `arglist' before modifying it.
Kaveh R. Ghazi [Sat, 3 May 2003 00:25:59 +0000 (00:25 +0000)]
builtins.c (expand_builtin_stpcpy): Copy `arglist' before modifying it.

* builtins.c (expand_builtin_stpcpy): Copy `arglist' before
modifying it.

From-SVN: r66409

21 years agoDaily bump.
GCC Administrator [Sat, 3 May 2003 00:16:15 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r66407

21 years agocontrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata.
Falk Hueffner [Fri, 2 May 2003 23:53:19 +0000 (23:53 +0000)]
contrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata.

* doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
Hernandez, and Kazu Hirata.  Update Richard Henderson.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r66405

21 years agoMakefile.am (CLEANFILES): Remove PCH files in target directory.
Benjamin Kosnik [Fri, 2 May 2003 23:18:09 +0000 (23:18 +0000)]
Makefile.am (CLEANFILES): Remove PCH files in target directory.

2003-05-02  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (CLEANFILES): Remove PCH files in target
directory.
* include/Makefile.in: Regenerate.

From-SVN: r66403

21 years agostd_sstream.h (str()): Tidy.
Paolo Carlini [Fri, 2 May 2003 23:02:03 +0000 (01:02 +0200)]
std_sstream.h (str()): Tidy.

2003-05-02  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): Tidy.

From-SVN: r66402

21 years agoRemove myself as ARC maintainer.
Richard Kenner [Fri, 2 May 2003 19:23:41 +0000 (15:23 -0400)]
Remove myself as ARC maintainer.

From-SVN: r66397

21 years agors6000.c (rs6000_attribute_table): Add 'extern' to tentative declaration.
Geoffrey Keating [Fri, 2 May 2003 18:36:50 +0000 (18:36 +0000)]
rs6000.c (rs6000_attribute_table): Add 'extern' to tentative declaration.

* config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
to tentative declaration.

From-SVN: r66396

21 years agostreambuf.tcc (__copy_streambufs): Rewrote.
Nathan Myers [Fri, 2 May 2003 18:35:24 +0000 (18:35 +0000)]
streambuf.tcc (__copy_streambufs): Rewrote.

2003-05-02  Nathan Myers  <ncm@cantrip.org>
    Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (__copy_streambufs): Rewrote.

Co-Authored-By: Paolo Carlini <pcarlini@unitus.it>
From-SVN: r66395

21 years agosysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
Geoffrey Keating [Fri, 2 May 2003 18:32:49 +0000 (18:32 +0000)]
sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.

* config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
(SYMBOL_FLAG_SMALL_V4): Delete.
* config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
(rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
(rs6000_elf_in_small_data_p): Add extra section names.  Add
comment about TREE_PUBLIC test.

From-SVN: r66393

21 years agoc-semantics.c (genrtl_switch_stmt, [...]): Call expand_stmt on result of expand_unrea...
Geoffrey Keating [Fri, 2 May 2003 18:07:01 +0000 (18:07 +0000)]
c-semantics.c (genrtl_switch_stmt, [...]): Call expand_stmt on result of expand_unreachable_stmt.

* c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
expand_stmt on result of expand_unreachable_stmt.

From-SVN: r66392

21 years agoMAINTAINERS (GNATS only): Add Falk Hueffner.
Wolfgang Bangerth [Fri, 2 May 2003 16:33:48 +0000 (10:33 -0600)]
MAINTAINERS (GNATS only): Add Falk Hueffner.

2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
        * MAINTAINERS (GNATS only): Add Falk Hueffner.

From-SVN: r66390

21 years agobasic_string.h (swap): Remove redundant template parameters from declaration of non...
Jonathan Wakely [Fri, 2 May 2003 15:50:53 +0000 (16:50 +0100)]
basic_string.h (swap): Remove redundant template parameters from declaration of non-template member...

2003-05-02  Jonathan Wakely  <redi@gcc.gnu.org>

* include/bits/basic_string.h (swap): Remove redundant template
parameters from declaration of non-template member function.

From-SVN: r66389

21 years ago* doc/contrib.texi (Contributors): Add Daniel Berlin.
Gerald Pfeifer [Fri, 2 May 2003 15:27:06 +0000 (17:27 +0200)]
* doc/contrib.texi (Contributors): Add Daniel Berlin.

From-SVN: r66388

21 years ago{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease number of automata.
David Edelsohn [Fri, 2 May 2003 14:49:52 +0000 (14:49 +0000)]
{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease number of automata.

        * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
        number of automata.

        * config/rs6000/rs6000.c (symbol_ref_operand): Check
        SYMBOL_REF_FUNCTION_P on AIX.
        (current_file_function_operand): Same.
        * config/rs6000/rs6000.md (call,call_value): Force non-function
        symbol_ref into register on AIX.

From-SVN: r66385

21 years ago2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Fri, 2 May 2003 14:23:21 +0000 (14:23 +0000)]
2003-05-02  Michael Koch  <konqueror@gmx.de>

* java/net/URI.java
(create): Doesnt throws any exceptions.
* java/net/URLConnection.java
(URLConnection): Commend added.
(getExpiration): The header field is called "expires" not
"expiration".
(getHeaderField): Merged documentation with classpath.
(getHeaderFieldInt): Likewise.
(getHeaderFieldDate): Likewise.
(getHeaderFieldKey): Likewise.
(getPermission): Likewise.
(setDefaultUseCaches): Likewise.
(setRequestProperty): Likewise.
(addRequestProperty): Likewise.
(getRequestProperty): Likewise.
(getRequestProperties): Likewise.
(setDefaultRequestProperty): Likewise.
(getDefaultRequestProperty): Likewise.
(guessContentTypeFromStream): Likewise.
(getFileNameMap): Likewise.
(setFileNameMap): Likewise.
(setDoInput): Merged implementation and documentation with classpath.
(setDoOutput): Likewise.
(setAllowUserInteraction): Likewise.
(setDefaultAllowUserInteraction): Likewise.
(setContentHandlerFactory): Made it synchronized, merged documentation
with classpath.
(guessContentTypeFromName): Renamed argument fname to filename to
match classpath, merged documentation with classpath.

From-SVN: r66384

21 years agocalls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad to struct...
Alan Modra [Fri, 2 May 2003 14:22:09 +0000 (14:22 +0000)]
calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad to struct locate_and_pad_arg_data.

* calls.c (struct arg_data): Move offset, slot_offset, size and
alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
(initialize_argument_information): Adjust call to locate_and_pad_parm.
Delete alignment_pad var.  Don't calculate slot_offset here.
(emit_library_call_value_1): Delete alignment_pad, offset and size
vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
Adjust call to locate_and_pad_parm.  Don't tweak arg size for
partial in-regs here.  Formatting fixes.
* expr.h (struct locate_and_pad_arg_data): New struct.
(locate_and_pad_parm): Adjust declaration.
* function.c (assign_parms): Localize vars.  Use "locate" instead of
other arg location vars.  Don't invoke FUNCTION_ARG or
FUNCTION_INCOMING_ARG unless pretend_named is different from
named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
Use slot_offset for stack home of reg parms.  Correct test for
parm passed in memory.  Formatting fixes.
(locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
Correct initial_offset_ptr handling.  Localize vars.  Always pad
locate->offset even when in_regs.

From-SVN: r66383

21 years agoClarify the comment before the abort we hit when a translated string contains invalid...
Wolfgang Bangerth [Fri, 2 May 2003 13:34:52 +0000 (07:34 -0600)]
Clarify the comment before the abort we hit when a translated string contains invalid formats.

From-SVN: r66381

21 years ago* g++.dg/lookup/using5.C: Fix testcase error.
Kriang Lerdsuwanakij [Fri, 2 May 2003 12:33:30 +0000 (12:33 +0000)]
* g++.dg/lookup/using5.C: Fix testcase error.

From-SVN: r66380

21 years ago2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Fri, 2 May 2003 12:32:40 +0000 (12:32 +0000)]
2003-05-02  Michael Koch  <konqueror@gmx.de>

* java/net/JarURLConnection.java
(JarURLConnection): Class documentation merged with classpath.
(getJarFileURL): Moved and documentation merged with classpath.
(getEntryName): Likewise.
(JarURLConnection): Documentation merged with classpath.
(getJarEntry): Likewise.
(getJarFile): Likewise.
* java/net/PlainDatagramSocketImpl.java:
Class documentation moved.
* java/net/URLConnection.java
(fileNameMap): Moved and documentation merged with classpath.
(factory): Likewise.
(defaultAllowUserInteraction): Likewis.
(defaultUseCaches): Likewise.
(allowUserInteraction): Likewise.
(connected): Likewise.
(url): Likewise.
(connect): Documentation merged with classpath.
(getURL): Likewise.
(getContentLength): Likewise.
(getContentType): Likewise.
(getContentEncoding): Likewise.
(getExpiration): Likewise.
(getDate): Likewise.
(getLastModified): Likewise.
(getHeaderField): Likewise.
(getContent): Likewise.
(getPermission): Likewise.
(getInputStream): Likewise.
(getOutputStream): Likewise.
(toString): Likewise.
(getDoInput): Likewise.
(getDoOutput): Likewise.
(setAllowUserInteraction): Likewise.
(getAllowUserInteraction): Likewise.
(setDefaultAllowUserInteraction): Likewise.
(getDefaultAllowUserInteraction): Likewise.
(setUseCaches): Likewise.
(getUseCaches): Likewise.
(setIfModifiedSince): Likewise.
(getIfModifiedSince): Likewise.
(setDefaultRequestProperty): Likewise.
(getDefaultRequestProperty): Likewise.
(setContentHandlerFactory): Likewise.
(setFileNameMap): Likewise.

From-SVN: r66379

21 years agoMakefile.in (TREE_H): Replace location.h with input.h.
Nathan Sidwell [Fri, 2 May 2003 11:33:06 +0000 (11:33 +0000)]
Makefile.in (TREE_H): Replace location.h with input.h.

* Makefile.in (TREE_H): Replace location.h with input.h.
(GTFILES) Remove location.h
(gt-lists.h): Replace gt-location.h with gt-input.h
* input.h (input_filename, input_line): Remove variables.
(location_s, location_t): Move from location.h.
(input_location): New.
(input_filename, input_line): New #defines.
* location.h: Remove.
* tree.h: Replace location.h with input.h.
(input_filename, input_line): Remove.
* diagnostic.h: Replace location.h with input.h.
* gcc.h (input_filename, input_filename_length): Remove declarations.
* toplev.c (input_filename, input_line): Remove.
(input_location): Define.
(push_srcloc, pop_srcloc): Adjust.
* diagnostic.c (diagnostic_report_current_module): Adjust.
f:
* lex.c (ffelex_file_pop_): Adjust file_stack member use.
(ffelex_file_push_): Likewise.
(ffelex_hash_): Likewise.
java:
* lex.h (input_lineno): Remove declaration.
* parse-scan.y: #include input.h.
(input_filename): Remove declaration.
(input_location): Add definition.
(input_line): Remove definition.

From-SVN: r66378

21 years agoupdate_version (IGNORE_BRANCHES): Add.
Gerald Pfeifer [Fri, 2 May 2003 09:41:47 +0000 (09:41 +0000)]
update_version (IGNORE_BRANCHES): Add.

* update_version (IGNORE_BRANCHES): Add.
(BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.

From-SVN: r66377

21 years agoInetAddress.java: Merged class documentation with classpath.
Michael Koch [Fri, 2 May 2003 09:27:59 +0000 (09:27 +0000)]
InetAddress.java: Merged class documentation with classpath.

2003-05-02  Michael Koch  <konqueror@gmx.de>

* java/net/InetAddress.java:
Merged class documentation with classpath.
* java/net/JarURLConnection.java:
Explicitely import all used classes.
* java/net/URL.java:
Reformatting.
* java/net/ServerSocket.java,
java/net/Socket.java:
New versions from classpath.

From-SVN: r66376

21 years agoupdate_version: Add a trace of which branch we are currently working on.
Gerald Pfeifer [Fri, 2 May 2003 09:13:52 +0000 (09:13 +0000)]
update_version: Add a trace of which branch we are currently working on.

* update_version: Add a trace of which branch we are currently
working on.

From-SVN: r66375

21 years agoAdd xstormy16 to list of targets that has a nop instruction and hence which can...
Nick Clifton [Fri, 2 May 2003 07:49:26 +0000 (07:49 +0000)]
Add xstormy16 to list of targets that has a nop instruction and hence which can...

Add xstormy16 to list of targets that has a nop instruction and hence which
can be tested to see if the assembler supports the --gdwarf2 switch.

From-SVN: r66374

21 years ago2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Fri, 2 May 2003 05:35:57 +0000 (05:35 +0000)]
2003-05-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
(read): New implementation.
(implRead): New methods.
(write): New implementation, call other write insteal of read method.
(implWrite): New methods.
(map): Added comment.
(transferFrom): Implemented.
(transferTo): Implemented.
(lock): Added checks to throw exceptions.
(truncate): Added check to throw exception.
* gnu/java/nio/natFileChannelImpl.cc
(implRead): New method.
(implWrite): New method.
* java/nio/ByteBuffer.java
(hashCode): Fixed comment.
(get): Fixed exception documentation.
(put): Fixed exception documentation.
* java/nio/CharBuffer.java:
Added comment for later optimizations.

From-SVN: r66373

21 years agoacconfig.h (_GLIBCPP_USE_NLS): New symbol.
Phil Edwards [Fri, 2 May 2003 02:53:28 +0000 (02:53 +0000)]
acconfig.h (_GLIBCPP_USE_NLS): New symbol.

2003-05-01  Phil Edwards  <pme@gcc.gnu.org>

* acconfig.h (_GLIBCPP_USE_NLS):  New symbol.
* configure.in:  Move libintl.h header test...
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE):  ...to here.  Gather all
the NLS-related test results into one symbol.
* src/functexcept.cc:  Use it here.
* aclocal.m4, config.h.in, configure:  Regenerated.

From-SVN: r66372

21 years agomips-abi.exp (is_meabi_config): Remove, since MEABI is no longer supported.
Chris Demetriou [Fri, 2 May 2003 01:56:10 +0000 (01:56 +0000)]
mips-abi.exp (is_meabi_config): Remove, since MEABI is no longer supported.

2003-05-01  Chris Demetriou  <cgd@broadcom.com>

        * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
        since MEABI is no longer supported.  Remove all vestiges
        of MEABI from the test.

From-SVN: r66370

21 years agore PR target/8257 ([Alpha] frame pointer computation wrong on alpha (cross-compiler))
Falk Hueffner [Fri, 2 May 2003 01:05:43 +0000 (01:05 +0000)]
re PR target/8257 ([Alpha] frame pointer computation wrong on alpha (cross-compiler))

        PR target/8257
        * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
        alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
        Avoid undefined shifts by making the shift operand unsigned.

From-SVN: r66367

21 years agoreload.c (find_reloads): Also check that all of a multi-reg value is in the class.
DJ Delorie [Fri, 2 May 2003 00:53:45 +0000 (20:53 -0400)]
reload.c (find_reloads): Also check that all of a multi-reg value is in the class.

* reload.c (find_reloads): Also check that all of a multi-reg
value is in the class.

From-SVN: r66366

21 years agoDaily bump.
GCC Administrator [Fri, 2 May 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r66365

21 years agosstream.tcc (overflow): Instead of calling str()...
Paolo Carlini [Fri, 2 May 2003 00:14:49 +0000 (02:14 +0200)]
sstream.tcc (overflow): Instead of calling str()...

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/sstream.tcc (overflow): Instead of calling
str(), then _M_string.reserve, thus copying the contents
of the current buffer two times, just copy the latter in
a temporary, then use the 'swap trick'.

From-SVN: r66358

21 years agostd_sstream.h (str()): Revert the best of the previous 'improvement'...
Paolo Carlini [Thu, 1 May 2003 23:20:33 +0000 (01:20 +0200)]
std_sstream.h (str()): Revert the best of the previous 'improvement'...

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): Revert the best of the
previous 'improvement', incorrect due to the COW nature of
v3 basic_string; simplify.

From-SVN: r66357

21 years agostreambuf.tcc (__copy_streambufs): Adjust the type of __avail to ptrdiff_t to avoid...
Paolo Carlini [Thu, 1 May 2003 22:53:13 +0000 (00:53 +0200)]
streambuf.tcc (__copy_streambufs): Adjust the type of __avail to ptrdiff_t to avoid signed-unsigned warning.

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (__copy_streambufs): Adjust the
type of __avail to ptrdiff_t to avoid signed-unsigned warning.

From-SVN: r66356

21 years agoabi_check.cc (check_version): Update known versions.
Benjamin Kosnik [Thu, 1 May 2003 22:17:23 +0000 (22:17 +0000)]
abi_check.cc (check_version): Update known versions.

2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc (check_version): Update known versions.
Check added symbols for version_name != base version. Add missing
symbols to incompatible list.

From-SVN: r66352

21 years agore PR libgcj/10582 (array assignment fails in some situations)
Tom Tromey [Thu, 1 May 2003 21:36:18 +0000 (21:36 +0000)]
re PR libgcj/10582 (array assignment fails in some situations)

PR libgcj/10582:
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):
Removed.
(type::compatible): Use _Jv_IsAssignableFrom.
* java/lang/natClass.cc (iindex_mutex_initialized): Now static.
(_Jv_IsAssignableFrom): Work even when source or target class is
not prepared.

From-SVN: r66348

21 years agore PR libgcj/10582 (array assignment fails in some situations)
Tom Tromey [Thu, 1 May 2003 21:31:58 +0000 (21:31 +0000)]
re PR libgcj/10582 (array assignment fails in some situations)

PR libgcj/10582:
* libjava.lang/assign.java: New file.
* libjava.lang/assign.out: New file.

From-SVN: r66347

21 years agoacinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.
Benjamin Kosnik [Thu, 1 May 2003 20:19:18 +0000 (20:19 +0000)]
acinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.

2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.
* aclocal.m4: Regenerated.
* configure: Regenerated.

From-SVN: r66345

21 years ago* scan.h (lineno): Revert the rename here.
Nathan Sidwell [Thu, 1 May 2003 19:24:14 +0000 (19:24 +0000)]
* scan.h (lineno): Revert the rename here.

From-SVN: r66344

21 years agotrans.c (tree_transform, [...]): Rename lineno to input_line.
Nathan Sidwell [Thu, 1 May 2003 18:44:48 +0000 (18:44 +0000)]
trans.c (tree_transform, [...]): Rename lineno to input_line.

* trans.c (tree_transform, build_unit_elab,
set_lineno): Rename lineno to input_line.

From-SVN: r66343

21 years agodarwin.c (darwin_encode_section_info): Call default_encode_section_info.
Stan Shebs [Thu, 1 May 2003 18:00:50 +0000 (18:00 +0000)]
darwin.c (darwin_encode_section_info): Call default_encode_section_info.

        * config/darwin.c (darwin_encode_section_info): Call
        default_encode_section_info.

From-SVN: r66339

21 years agomissed from my previous checkin
Nathan Sidwell [Thu, 1 May 2003 17:15:23 +0000 (17:15 +0000)]
missed from my previous checkin

From-SVN: r66337

21 years agors6000.md (define_attr "type"): Add mfjmpr.
David Edelsohn [Thu, 1 May 2003 17:05:18 +0000 (17:05 +0000)]
rs6000.md (define_attr "type"): Add mfjmpr.

        * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
        (movsi_internal1): Use new mfjmpr attribute.
        (movhi_internal): Same.
        (movqi_internal): Same.
        (movcc_internal1): Same.
        (movdi_internal64): Same.
        * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
        power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
        * config/rs6000/40x.md: Add fpu_405.
        * config/rs6000/power4.md: Merge power4lsu and power4disp automata
        into power4misc automata.  Remove extraneous parentheses.
        * config/rs6000/440.md: New file.
        * config/rs6000/rs6000.c (processor_target_table): Add 440,
        440fp.  Rename 405f to 405fp.
        (function_arg_padding): Correct formatting.
        (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.

From-SVN: r66336

21 years agostreambuf.tcc (basic_streambuf::xsgetn): Const-ify some variables.
Paolo Carlini [Thu, 1 May 2003 16:45:50 +0000 (18:45 +0200)]
streambuf.tcc (basic_streambuf::xsgetn): Const-ify some variables.

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (basic_streambuf::xsgetn):
Const-ify some variables.
(basic_streambuf::xsputn): Likewise; change the type of some
variables to size_t.
(__copy_streambufs): Change some variables to size_t.

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): Avoid constructing
a basic_string temporary not only when it would turn out
to be zero-sized but also when identical to the current
_M_string buffer.

From-SVN: r66334

21 years agoinput.h (lineno): Rename to ...
Nathan Sidwell [Thu, 1 May 2003 16:13:36 +0000 (16:13 +0000)]
input.h (lineno): Rename to ...

* input.h (lineno): Rename to ...
(input_line): ... here.
* tree.h (lineno): Rename to ...
(input_line): ... here.
* scan.h (lineno): Rename to ...
(input_line): ... here.
* toplev.c (lineno): Rename to ...
(input_line): ... here.
(push_srcloc, pop_srcloc):  Rename lineno to input_line.
* c-common.c (c_expand_start_cond, fname_decl): Likewise.
* c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
store_parm_decls, c_expand_body_1): Likewise.
* c-errors.c (pedwarn_c99): Likewise.
* c-format.c (status_warning): Likewise.
* c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
* c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
* c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
* c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
* coverage.c (create_coverage): Likewise.
* diagnostic.c (pedwarn, sorry, error, fatal_error,
internal_error, warning, diagnostic_report_current_module,
inform): Likewise.
* expr.c (expand_expr): Likewise.
* integrate.c (expand_inline_function,
output_inline_function): Likewise.
* rtl-error.c (file_and_line_for_asm): Likewise.
* tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
walk_tree): Likewise.
* tree.c (make_node): Likewise.
* ada, cp, f, java, objc, treelang: Likewise.

ada
* trans.c (build_unit_elab, set_lineno): Rename lineno to
input_line.
* utils.c (pushdecl, create_label_decl, begin_subprog_body,
end_subprog_body): Likewise.
* utils2.c (build_call_raise): Likewise.

cp
* class.c (finish_struct): Rename lineno to input_line.
* decl.c (push_binding_level, pop_binding_level,
suspend_binding_level, resume_binding_level, make_label_decl,
use_label, start_function): Likewise.
* decl2.c (warn_if_unknown_interface,
start_static_initialization_or_destruction,
generate_ctor_or_dtor_function, finish_file): Likewise.
* error.c (cp_line_of, print_instantiation_full_context,
print_instantiation_context): Likewise.
* except.c (check_handlers_1, check_handlers): Likewise.
* init.c (create_temporary_var): Likewise.
* method.c (use_thunk, synthesize_method): Likewise.
* parser.c (cp_lexer_set_source_position_from_token,
cp_lexer_get_preprocessor_token): Likewise.
* pt.c (push_tinst_level, pop_tinst_level,
tsubst_friend_function, instantiate_class_template, tsubst_decl,
tsubst, tsubst_expr, instantiate_decl): Likewise.
* semantics.c (genrtl_try_block, finish_label_stmt,
begin_class_definition, expand_body,
genrtl_finish_function): Likewise.
* tree.c (build_min_nt, build_min): Likewise.

f
* ansify.c (die_unless): Rename lineno to input_line.
* com.c (ffecom_subscript_check_, ffecom_do_entry_,
ffecom_gen_sfuncdef_, ffecom_start_progunit_,
ffecom_sym_transform_, ffecom_sym_transform_assign_,
bison_rule_pushlevel_, bison_rule_compstmt_, finish_function,
store_parm_decls): Likewise.
* intrin.c (ffeintrin_fulfill_generic): Likewise.
* lex.c (ffelex_hash_, ffelex_include_, ffelex_next_line_,
ffelex_file_fixed, ffelex_file_free): Likewise.
* std.c (ffestd_exec_end): Likewise.
* ste.c (ffeste_emit_line_note_, ffeste_start_block_,
ffeste_start_stmt_): Likewise.
* ste.h (ffeste_filelinenum, ffeste_set_line): Likewise.

java
* lex.h (lineno): Rename to ...
(input_line): ... here
* parse-scan.y (lineno): Rename to ...
(input_line): ... here.
(reset_report): Rename lineno to input_line.
* check-init.c (check_init): Likewise.
* class.c (push_class): Likewise.
* decl.c (complete_start_java_method, end_java_method): Likewise.
* expr.c (expand_byte_code): Likewise.
* jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
* jcf-write.c (generate_bytecode_insns): Likewise.
* lex.c (java_init_lex, java_allocate_new_line,
do_java_lex): Likewise.
* parse.h (YYNOT_TWICE): Likewise.
* parse.y (empty_statement, expression_statement,
java_pop_parser_context, java_parser_context_save_global,
yyerror, register_fields, method_header, safe_layout_class,
find_in_imports_on_demand, create_artificial_method,
source_end_java_method, start_complete_expand_method,
build_thisn_assign, java_complete_lhs,
maybe_absorb_scoping_block): Likewise.

objc
* objc-act.c (objc_init): Rename lineno to input_line.
(build_module_descriptor, build_selector_translation_table,
build_protocol_template, build_method_prototype_list_template,
build_category_template, build_selector_table,
build_class_template, build_super_template, build_ivar_template,
build_ivar_list_template, build_method_list_template,
build_method_template, add_instance_variable): Likewise.

treelang
* tree1.c (treelang_init): Rename lineno to input_line.

From-SVN: r66333

21 years agodecl2.c (comdat_linkage): Don't externalize explicit instantiations.
Mark Mitchell [Thu, 1 May 2003 15:46:01 +0000 (15:46 +0000)]
decl2.c (comdat_linkage): Don't externalize explicit instantiations.

* decl2.c (comdat_linkage): Don't externalize explicit
instantiations.

From-SVN: r66331

21 years agolex.c (ffelex_file_pop_): Rename parameter from input_filename.
Nathan Sidwell [Thu, 1 May 2003 15:42:10 +0000 (15:42 +0000)]
lex.c (ffelex_file_pop_): Rename parameter from input_filename.

* lex.c (ffelex_file_pop_): Rename parameter from input_filename.
(ffelex_file_push_): Likewise.

From-SVN: r66330

21 years agore PR c++/10554 (ICE with illegal using declaration)
Kriang Lerdsuwanakij [Thu, 1 May 2003 15:02:13 +0000 (15:02 +0000)]
re PR c++/10554 (ICE with illegal using declaration)

PR c++/10554
* decl2.c (do_class_using_decl): Check if operand 0 of SCOPE_REF
is not NULL.

* g++.dg/lookup/using5.C: New test.

From-SVN: r66329

21 years agocp-tree.h (struct lang_id2): Remove.
Steven Bosscher [Thu, 1 May 2003 14:39:37 +0000 (14:39 +0000)]
cp-tree.h (struct lang_id2): Remove.

* cp-tree.h (struct lang_id2): Remove.  Move fields from here...
(struct lang_identifier): ... to here.
(LANG_ID_FIELD): Remove.
(SET_LANG_ID): Remove.
(IDENTIFIER_LABEL_VALUE): Adjust for new lang_identifier.
(SET_IDENTIFIER_LABEL_VALUE): Likewise.
(IDENTIFIER_IMPLICIT_DECL): Likewise.
(SET_IDENTIFIERL_IMPLICIT_DECL): Likewise.
(IDENTIFIER_ERROR_LOCUS): Likewise.
(SET_IDENTIFIER_ERROR_LOCUS): Likewise.

From-SVN: r66328

21 years agore PR ada/10546 (GCC 3.3, Ada tasking not working on Red Hat Linux 9)
Laurent Guerby [Thu, 1 May 2003 14:14:35 +0000 (14:14 +0000)]
re PR ada/10546 (GCC 3.3, Ada tasking not working on Red Hat Linux 9)

2003-05-01  Laurent Guerby <guerby@acm.org>

        PR ada/10546
        * 5iosinte.ads: Increase pthread_cond_t size to match recent
        LinuxThread and NPTL version, merge from ACT.

From-SVN: r66327

21 years agodwarf2out.c (dwarf2out_init, [...]): Change parameter name from input_filename.
Nathan Sidwell [Thu, 1 May 2003 13:45:37 +0000 (13:45 +0000)]
dwarf2out.c (dwarf2out_init, [...]): Change parameter name from input_filename.

* dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
name from input_filename.
f:
* ste.c (struct gbe_block): Rename field from input_filename.
(ffeste_start_block_, ffeste_start_stmt_): Likewise.

From-SVN: r66326

21 years agore PR c++/8772 (misleading diagnostic for template template parameter)
Kriang Lerdsuwanakij [Thu, 1 May 2003 11:36:19 +0000 (11:36 +0000)]
re PR c++/8772 (misleading diagnostic for template template parameter)

PR c++/8772
* pt.c (convert_template_argument): Correct diagnostic.

* g++.dg/template/ttp5.C: New test.

From-SVN: r66324

21 years agoRegenerated with autoconf 2.13.
Richard Sandiford [Thu, 1 May 2003 11:26:17 +0000 (11:26 +0000)]
Regenerated with autoconf 2.13.

From-SVN: r66323

21 years agostdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), [......
Paolo Carlini [Thu, 1 May 2003 08:41:59 +0000 (10:41 +0200)]
stdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), [...]): Shorten a bit (-10 lines) by factoring out some code.

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/ext/stdio_filebuf.h
(stdio_filebuf(int, std::ios_base::openmode, bool, size_t),
stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t)):
Shorten a bit (-10 lines) by factoring out some code.

From-SVN: r66320

21 years agoMissed commit file.
Eric Christopher [Thu, 1 May 2003 06:18:07 +0000 (06:18 +0000)]
Missed commit file.

From-SVN: r66319

21 years agoMerge from rewrite branch.
Eric Christopher [Thu, 1 May 2003 02:33:13 +0000 (02:33 +0000)]
Merge from rewrite branch.

From-SVN: r66318

21 years agog++-dg.exp (g++-dg-test): Add "repo" option.
Mark Mitchell [Thu, 1 May 2003 02:02:59 +0000 (02:02 +0000)]
g++-dg.exp (g++-dg-test): Add "repo" option.

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
(dg-gpp-additional-sources): New function.
(dg-gpp-additional-files): Likewise.
* lib/g++.exp (additional_sources): New variable.
(additional_files): Likewise.
(g++_target_compile): Deal with them.
* lib/old-dejagnu.exp: Remove.
* g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
* g++.old-deja: Revise all tests to use dg commands.

From-SVN: r66317

21 years ago* builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
Diego Novillo [Thu, 1 May 2003 01:27:48 +0000 (01:27 +0000)]
* builtins.def (BUILTIN_CONSTANT_P): Mark as constant.

From-SVN: r66316

21 years agotree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.
Geoffrey Keating [Thu, 1 May 2003 01:21:45 +0000 (01:21 +0000)]
tree-inline.c (inlinable_function_p): Back out last change, it's unnecessary.

* tree-inline.c (inlinable_function_p): Back out last change, it's
unnecessary.

From-SVN: r66315

21 years agoDaily bump.
GCC Administrator [Thu, 1 May 2003 00:17:10 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r66314

21 years agoggc-page.c (TREE_EXP_SIZE): Define.
Steven Bosscher [Wed, 30 Apr 2003 21:44:23 +0000 (21:44 +0000)]
ggc-page.c (TREE_EXP_SIZE): Define.

* ggc-page.c (TREE_EXP_SIZE): Define.
(extra_order_size_table): New entry for expr trees with
two operands.

From-SVN: r66306

21 years ago* stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
Richard Kenner [Wed, 30 Apr 2003 20:30:37 +0000 (20:30 +0000)]
* stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.

From-SVN: r66305

21 years agoc-common.c (if_elt): Use location_t in lieu of "file, line" pair.
Gabriel Dos Reis [Wed, 30 Apr 2003 20:27:26 +0000 (20:27 +0000)]
c-common.c (if_elt): Use location_t in lieu of "file, line" pair.

        * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
        (c_expand_start_cond): Adjust.
        (c_expand_end_cond): Don't use warning_with_file_and_file.
        (shadow_warning): Likewise.

From-SVN: r66304

21 years agoparse.y (make_plus_expression): New function.
Steven Bosscher [Wed, 30 Apr 2003 19:08:12 +0000 (19:08 +0000)]
parse.y (make_plus_expression): New function.

* parse.y (make_plus_expression): New function.
(expression:): Use make_plus_expression for PLUS, MINUS,
ASSIGN and EQUALS.
* tree1.c (treelang_decode_option): Don't fall through to
options that start with a different character when an option
was not recognized.

From-SVN: r66303

21 years agoMake-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.
Nathan Sidwell [Wed, 30 Apr 2003 18:27:43 +0000 (18:27 +0000)]
Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.

* Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.
* treetree.c: Do not #include parse.h.

From-SVN: r66301

21 years agotree.h (DECL_POINTER_DEPTH): Remove.
Nathan Sidwell [Wed, 30 Apr 2003 18:24:06 +0000 (18:24 +0000)]
tree.h (DECL_POINTER_DEPTH): Remove.

* tree.h (DECL_POINTER_DEPTH): Remove.
(struct tree_decl): Remove pointer_depth.

From-SVN: r66300

21 years agoacinclude.m4: Add bit missing from previous patch.
Phil Edwards [Wed, 30 Apr 2003 18:04:23 +0000 (18:04 +0000)]
acinclude.m4: Add bit missing from previous patch.

2003-04-30  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4:  Add bit missing from previous patch.
* aclocal.m4, configure:  Regenerated.

From-SVN: r66299

21 years agoPR c++/9432, c++/9528
Kriang Lerdsuwanakij [Wed, 30 Apr 2003 17:51:41 +0000 (17:51 +0000)]
PR c++/9432, c++/9528

PR c++/9432, c++/9528
* decl2.c (validate_nonmember_using_decl): Handle SCOPE_REF.

* g++.dg/lookup/using4.C: New test.

From-SVN: r66298

21 years agolinux64.h (ASM_OUTPUT_LABELREF): Remove.
Janis Johnson [Wed, 30 Apr 2003 16:51:23 +0000 (16:51 +0000)]
linux64.h (ASM_OUTPUT_LABELREF): Remove.

2003-04-30  Janis Johnson  <janis187@us.ibm.com>

* config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
* config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
(rs6000_xcoff_encode_section_info): Remove.
(current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
(rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
(small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
Use SYMBOL_REF_FLAGS.
(rs6000_elf_encode_section_info): Call default_encode_section_info for
generic flags, use SYMBOL_REF_FLAGS; code cleanups.
* sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
(SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
* xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
(ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.

From-SVN: r66297

21 years ago* diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
Gabriel Dos Reis [Wed, 30 Apr 2003 16:12:58 +0000 (16:12 +0000)]
* diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.

From-SVN: r66295

21 years ago* MAINTAINERS (GNATS only): Add Giovanni Bajo.
Wolfgang Bangerth [Wed, 30 Apr 2003 14:20:44 +0000 (08:20 -0600)]
* MAINTAINERS (GNATS only): Add Giovanni Bajo.

From-SVN: r66294

21 years agoextend.texi (Other Builtins): Enclose multiple word data type in braces for @deftypefn.
Andreas Schwab [Wed, 30 Apr 2003 14:17:26 +0000 (14:17 +0000)]
extend.texi (Other Builtins): Enclose multiple word data type in braces for @deftypefn.

* doc/extend.texi (Other Builtins): Enclose multiple word data
type in braces for @deftypefn.

From-SVN: r66293

21 years ago* doc/install.texi (--enable-threads): Document "gnat" option.
Richard Kenner [Wed, 30 Apr 2003 14:08:14 +0000 (14:08 +0000)]
* doc/install.texi (--enable-threads): Document "gnat" option.

From-SVN: r66291

21 years agodecl.c (check_previous_goto_1): Adjust prototype.
Gabriel Dos Reis [Wed, 30 Apr 2003 13:45:40 +0000 (13:45 +0000)]
decl.c (check_previous_goto_1): Adjust prototype.

        * decl.c (check_previous_goto_1): Adjust prototype.
        (check_previous_goto): Adjust use.
        (check_switch_goto): Likewise.
        (use_label): Adjust.
        (check_previous_goto_1): Don't use pedwarn_with_file_and_line.
        (struct named_label_use_list): Use location_t datatype.

From-SVN: r66290

21 years ago2003-04-30 Michael Koch <konqueror@gmx.de>
Michael Koch [Wed, 30 Apr 2003 13:22:45 +0000 (13:22 +0000)]
2003-04-30  Michael Koch  <konqueror@gmx.de>

* java/text/BreakIterator.java
(clone): New method.

From-SVN: r66289

21 years agoCollationElementIterator.java, [...]: Merged copyright and documentation from classpa...
Michael Koch [Wed, 30 Apr 2003 13:09:40 +0000 (13:09 +0000)]
CollationElementIterator.java, [...]: Merged copyright and documentation from classpath and rearranged some code.

2003-04-30  Michael Koch  <konqueror@gmx.de>

* java/text/CollationElementIterator.java,
java/text/CollationKey.java,
java/text/RuleBasedCollator.java:
Merged copyright and documentation from classpath and
rearranged some code. No code changes done.

From-SVN: r66288

21 years agodiagnostic.h (output_formatted_scalar): Tweak.
Gabriel Dos Reis [Wed, 30 Apr 2003 12:54:29 +0000 (12:54 +0000)]
diagnostic.h (output_formatted_scalar): Tweak.

        * diagnostic.h (output_formatted_scalar): Tweak.
        * diagnostic.c (output_long_decimal): Likewise.
        (output_unsigned_decimal): Likewise.
        (output_long_unsigned_decimal): Likewise.
        (output_octal): Likewise.
        (output_long_octal): Likewise.
        (output_hexadecimal): Likewise.
        (output_long_hexadecimal): Likewise.
        (output_pointer): New function.
        (output_format): Use it.  Recognize "%p" format specifier.

From-SVN: r66287

21 years ago* function.c (purge_addressof_1): Postpone insn in fewer cases.
Zdenek Dvorak [Wed, 30 Apr 2003 10:03:35 +0000 (12:03 +0200)]
* function.c (purge_addressof_1): Postpone insn in fewer cases.

From-SVN: r66286