gcc.git
21 years agore PR c++/11512 (Spurious warning for comma-operator in templates)
Nathan Sidwell [Sat, 16 Aug 2003 13:32:11 +0000 (13:32 +0000)]
re PR c++/11512 (Spurious warning for comma-operator in templates)

PR c++/11512
* stmt.c (expand_expr_stmt_value): Don't warn about any void
typed expression.
cp:
PR c++/11512
* cvt.c (convert_to_void): Indicate which side of conditional has
no effects, and rhs of comma operator. Test for no sideeffect
expressions here and always build a convert expr.
* init.c (expand_default_init): Convert the init to void.
* typeck.c (build_x_compound_expr): Do not check for side effects
here.
(build_compound_expr): Do not convert lhs when building a
template.
testsuite:
PR C++/11512
* g++.dg/template/warn1.C: New.

From-SVN: r70505

21 years agoi386.c (ix86_fntype_regparm): Rename from ...
Jan Hubicka [Sat, 16 Aug 2003 11:04:59 +0000 (13:04 +0200)]
i386.c (ix86_fntype_regparm): Rename from ...

* i386.c (ix86_fntype_regparm): Rename from ...
(ix86_function_regparm): ... this one; add fastcall and local
functions.
(ix86_function_ok_for_sibcall): Update.
(ix86_return_pops_args): Likewise.
(init_cumulative_args): Likewise.
(x86_can_output_mi_thunk): Likewise.
(function_arg): Fix formating.
(x86_this_parameter): Fix fastcall.
(x86_output_mi_thunk): Likewise.

* cgraph.c (cgraph_mark_needed_node): Do not mark functions without
body as reachable; mark nested functions as needed too.
(dump_cgraph): Do not output global.calls.
* cgraph.h (cgraph_global_info): Kill.
* cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
(record_call_1): Speedup.
(cgraph_analyze_function): Break out from ...; compute inlining
parameters.
(cgraph_finalize_compilation_unit): ... here.
(cgraph_mark_inline): Kill computation of calls.
(cgraph_decide_inlining): Do not compute most of initial values.

From-SVN: r70504

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

From-SVN: r70498

21 years agocp-tree.def (NON_DEPENDENT_EXPR): Add operand.
Nathan Sidwell [Fri, 15 Aug 2003 12:15:56 +0000 (12:15 +0000)]
cp-tree.def (NON_DEPENDENT_EXPR): Add operand.

* cp-tree.def (NON_DEPENDENT_EXPR): Add operand.
* decl2.c (build_offset_ref_call_from_tree): Use
build_non_dependent_expr.
* error.c (dump_expr) <NON_DEPENDENT_EXPR case>: Dump the operand.
* pt.c (build_non_dependent_expr): Set operand.

From-SVN: r70478

21 years agodecl2.c (mark_member_pointers): Rename to...
Jan Hubicka [Fri, 15 Aug 2003 11:14:01 +0000 (13:14 +0200)]
decl2.c (mark_member_pointers): Rename to...

* decl2.c (mark_member_pointers): Rename to...
(mark_member_pointers_and_eh_tinfos): ... this one; deal with eh tinfos
(lower_function): Update call.
* except.c (eh_type_info): Break out from ...
(build_eh_type): ... here; tinfo is already used.
        (finish_eh_spec_block): Mark tinfos as used.
        * semantics.c (finish_handler_params): Mark tinfo as used.
* cp-tree.h(eh_type_info): Declare.

From-SVN: r70477

21 years agocp: * pt.c (instantiate_class_template): Set location before substuting bases.
Nathan Sidwell [Fri, 15 Aug 2003 10:46:51 +0000 (10:46 +0000)]
cp: * pt.c (instantiate_class_template): Set location before substuting bases.

cp: * pt.c (instantiate_class_template): Set location before
substuting bases.
testsuite:
* g++.dg/template/error2.C: New test.
* g++.dg/lookup/using7.C: Adjust errors
* g++.old-deja/g++.pt/crash36.C: Likewise.
* g++.old-deja/g++.pt/derived3.C: Likewise.

From-SVN: r70476

21 years agodecl.c (make_typename_type): Use my_friendly_assert.
Nathan Sidwell [Fri, 15 Aug 2003 10:23:46 +0000 (10:23 +0000)]
decl.c (make_typename_type): Use my_friendly_assert.

* decl.c (make_typename_type): Use my_friendly_assert.
* pt.c (tsubst_aggr_type): Rearrange context substitution.

From-SVN: r70475

21 years ago* method.c (use_thunk): Expand body directly.
Jan Hubicka [Fri, 15 Aug 2003 08:55:48 +0000 (10:55 +0200)]
* method.c (use_thunk): Expand body directly.

From-SVN: r70473

21 years agoDaily bump.
GCC Administrator [Fri, 15 Aug 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70459

21 years agofold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy to negate if either...
Roger Sayle [Thu, 14 Aug 2003 20:53:26 +0000 (20:53 +0000)]
fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy to negate if either operand is easy to negate...

* fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
to negate if either operand is easy to negate, if we don't care
about sign-dependent rounding.
(negate_expr): Make the logic to negate a REAL_CST explicit.
Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
that's easy to negate, if we don't honor sign-dependent rounding.
(fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
negate, and the symmetric A * -B as -A * B if A is easy to negate.
(fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
-C/D if B and C are cheap to negate.  Add an explicit rule to
optimize X/-1.0 as -X when we don't care about signaling NaNs.

From-SVN: r70455

21 years ago* config-ml.in, symlink-tree: Add license.
Alexandre Duret-Lutz [Thu, 14 Aug 2003 20:44:23 +0000 (20:44 +0000)]
* config-ml.in, symlink-tree: Add license.

From-SVN: r70454

21 years agoMakefile.in (tm_file): Rename tm_include_list.
Zack Weinberg [Thu, 14 Aug 2003 20:25:14 +0000 (20:25 +0000)]
Makefile.in (tm_file): Rename tm_include_list.

* Makefile.in (tm_file): Rename tm_include_list.
(tm_p_file): Rename tm_p_include_list.
(build_xm_file): Rename build_xm_include_list.
(host_xm_file): Rename host_xm_include_list.
(xm_file): Rename xm_include_list.
(xm_file_list): Add to be substituted.
(cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
Update to match.
(bt-load.o): Add missing dependency on $(TM_H).
* configure.in: Prefix value of EXTRA_MODES_FILE with config/.
For each of tm_file, tm_p_file, xm_file, host_xm_file, and
build_xm_file, generate both *_file_list and *_include_list
values from it.  (xm_file_list was formerly not being generated.)
In *_include_list, prefix the names of all headers found in
$(srcdir)/config with config/.  In each loop, consider only
the special case files that can actually appear in that list.
AC_SUBST all *_file_list and all *_include_list variables; do
not AC_SUBST the plain *_file variables.
* configure: Regenerate.

From-SVN: r70449

21 years ago* cfg.c (dump_edge_info): Add name of loop_exit edge flag.
Zdenek Dvorak [Thu, 14 Aug 2003 18:18:42 +0000 (20:18 +0200)]
* cfg.c (dump_edge_info): Add name of loop_exit edge flag.

From-SVN: r70442

21 years agopa.c (pa_adjust_insn_length): Delete adjustment for delay slot in direct calls.
John David Anglin [Thu, 14 Aug 2003 18:06:12 +0000 (18:06 +0000)]
pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in direct calls.

* pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
direct calls.
(attr_length_call): Include it here.  Improve length estimate for
local calls.
(output_call): Use targetm.binds_local_p.

From-SVN: r70441

21 years agobuiltins.c (CASE_MATHFN): New helper macro.
Kaveh R. Ghazi [Thu, 14 Aug 2003 14:38:38 +0000 (14:38 +0000)]
builtins.c (CASE_MATHFN): New helper macro.

* builtins.c (CASE_MATHFN): New helper macro.
(mathfn_built_in): Simplify and sort.

From-SVN: r70436

21 years agostrcat.c: New.
Kaveh R. Ghazi [Thu, 14 Aug 2003 14:26:15 +0000 (14:26 +0000)]
strcat.c: New.

* gcc.c-torture/execute/builtins/lib/strcat.c: New.
* gcc.c-torture/execute/builtins/string-9-lib.c: New.
* gcc.c-torture/execute/builtins/string-9.c: New, from
string-opt-9.c.  Adjust for execute/builtins framework.
* gcc.c-torture/execute/string-opt-9.c: Delete.

From-SVN: r70435

21 years ago* protoize.c (substr): Delete, callers changed to `strstr'.
Kaveh R. Ghazi [Thu, 14 Aug 2003 06:04:46 +0000 (06:04 +0000)]
* protoize.c (substr): Delete, callers changed to `strstr'.

From-SVN: r70430

21 years agoconfig.gcc (iq2000*-*-elf*): Don't set xm_file.
Zack Weinberg [Thu, 14 Aug 2003 04:18:13 +0000 (04:18 +0000)]
config.gcc (iq2000*-*-elf*): Don't set xm_file.

        * config.gcc (iq2000*-*-elf*): Don't set xm_file.
        * config/iq2000/xm-iq2000.h: Delete file.

From-SVN: r70428

21 years agogengtype.c (walk_type): Process a subobject before processing the pointer that points...
Geoffrey Keating [Thu, 14 Aug 2003 03:10:49 +0000 (03:10 +0000)]
gengtype.c (walk_type): Process a subobject before processing the pointer that points to the subobject.

* gengtype.c (walk_type): Process a subobject before processing
the pointer that points to the subobject.

From-SVN: r70427

21 years agoregclass.c (init_reg_modes): Make non-static.
Per Bothner [Thu, 14 Aug 2003 01:47:31 +0000 (01:47 +0000)]
regclass.c (init_reg_modes): Make non-static.

* regclass.c (init_reg_modes):  Make non-static.
Rename to init_reg_modes_once per new naming convention.
(init_regs):  Don't call init_reg_modes here.
* emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
* rtl.h (init_reg_modes_once):  New declaration.
* toplev.c (backend_init):  Call init_regs after init_emit_once.

From-SVN: r70426

21 years agoDaily bump.
GCC Administrator [Thu, 14 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70424

21 years agolinux.h (DBX_REGISTER_NUMBER): Define so to map a special index for MD_FALLBACK_FRAME...
Kaz Kojima [Thu, 14 Aug 2003 00:11:19 +0000 (00:11 +0000)]
linux.h (DBX_REGISTER_NUMBER): Define so to map a special index for MD_FALLBACK_FRAME_STATE_FOR to itself.

* config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
special index for MD_FALLBACK_FRAME_STATE_FOR to itself.

From-SVN: r70422

21 years agoffi.c (OFS_INT16): Set 0 for little endian case.
Kaz Kojima [Wed, 13 Aug 2003 23:36:54 +0000 (23:36 +0000)]
ffi.c (OFS_INT16): Set 0 for little endian case.

* src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
copyright years.

From-SVN: r70421

21 years agofastjar.texi: License manual under the GPL.
Matthias Klose [Wed, 13 Aug 2003 21:04:12 +0000 (21:04 +0000)]
fastjar.texi: License manual under the GPL.

2003-08-13  Matthias Klose  <doko@debian.org>

        * fastjar.texi: License manual under the GPL.
        * Makefile.am: Remove reference to fdl.texi
        * Makefile.in: Regenerate

From-SVN: r70414

21 years agosh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
J"orn Rennecke [Wed, 13 Aug 2003 19:20:16 +0000 (19:20 +0000)]
sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.

* sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
* sh.md (load_ra): Change insn predicate to TARGET_SH1.

From-SVN: r70410

21 years ago* gij.cc (help): Document -? and -X.
Tom Tromey [Wed, 13 Aug 2003 17:20:08 +0000 (17:20 +0000)]
* gij.cc (help): Document -? and -X.

From-SVN: r70407

21 years ago* gcj.texi (Invoking gij): Document -X and -?.
Tom Tromey [Wed, 13 Aug 2003 17:18:20 +0000 (17:18 +0000)]
* gcj.texi (Invoking gij): Document -X and -?.

From-SVN: r70406

21 years agors6000.md (ctrsi, ctrdi): Reenable handling of decrement-and-branch farther than...
Dale Johannesen [Wed, 13 Aug 2003 17:05:19 +0000 (17:05 +0000)]
rs6000.md (ctrsi, ctrdi): Reenable handling of decrement-and-branch farther than 32 bits.

* config/rs6000/rs6000.md (ctrsi, ctrdi):  Reenable
handling of decrement-and-branch farther than 32 bits.

From-SVN: r70405

21 years agoFont.java: Stub out more recent API.
Graydon Hoare [Wed, 13 Aug 2003 16:49:58 +0000 (16:49 +0000)]
Font.java: Stub out more recent API.

2003-08-12  Graydon Hoare  <graydon@redhat.com>

* java/awt/Font.java:
Stub out more recent API.

From-SVN: r70404

21 years agoMake-lang.in: Added missing win32-host.o to JAVA_OBJS, GCJH_OBJS, JCFDUMP_OBJS
Mohan Embar [Wed, 13 Aug 2003 07:08:29 +0000 (07:08 +0000)]
Make-lang.in: Added missing win32-host.o to JAVA_OBJS, GCJH_OBJS, JCFDUMP_OBJS

* Make-lang.in: Added missing win32-host.o to JAVA_OBJS,
GCJH_OBJS, JCFDUMP_OBJS
* win32-host.c: Removed the unnecessary and broken dependency
on jcf.h

From-SVN: r70402

21 years agoColor.java (getAlpha): Prevent sign-extended alpha values.
Graydon Hoare [Wed, 13 Aug 2003 03:20:04 +0000 (03:20 +0000)]
Color.java (getAlpha): Prevent sign-extended alpha values.

2003-08-12  Graydon Hoare  <graydon@redhat.com>

* java/awt/Color.java (getAlpha):
Prevent sign-extended alpha values.

From-SVN: r70401

21 years ago* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
Mark Mitchell [Wed, 13 Aug 2003 02:23:37 +0000 (02:23 +0000)]
* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.

From-SVN: r70399

21 years agoDaily bump.
GCC Administrator [Wed, 13 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70397

21 years agoconfigure.in (make_compare_target): Move test to ...
Kelley Cook [Tue, 12 Aug 2003 22:35:22 +0000 (22:35 +0000)]
configure.in (make_compare_target): Move test to ...

2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>

* configure.in (make_compare_target): Move test to ...
* aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
* configure: Regenerate.

From-SVN: r70392

21 years agore PR c++/11703 (Problem with using enum in placement delete)
Mark Mitchell [Tue, 12 Aug 2003 22:26:25 +0000 (22:26 +0000)]
re PR c++/11703 (Problem with using enum in placement delete)

PR c++/11703
* call.c (type_passed_as): Use TYPE_SIZE, not TYPE_PRECISION to
determine whether or not to promote types.
(convert_for_arg_passing): Likewise.
* decl2.c (cp_build_parm_decl): Do not set DECL_ARG_TYPE in
templates.
* pt.c (tsubst_decl): Do not expect it to be set.

PR c++/9512
PR c++/10923
* cp-tree.h (check_elaborated_type_specifier): Declare.
(handle_class_head): Remove.
(note_got_semicolon): Likewise.
(note_list_got_semicolon): Likewise.
(finish_class_definition): Likewise.
* decl.c (check_elaborated_type_specifier): Make it public.
Robustify.
(handle_class_head): Remove.
* parser.c (cp_parser_elaborated_type_specifier): Use
check_elaborated_type_specifier.
(cp_parser_class_specifier): Do not call finish_class_definition.
(cp_parser_class_head): Or handle_class_head.  Check for
over-qualified names.
* semantics.c (finish_class_definition): Remove.

* parser.c (cp_parser_check_for_definition_in_return_type): New
function.
(cp_parser_simple_declaration): Adjust call to
cp_parser_init_declarator.
(cp_parser_decl_specifier_seq): Change type of
declares_class_or_enum parameter.
(cp_parser_explicit_instantiation): Adjust accordingly.
(cp_parser_type_specifier): Change type of
declares_class_or_enum parameter.
(cp_parser_init_declarator): Add declares_class_or_enum
parameter.
(cp_parser_parameter_declaration): Adjust call to
cp_parser_decl_specifier_seq.
(cp_parser_function_definition): Likewise.
(cp_parser_member_declaration): Likewise.
(cp_parser_single_declaration): Likewise.

* cp-tree.h (lang_type_class): Remove has_call_overloaded,
has_array_ref_overloaded, has_arrow_overloaded, and got_semicolon.
(TYPE_OVERLOADS_CALL_EXPR): Remove.
(TYPE_OVERLOADS_ARRAY_REF): Likewise.
(TYPE_OVERLOADS_ARROW): Likewise.
(CLASSTYPE_GOT_SEMICOLON): Likewise.
* class.c (check_bases): Do not set them.
(finish_struct_1): Likewise.
* decl.c (cp_finish_decl): Do not set CLASSTYPE_GOT_SEMICOLON.
(build_ptrmemfunc_type): Likewise.
(grok_op_properties): Do not set TYPE_OVERLOADS_*.
(start_function): Do not check CLASSTYPE_GOT_SEMICOLON.
* decl2.c (grokfield): Do not set CLASSTYPE_GOT_SEMICOLON.
* lex.c (note_got_semicolon): Remove.
(note_list_got_semicolon): Likewise.
* parser.c (cp_parser_simple_declaration): Do not call
note_list_got_semicolon.
* pt.c (list_eq): Remove.
(lookup_template_class): Do not set CLASSTYPE_GOT_SEMICOLON.
(instantiate_class_template): Do not set TYPE_OVERLOADS*.
(instantiate_class_template): Do not set CLASSTYPE_GOT_SEMICOLON.
* ptree.c (cxx_print_type): Do not print them.
* semantics.c (finish_member_class_template): Do not call
note_list_got_semicolon.

* g++.dg/parse/ret-type2.C: New test.

PR c++/11703
* g++.dg/init/new8.C: New test.

PR c++/10923
* g++.dg/parse/typedef5.C: New test.

PR c++/9512
* g++.dg/parse/qualified2.C: New test.
* g++.old-deja/g++.other/decl5.C: Mark one more instance of
invalid code.

From-SVN: r70391

21 years ago* gij.cc (main): Handle -? and -X.
Tom Tromey [Tue, 12 Aug 2003 21:35:18 +0000 (21:35 +0000)]
* gij.cc (main): Handle -? and -X.

From-SVN: r70390

21 years agoiris6.h: Convert to C90 prototypes.
Richard Sandiford [Tue, 12 Aug 2003 20:50:29 +0000 (20:50 +0000)]
iris6.h: Convert to C90 prototypes.

* config/mips/iris6.h: Convert to C90 prototypes.
* config/mips/irix6-libc-compat.c: Likewise.
* config/mips/mips-protos.h: Likewise.
* config/mips/mips.c: Likewise.

From-SVN: r70389

21 years agoparse.y (java_check_regular_methods): Typo fixes.
Tom Tromey [Tue, 12 Aug 2003 20:34:51 +0000 (20:34 +0000)]
parse.y (java_check_regular_methods): Typo fixes.

* parse.y (java_check_regular_methods): Typo fixes.  Call
check_interface_throws_clauses.  Use
check_concrete_throws_clauses.
(check_interface_throws_clauses): New function.
(check_concrete_throws_clauses): New function.
(hack_is_accessible_p): New function.
(find_most_specific_methods_list): Added FIXME.
* typeck.c (lookup_do): Use `flags' argument to decide what to
do.  Reimplemented.
(lookup_argument_method_generic): New function.
(lookup_argument_method2): Removed.
* jcf.h (ACC_INVISIBLE): New define.
* jcf-write.c (generate_classfile): Skip invisible methods.
* class.c (add_miranda_methods): New function.
(layout_class_methods): Use it.
(get_access_flags_from_decl): Use ACC_INVISIBLE.
* java-tree.h (METHOD_INVISIBLE): New define.
(lang_decl_func) [invisible]: New field.
(lookup_argument_method_generic): Declare.
(SEARCH_INTERFACE): New define.
(SEARCH_SUPER): Likewise.
(SEARCH_ONLY_INTERFACE): Likewise.
(SEARCH_VISIBLE): Likewise.
(lookup_argument_method2): Removed declaration.

From-SVN: r70388

21 years agore PR java/5641 (Verifier ICE on reference to inherited method)
Tom Tromey [Tue, 12 Aug 2003 20:32:28 +0000 (20:32 +0000)]
re PR java/5641 (Verifier ICE on reference to inherited method)

* libjava.jacks/jacks.xfail: Updated to account for new passes.
* libjava.compile/abstr.xfail: Now can compile from bytecode.
* libjava.compile/PR5641.xfail: Now can compile from bytecode.

From-SVN: r70387

21 years ago2003-08-10 Jeroen Frijters <jeroen@frijters.net>
Jeroen Frijters [Tue, 12 Aug 2003 20:23:22 +0000 (20:23 +0000)]
2003-08-10  Jeroen Frijters  <jeroen@frijters.net>

* java/awt/Container.java
(getPreferredSize): Call preferredSize.
(preferredSize): Moved body of getPreferredSize here.
(getMinimumSize): Call minimumSize.
(minimumSize): Moved body of getMinimumSize here.

From-SVN: r70386

21 years agomauve.exp (test_mauve_sim): Don't find DejaGNUTestHarness in gnu/testlet.
Tom Tromey [Tue, 12 Aug 2003 17:59:17 +0000 (17:59 +0000)]
mauve.exp (test_mauve_sim): Don't find DejaGNUTestHarness in gnu/testlet.

* libjava.mauve/mauve.exp (test_mauve_sim): Don't find
DejaGNUTestHarness in gnu/testlet.
(test_mauve): Use correct object extension.

From-SVN: r70381

21 years agolibjava.exp (libjava_find_lib): Search for .so file first.
Tom Tromey [Tue, 12 Aug 2003 16:01:16 +0000 (16:01 +0000)]
libjava.exp (libjava_find_lib): Search for .so file first.

* lib/libjava.exp (libjava_find_lib): Search for .so file first.
(libjava_arguments): Don't add libraries to link line explictly.

From-SVN: r70379

21 years agocall.c (standard_conversion): Opaque pointers interconvert.
Aldy Hernandez [Tue, 12 Aug 2003 14:38:39 +0000 (14:38 +0000)]
call.c (standard_conversion): Opaque pointers interconvert.

2003-08-11  Aldy Hernandez  <aldyh@redhat.com>

        * cp/call.c (standard_conversion): Opaque pointers interconvert.

        * testsuite/g++.dg/other/opaque-3.C: New.

From-SVN: r70371

21 years agoguide.html (GLIBCXX_FORCE_NEW): Update remaining places for the name change from...
John Levon [Tue, 12 Aug 2003 08:46:43 +0000 (08:46 +0000)]
guide.html (GLIBCXX_FORCE_NEW): Update remaining places for the name change from GLIBCPP_FORCE_NEW to...

2003-08-11  John Levon  <levon@movementarian.org>

* docs/html/ext/howto/guide.html (GLIBCXX_FORCE_NEW): Update
remaining places for the name change from GLIBCPP_FORCE_NEW
to GLIBCXX_FORCE_NEW

From-SVN: r70363

21 years agofixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.
Nathanael Nerode [Tue, 12 Aug 2003 07:11:38 +0000 (07:11 +0000)]
fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.

fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.  Enable
for selected machines.  Comment heavily.
fixinc/fixincl.x: Rebuild.
fixinc/tests/base/fs/rfs/rf_cache.h: New file.

From-SVN: r70362

21 years ago* cp-demangle.c: Clarify what package(s) this is part of.
Nathanael Nerode [Tue, 12 Aug 2003 06:58:17 +0000 (06:58 +0000)]
* cp-demangle.c: Clarify what package(s) this is part of.

From-SVN: r70361

21 years agomips.h: Tweak various comments.
Richard Sandiford [Tue, 12 Aug 2003 06:44:54 +0000 (06:44 +0000)]
mips.h: Tweak various comments.

* config/mips/mips.h: Tweak various comments.
* config/mips/mips.c: Likewise.

From-SVN: r70360

21 years agore PR rtl-optimization/11319 (loop miscompiled on ppc32)
James E Wilson [Tue, 12 Aug 2003 05:28:45 +0000 (22:28 -0700)]
re PR rtl-optimization/11319 (loop miscompiled on ppc32)

PR optimization/11319
PR target/10021
* alias.c (find_base_value, case REG): Return 0 not src if no base
found.

From-SVN: r70359

21 years agobasic_ios.h: Remove *_iter typedefs, change num* typedefs to num_*.
Benjamin Kosnik [Tue, 12 Aug 2003 03:46:18 +0000 (03:46 +0000)]
basic_ios.h: Remove *_iter typedefs, change num* typedefs to num_*.

2003-08-11  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_ios.h: Remove *_iter typedefs, change num*
typedefs to num_*.
* include/bits/basic_ios.tcc: Same.
* include/bits/istream.tcc: Same.
* include/bits/locale_facets.h: Same.
* include/bits/ostream.tcc: Same.
* include/std/std_istream.h: Same.
* include/std/std_ostream.h: Same.
* testsuite/26_numerics/complex_inserters_extractors.cc: Fix.

* include/ext/rope: Remove build warning.

From-SVN: r70357

21 years ago* gcse.c (gmalloc): Fix last change.
Kaveh R. Ghazi [Tue, 12 Aug 2003 02:23:57 +0000 (02:23 +0000)]
* gcse.c (gmalloc): Fix last change.

From-SVN: r70352

21 years agosimplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_...
Roger Sayle [Tue, 12 Aug 2003 01:46:54 +0000 (01:46 +0000)]
simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary...

* simplify-rtx.c (simplify_binary_operation): Replace calls to
gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.

From-SVN: r70350

21 years agoexpr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
Roger Sayle [Tue, 12 Aug 2003 01:45:23 +0000 (01:45 +0000)]
expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.

* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
* c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
typecode for an ABS_EXPR.

* doc/c-tree.texi: Document ABS_EXPR.

From-SVN: r70349

21 years agofold-const.c (fold): Optimize any associative floating point operator with...
Roger Sayle [Tue, 12 Aug 2003 01:43:31 +0000 (01:43 +0000)]
fold-const.c (fold): Optimize any associative floating point operator with...

* fold-const.c (fold): Optimize any associative floating point
operator with -funsafe-math-optimizations, not just MULT_EXPR.

From-SVN: r70348

21 years agolib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too.
Kaz Kojima [Tue, 12 Aug 2003 01:25:07 +0000 (01:25 +0000)]
lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too.

* config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
information in SHmedia case too.
(__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
Likewise.
(__set_fpscr): Use an access via GOT for PIC case.

From-SVN: r70347

21 years agoconfigure.in (intermodule): Make switch test more portable.
Kelley Cook [Tue, 12 Aug 2003 01:21:33 +0000 (01:21 +0000)]
configure.in (intermodule): Make switch test more portable.

* configure.in (intermodule): Make switch test more portable.
* configure: Regenerate.

From-SVN: r70346

21 years agoMakefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
Kelley Cook [Tue, 12 Aug 2003 01:14:58 +0000 (01:14 +0000)]
Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.

* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
(restrap): Likewise.

From-SVN: r70345

21 years agoDaily bump.
GCC Administrator [Tue, 12 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70343

21 years agotypeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly.
Mark Mitchell [Mon, 11 Aug 2003 23:11:32 +0000 (23:11 +0000)]
typeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly.

* typeck.c (merge_types): Handle cv-qualified pointer-to-member
types correctly.

* g++.dg/conversion/ptrmem1.C: New test.

From-SVN: r70341

21 years agore PR target/11693 ([ia64] ICE in gen_nop_type)
Jakub Jelinek [Mon, 11 Aug 2003 21:53:58 +0000 (23:53 +0200)]
re PR target/11693 ([ia64] ICE in gen_nop_type)

PR target/11693
* gcc.dg/20030811-1.c: New test.

PR target/11535
* gcc.c-torture/execute/20030811-1.c: New test.

From-SVN: r70339

21 years agogcse.c (gmalloc): Argument is a size_t.
Kaveh R. Ghazi [Mon, 11 Aug 2003 21:50:06 +0000 (21:50 +0000)]
gcse.c (gmalloc): Argument is a size_t.

* gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
(grealloc): Size argument is a size_t.
(gcalloc): New function.  Use throughout in lieu of
gmalloc/memset.

From-SVN: r70338

21 years agoavr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.
Kaveh R. Ghazi [Mon, 11 Aug 2003 21:47:39 +0000 (21:47 +0000)]
avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.

* config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
xmalloc/memset.
* config/ia64/ia64.c (ia64_reorg): Likewise.
* conflict.c (conflict_graph_new): Likewise.
* fixinc/fixincl.c (run_compiles): Likewise.
* genattrtab.c (optimize_attrs): Likewise.
* genrecog.c (new_decision): Likewise.
* haifa-sched.c (schedule_block): Likewise.
* hashtable.c (ht_create): Likewise.

From-SVN: r70337

21 years agoEventQueue.java (currentEvent, lastWhen): New fields.
Tom Tromey [Mon, 11 Aug 2003 18:26:08 +0000 (18:26 +0000)]
EventQueue.java (currentEvent, lastWhen): New fields.

* java/awt/EventQueue.java (currentEvent, lastWhen): New fields.
(postEvent): Removed FIXME comment.
(isDispatchThread): Documented.
(getCurrentEvent): New method.
(dispatchEvent): Set currentEvent and lastWhen.
(getMostRecentEventTime): Rewrote.
(invokeLater): Documented.

From-SVN: r70333

21 years agolib2funcs.S: Fix whitespace.
Bob Wilson [Mon, 11 Aug 2003 17:47:19 +0000 (17:47 +0000)]
lib2funcs.S: Fix whitespace.

        * config/xtensa/lib2funcs.S: Fix whitespace.
        * config/xtensa/xtensa.md (all insns and expanders): Use brace block
        syntax where appropriate.  Remove unnecessary backslash escapes.
        Reformat comments and fix some code formatting.
        (extendqisi2): Rearrange conditional.
        (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
        *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
        of fatal_insn.

From-SVN: r70331

21 years agomips.c: Various formatting fixes.
Richard Sandiford [Mon, 11 Aug 2003 15:28:20 +0000 (15:28 +0000)]
mips.c: Various formatting fixes.

* config/mips/mips.c: Various formatting fixes.
(override_options): Resync -mtune handling with gas.
(mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
* config/mips/mips.h: More formatting fixes.
(mips_abi): Move declaration.
* config/mips/mips.md (exception_receiver): Add mode to
unspec_volatile.

From-SVN: r70327

21 years agors6000.c (spe_init_builtins): Handle evsplati and evsplatfi here.
Aldy Hernandez [Mon, 11 Aug 2003 15:24:47 +0000 (15:24 +0000)]
rs6000.c (spe_init_builtins): Handle evsplati and evsplatfi here.

2003-08-11  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
evsplatfi here.
(bdesc_1arg): Remove evsplati and evsplatfi.

From-SVN: r70326

21 years agoMakefile.am (stamp-c_base): Add dependency on stamp-bits to make SMP-safe.
Andreas Jaeger [Mon, 11 Aug 2003 13:56:38 +0000 (15:56 +0200)]
Makefile.am (stamp-c_base): Add dependency on stamp-bits to make SMP-safe.

* include/Makefile.am (stamp-c_base): Add dependency on stamp-bits
to make SMP-safe.
* include/Makefile.in: Regenerated.

From-SVN: r70323

21 years agodwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account.
J"orn Rennecke [Mon, 11 Aug 2003 13:45:50 +0000 (13:45 +0000)]
dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account.

* dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
into account.

From-SVN: r70322

21 years agoacinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS when calling AC_PROG_CC.
Phil Edwards [Mon, 11 Aug 2003 05:56:33 +0000 (05:56 +0000)]
acinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS when calling AC_PROG_CC.

2003-08-11  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCXX_CONFIGURE):  Unprecious CC and CFLAGS
when calling AC_PROG_CC.
* aclocal.m4, configure:  Regenerate.

From-SVN: r70319

21 years agoacinclude.m4: Properly quote variable which will be expanded inside makefiles.
Phil Edwards [Mon, 11 Aug 2003 05:26:58 +0000 (05:26 +0000)]
acinclude.m4: Properly quote variable which will be expanded inside makefiles.

2003-08-11  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4:  Properly quote variable which will be expanded
inside makefiles.  Use CXX instead of CC to extract compiler info.
* configure.ac (AC_INIT):  Use the new 4-arg form to finally get the
correct form in PACKAGE.
* aclocal.m4, configure:  Regenerate.

From-SVN: r70318

21 years agobuiltins.c (expand_builtin_strcat): Optimize constant strings.
Kaveh R. Ghazi [Mon, 11 Aug 2003 03:15:15 +0000 (03:15 +0000)]
builtins.c (expand_builtin_strcat): Optimize constant strings.

* builtins.c (expand_builtin_strcat): Optimize constant strings.

testsuite:
* gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.

From-SVN: r70317

21 years agore PR c++/11789 (rejects legal, multiple inheritance (inheriting from same class...
Mark Mitchell [Mon, 11 Aug 2003 02:49:44 +0000 (02:49 +0000)]
re PR c++/11789 (rejects legal, multiple inheritance (inheriting from same class twice))

PR c++/11789
* cp-tree.h (get_vbase): Remove.
(get_vbase_types): Remove.
* init.c (expand_member_init): Correct logic for looking up base
classes.

PR c++/11789.C
* g++.dg/inherit/multiple1.C: New test.

From-SVN: r70316

21 years agoRemove improper white-space.
Per Bothner [Mon, 11 Aug 2003 01:44:50 +0000 (18:44 -0700)]
Remove improper white-space.

From-SVN: r70313

21 years agoDaily bump.
GCC Administrator [Mon, 11 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70311

21 years agofix erroneouse paste
Nathan Sidwell [Sun, 10 Aug 2003 19:26:20 +0000 (19:26 +0000)]
fix erroneouse paste

From-SVN: r70304

21 years agopretty-print.c (pp_base_indent): Rename from pp_indent.
Gabriel Dos Reis [Sun, 10 Aug 2003 18:17:06 +0000 (18:17 +0000)]
pretty-print.c (pp_base_indent): Rename from pp_indent.

* pretty-print.c (pp_base_indent): Rename from pp_indent.
* c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
(struct c_pretty_print_info): Add more fields.
(pp_c_left_paren): Move to c-pretty-print.c.
(pp_c_right_paren): Likewise.
(pp_c_left_brace): Likewise.
(pp_c_right_brace): Likewise.
(pp_c_left_bracket): Likewise.
(pp_c_right_bracket): Likewise.
(pp_c_declarator): Declare.
(pp_c_direct_declarator): Likewise.
(pp_c_specifier_qualifier_list): Likewise.
(pp_c_type_id): Likewise.
* c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
(pp_c_type_qualifier_list): New.
(pp_c_pointer): Likewise.
(pp_c_parameter_type_list): Likewise.
(pp_c_function_definition): Likewise.
(pp_c_id_expression): Likewise.
(pp_c_simple_type_specifier): Tidy.
(pp_c_unary_expression): Likewise.
(pp_c_expression): Likewise.
(pp_c_pretty_printer_init): Likewise.
(pp_c_specifier_qualifier_list): Rework..
(pp_c_abstract_declarator): Likewise.
(pp_c_postfix_expression): Likewise.
(pp_c_primary_expression): Likewise.
(pp_c_cast_expression): Likewise.
(pp_c_direct_abstract_declarator): Likewise.
(pp_c_storage_class_specifier): Likewise.
(pp_c_function_specifier): Likewise.
(pp_c_declaration_specifiers): Likewise.
(pp_c_direct_declarator): Likewise.
(pp_c_declarator): Likewise.
(pp_c_declaration): Likewise.
(pp_c_statement): Likewise.
(pp_c_integer_constant): Rename from pp_c_integer_literal.
(pp_c_character_constant): Rename from pp_c_character_literal.
(pp_c_bool_constant): Rename from pp_c_bool_literal.
(pp_c_enumeration_constant): Rename from pp_c_enumerator.
(pp_c_floating_constant): Rename from pp_c_real_literal.
(pp_c_constant): Rename from pp_c_literal.
* c-lang.c: Include diagnostic.h and c-pretty-print.h
(LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
(c_initialize_diagnostics): New.
* Makefile.in (c-lang.o): Update dependency.

cp/

* error.c (dump_expr): Tidy.
* cxx-pretty-print.c (pp_cxx_nonconsecutive_character): New.
(pp_cxx_begin_template_argument_list): Likewise.
(pp_cxx_end_template_argument_list): Likewise.
(is_destructor_name): Likewise.
(pp_cxx_unqualified_id): Likewise.
(pp_cxx_qualified_id): Likewise.
(pp_cxx_id_expression): Likewise.
(pp_cxx_new_expression): Likewise.
(pp_cxx_delete_expression): Likewise.
(pp_cxx_pm_expression): Likewise.
(pp_cxx_type_specifier): Rework.
(pp_cxx_type_id): Likewise.
(pp_cxx_primary_expression): Likewise.
(pp_cxx_postfix_expression): Likewise.
(pp_cxx_unary_expression): Likewise.
(pp_cxx_multiplicative_expression): Likewise.
(pp_cxx_conditional_expression): Likewise.
(pp_cxx_assignment_expression): Likewise.
(pp_cxx_pretty_printer_init): Tidy.

From-SVN: r70299

21 years agoc-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
Nathan Sidwell [Sun, 10 Aug 2003 15:17:35 +0000 (15:17 +0000)]
c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.

* c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
testsuite:
* gcc.dg/spe1.c: New test.

From-SVN: r70296

21 years agocp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VEC of...
Nathan Sidwell [Sun, 10 Aug 2003 15:10:35 +0000 (15:10 +0000)]
cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VEC of non-zero size.

cp:
* cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL
NODE is always a TREE_VEC of non-zero size.
(NUM_TMPL_ARGS): NODE is always a TREE_VEC.
* decl2.c (arg_assoc): Template args will be a vec.
* error.c (dump_decl) <TEMPLATE_ID_EXPR case>: Call
dump_template_argument_list.
(dump_template_parms): Args will be a vec.
* parser.c (cp_parser_template_argument_list): Produce a
vector, not a list.
* pt.c (coerce_template_parms): Args are always vectors.
(mangle_class_name_for_template): Likewise.
(lookup_template_function): Likewise.
(lookup_template_class): Likewise.
(tsubst_template_args): Likewise.
(tsubst_baselink): Use tsubst_template_args.
(tsubst_qualified_id): Likewise.
(tsubst_copy) <TEMPLATE_ID_EXPR case>: Likewise.
(tsubst_copy_and_build) <TEMPLATE_ID_EXPR case>: Likewise.
(any_dependent_template_args_p):  Args are always vectors.
* tree.c (cp_tree_equal): Add TEMPLATE_ID_EXPR case.

From-SVN: r70295

21 years agore PR c++/11670 (ICE in convert_like_real on illegal code)
Nathan Sidwell [Sun, 10 Aug 2003 14:59:58 +0000 (14:59 +0000)]
re PR c++/11670 (ICE in convert_like_real on illegal code)

cp:
PR c++/11670
* call.c (convert_like_real): Add rvalue binding error message.
* error.c (dump_expr) <NOP_EXPR case>: Detect when the no expr is
really a cast.
testsuite:
PR c++/11670
* g++.dg/expr/cast2.C: New test.

From-SVN: r70294

21 years agore PR c++/10530 (Cannot access non-dependent type within nested template)
Nathan Sidwell [Sun, 10 Aug 2003 14:54:22 +0000 (14:54 +0000)]
re PR c++/10530 (Cannot access non-dependent type within nested template)

cp:
PR c++/10530
* pt.c (dependent_type_p_r): A dependent template-id is a class
type with dependent template arguments, or a bound template
template parameter.
(type_dependent_expression_p): A template function decl cannot
have a dependent context.
testsuite:
PR c++/10530
* g++.dg/template/dependent-name2.C: New test.

From-SVN: r70293

21 years agomips.c (mips_no_mips16_string): Remove.
Richard Sandiford [Sun, 10 Aug 2003 08:36:13 +0000 (08:36 +0000)]
mips.c (mips_no_mips16_string): Remove.

* config/mips/mips.c (mips_no_mips16_string): Remove.
(override_options): Don't handle -mips16 as part of -mipsN.
* config/mips/mips.h (mips_no_mips16_string): Remove declaration.
(TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
(TARGET_OPTIONS): Remove -mno-mips16.

From-SVN: r70287

21 years agomips-protos.h (coprocessor_operand): Remove declaration.
Richard Sandiford [Sun, 10 Aug 2003 08:34:32 +0000 (08:34 +0000)]
mips-protos.h (coprocessor_operand): Remove declaration.

* config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
(coprocessor2_operand): Likewise.
* config/mips/mips.c (STAB_CODE_TYPE): Remove.
(lookup_name): Remove declaration.
(abort_with_insn): Remove.  Replace all uses with fatal_insn.
(mips16, mips_abicalls): Remove.
(mips_char_to_class): Remove initialiser: all entries are NO_REGS.
(arith32_operand, large_int, true_reg_or_0_operand): Remove.
(coprocessor_operand, coprocessor2_operand): Remove.
(override_options): Don't set mips16 or mips_abicalls.
(print_operand): Don't expect SIGN_EXTEND operands.
(mips_secondary_reload_class): Likewise.
(mips_output_conditional_branch): Remove disabled long-branch code.
* config/mips/mips.h (call_used_regs): Remove declaration.
(may_call_alloca): Likewise.
(mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
(mips_abicalls, mips16): Remove declarations.
(ASM_FINAL_SPEC, LIB_SPEC): Remove.
(CC1_SPEC): Remove outdated comment.
(MIPS_VERSION, MACHINE_TYPE): Remove.
(TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
(PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
(STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
(PUSH_ROUNDING): Likewise.
(ASSEMBLER_SCRATCH_REGNUM): Remove.
* config/mips/mips.md: Replace mips_cpu_attr with mips_tune
and mips16 with TARGET_MIPS16.

From-SVN: r70286

21 years agore PR libgcj/11778 (System.out PrintStream does too much buffering)
Bryce McKinlay [Sun, 10 Aug 2003 02:53:17 +0000 (02:53 +0000)]
re PR libgcj/11778 (System.out PrintStream does too much buffering)

* java/io/PrintStream.java (print): Always flush if auto_flush is
set. Don't check for newline characters.
(write (int)): Implement without using a temporary array.
(write (byte[], int, int): Always flush if auto_flush is set. Don't
check for newline characters.
Fixes PR libgcj/11778.

From-SVN: r70284

21 years agoDaily bump.
GCC Administrator [Sun, 10 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70281

21 years agocppinit.c (cpp_read_main_file): Split out source-independent initialization to separa...
Per Bothner [Sat, 9 Aug 2003 22:14:07 +0000 (22:14 +0000)]
cppinit.c (cpp_read_main_file): Split out source-independent initialization to separate function ...

        * cppinit.c (cpp_read_main_file):  Split out source-independent
        initialization to separate function ...
        (cpp_post_options):  New function.
        * cppfiles.c (cpp_stack_file):  Rename public name to ...
        (_cpp_stack_file):  New internal function name.
        * cpplib.h:  Update accordingly.
        * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
        (cpp_read_main_file):  Don't initialize line here.
        * c-opts.c (c_common_post_options):  Call cpp_post_options.
        (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
        * fix-header.c (read_scan_file):  Call cpp_post_options.

From-SVN: r70279

21 years ago* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
Per Bothner [Sat, 9 Aug 2003 21:59:02 +0000 (14:59 -0700)]
* c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.

From-SVN: r70278

21 years ago* pa.c (pa_asm_output_mi_thunk): Fix typo.
John David Anglin [Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)]
* pa.c (pa_asm_output_mi_thunk): Fix typo.

From-SVN: r70276

21 years agore PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is in subdir...
Neil Booth [Sat, 9 Aug 2003 08:53:02 +0000 (08:53 +0000)]
re PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is in subdirectory temp)

PR preprocessor/11839
* cppfiles.c (open_file): Handle ENOTDIR.

From-SVN: r70275

21 years agore PR target/11699 (internal compiler error, unrecognized instruction.)
Richard Sandiford [Sat, 9 Aug 2003 07:09:14 +0000 (07:09 +0000)]
re PR target/11699 (internal compiler error, unrecognized instruction.)

PR target/11699
* config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.

From-SVN: r70274

21 years agoFix merge conflict.
Benjamin Kosnik [Sat, 9 Aug 2003 01:43:18 +0000 (01:43 +0000)]
Fix merge conflict.

From-SVN: r70269

21 years agopa.md (extzv, extv, insv): Fix operand limit checks.
John David Anglin [Sat, 9 Aug 2003 00:31:24 +0000 (00:31 +0000)]
pa.md (extzv, extv, insv): Fix operand limit checks.

* pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
source/destination is not a register operand.

From-SVN: r70267

21 years agoDaily bump.
GCC Administrator [Sat, 9 Aug 2003 00:16:09 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70265

21 years agore PR target/11535 (__builtin_return_address may not work on ia64)
Richard Henderson [Fri, 8 Aug 2003 23:49:57 +0000 (16:49 -0700)]
re PR target/11535 (__builtin_return_address may not work on ia64)

        PR target/11535
        * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
        RETURN_ADDRESS_POINTER_REGNUM.
        (ia64_expand_prologue): Don't frob it.
        (ia64_output_function_epilogue): Likewise.
        (ia64_return_addr_rtx): New.
        (ia64_split_return_addr_rtx): New.
        * config/ia64/ia64-protos.h: Update.
        * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
        (RETURN_ADDRESS_POINTER_REGNUM): Remove.
        (GENERAL_REGNO_P): Don't check it.
        (AR_*_REGNUM): Renumber.
        (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
        (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
        (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
        (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
        (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
        * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
        (movdi_ret_addr): New.

From-SVN: r70263

21 years ago* config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
Geoffrey Keating [Fri, 8 Aug 2003 21:13:37 +0000 (21:13 +0000)]
* config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.

From-SVN: r70257

21 years ago* tree.h (get_identifier) Define a macro form of get_identifier
Roger Sayle [Fri, 8 Aug 2003 20:23:06 +0000 (20:23 +0000)]
* tree.h (get_identifier) Define a macro form of get_identifier
that calls get_identifier_with_length when the string is constant.
(get_identifier_with_length): Change type of second argument to
size_t in prototype.
* stringpool.c (get_identifier): Undefine the macro before giving
the function definition.
(get_identifier_with_length): Change  type of second argument to
size_t in function definition.
* hashtable.c (calc_hash): Change type of second argument to size_t.
   (ht_lookup): Change type of third argument to size_t.  Reorganize
to speed-up the cases where the hash table slot is empty, or the
first probe matches (i.e. there isn't a collision).
* hashtable.h (ht_lookup): Adjust function prototype.

From-SVN: r70256

21 years ago+2003-08-08 Bernardo Innocenti <bernie@develer.com> + + PR target/9697 + PR...
Bernardo Innocenti [Fri, 8 Aug 2003 19:58:58 +0000 (21:58 +0200)]
+2003-08-08 Bernardo Innocenti <bernie@develer.com> + + PR target/9697 + PR...

+2003-08-08  Bernardo Innocenti  <bernie@develer.com>
+
+       PR target/9697
+       PR target/11777
+       * longlong.h (count_leading_zeros): Exclude on __mcpu32__.

From-SVN: r70255

21 years agocrash11.C: Put the dg options in comments.
Andrew Pinski [Fri, 8 Aug 2003 19:54:14 +0000 (19:54 +0000)]
crash11.C: Put the dg options in comments.

2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/parse/crash11.C: Put the dg options in comments.

From-SVN: r70254

21 years agocommon.opt: Add debug switches.
Neil Booth [Fri, 8 Aug 2003 19:22:44 +0000 (19:22 +0000)]
common.opt: Add debug switches.

* common.opt: Add debug switches.
* flags.h (use_gnu_debug_info_extensions): Boolify.
* opts.c (write_symbols, debug_info_level,
use_gnu_debug_info_extensions): Move from toplev.c.
(set_debug_level): New.
(common_handle_options): Handle debug switches.
(print_help): Display target options directly.
* toplev.c (debug_hooks): Don't initialize.
(write_symbols, debug_info_level,
use_gnu_debug_info_extensions): Move to opts.c.
(debug_args, display_help, decode_g_option): Remove.
(process_options): Set no debug if level zero here,
and no-debug-hooks.  Error here if impossible debug format selected.
* toplev.h (display_help, decode_g_option): Remove.
testsuite:
* lib/gcc-dg.exp: Update for diagnostic change.

From-SVN: r70253

21 years agogcc_release: Correct logic for updating version.c.
Mark Mitchell [Fri, 8 Aug 2003 16:27:14 +0000 (16:27 +0000)]
gcc_release: Correct logic for updating version.c.

* gcc_release: Correct logic for updating version.c.  Put
prereleases into a subdirectory.

From-SVN: r70252

21 years ago[multiple changes]
Andrew Haley [Fri, 8 Aug 2003 16:26:00 +0000 (16:26 +0000)]
[multiple changes]

2003-08-08  Andrew Haley  <aph@redhat.com>

        * Makefile.am (AM_CXXFLAGS): Define BOOT_CLASS_PATH.
        * Makefile.in: Rebuild.
        * java/lang/natRuntime.cc (insertSystemProperties): Add
        "sun.boot.class.path".

2003-08-07  Andrew Haley  <aph@redhat.com>

        * java/io/PrintStream.java: Don't crash on a null string.

From-SVN: r70250

21 years agoMakefile.am (check-abi): Change libstdc++-v3 to libstdc++.
Benjamin Kosnik [Fri, 8 Aug 2003 15:24:00 +0000 (15:24 +0000)]
Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.

2003-08-08  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
(check-abi-verbose): Same.
* testsuite/testsuite_performance.h (report_performance): Same.

From-SVN: r70249