OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago * longlong.h (umul_ppmm): Add ColdFire support.
bernie [Thu, 21 Aug 2003 01:11:42 +0000 (01:11 +0000)]
* longlong.h (umul_ppmm): Add ColdFire support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70631 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k-none.h: Introduce new ColdFire archs.
bernie [Thu, 21 Aug 2003 01:03:37 +0000 (01:03 +0000)]
* config/m68k/m68k-none.h: Introduce new ColdFire archs.
* config/m68k/m68k.h: Likewise.
* config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
* config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
* config/m68k/linux.h: Likewise.
* config/m68k/m68k.c: Likewise.
* config/m68k/m68k.md: Likewise.
* config/m68k/m68kelf.h: Likewise.
* config/m68k/netbsd-elf.h: Likewise.
* config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70630 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Thu, 21 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70628 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
bernie [Thu, 21 Aug 2003 00:04:22 +0000 (00:04 +0000)]
* config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
* config/m68k/m68k.md: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70626 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR java/11996
mmitchel [Wed, 20 Aug 2003 22:36:08 +0000 (22:36 +0000)]
PR java/11996
Revert this change:
2003-08-19  Mark Mitchell  <mark@codesourcery.com>
* c-common.c (c_common_signed_or_unsigned_type): Correctly handle
types with precisions other than those given by native machine
modes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70625 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * MAINTAINERS (Write After Approval): Add myself.
bernie [Wed, 20 Aug 2003 22:24:34 +0000 (22:24 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70623 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
bernie [Wed, 20 Aug 2003 22:15:57 +0000 (22:15 +0000)]
* config/m68k/m68k.md (anonymous define_insn): remove obsolete code
selected by FSGLMUL_USE_S and FSGLDIV_USE_S
* config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
* config/m68k/m68k.md (anonymous define_insn): Likewise
* config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
* config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
code selected by NO_ASM_FMOVECR

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70622 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k.c (output_move_const_into_data_reg,
bernie [Wed, 20 Aug 2003 22:10:42 +0000 (22:10 +0000)]
* config/m68k/m68k.c (output_move_const_into_data_reg,
output_move_himode): unify MOTOROLA/MIT handling of moveq
* config/m68k/m68k.md (movsi_const0, anonymous define_insn):
Likewise

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70621 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
bernie [Wed, 20 Aug 2003 22:02:53 +0000 (22:02 +0000)]
* config/m68k/m68k.c (m68k_output_function_prologue): use %U in
label name
* config/m68k/m68k.c (m68k_output_function_epilogue): replace
HOST_WIDE_INT_PRINT_DEC with %wd

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70620 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
ljrittle [Wed, 20 Aug 2003 22:00:26 +0000 (22:00 +0000)]
* config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
redefine warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70619 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR middle-end/11984
sayle [Wed, 20 Aug 2003 21:55:01 +0000 (21:55 +0000)]
PR middle-end/11984
* fold-const.c (fold <PLUS_EXPR>): Check for integer constant
operands before calling tree_int_cst_lt when performing associative
transformations.

* gcc.dg/20030820-1.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70618 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
jason [Wed, 20 Aug 2003 21:46:48 +0000 (21:46 +0000)]
    * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
        (EXPR_CHECK): Don't check for 'r' or 's' if we're
        checking IS_EXPR_CODE_CLASS.
        * calls.c (calls_function_1): Likewise.
        * fold-const.c (fold): Likewise.
        * tree.c (iterative_hash_expr): Likewise.
        * tree-inline.c (walk_tree, copy_tree_r): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70617 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
bernie [Wed, 20 Aug 2003 21:21:21 +0000 (21:21 +0000)]
* config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
depending on MOTOROLA_BSR
* config/m68k/m68k.md (anonymous define_insn): Likewise

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70616 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-20 Graydon Hoare <graydon@redhat.com>
graydon [Wed, 20 Aug 2003 19:37:21 +0000 (19:37 +0000)]
2003-08-20  Graydon Hoare  <graydon@redhat.com>

* jni.cc: Replace "cheating" pointer-casting code with
extract_from_jvalue<> template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70613 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoupdate bubblestrap docs
jason [Wed, 20 Aug 2003 19:33:43 +0000 (19:33 +0000)]
update bubblestrap docs

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70612 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
jason [Wed, 20 Aug 2003 19:27:49 +0000 (19:27 +0000)]
    * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
        (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
        fold_trunc_transparent_mathfn, fold_builtin): Likewise.
        * dojump.c (do_jump): Likewise.
        * fold-const.c (operand_equal_p, fold): Likewise.
        (tree_expr_nonnegative_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70611 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp:
nathan [Wed, 20 Aug 2003 18:00:09 +0000 (18:00 +0000)]
cp:
PR c++/11945
* pt.c (build_non_dependent_expr): Look inside COND_EXPR and
COMPOUND_EXPR.
* semantics.c (finish_expr_stmt): Always convert to void.
* typeck.c (build_x_compound_exp): Always convert to void.
testsuite:
PR c++/11945
* g++.dg/warn/noeffect2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70606 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-01-31 Andrew Haley <aph@redhat.com>
aph [Wed, 20 Aug 2003 17:27:56 +0000 (17:27 +0000)]
2003-01-31  Andrew Haley  <aph@redhat.com>

* except.c (prepare_eh_table_type): Use new encoding for exception
handlers when using -fno-assume-compiled.

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

* gnu/gcj/runtime/StackTrace.java (getClass): New method.
* gnu/gcj/runtime/natStackTrace.cc (getClass): New method.
(classAt): Break out class lookup function into getClass().
* exception.cc (PERSONALITY_FUNCTION): Use new encoding for exception
handlers when using -fno-assume-compiled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70605 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFix typo.
aph [Wed, 20 Aug 2003 16:26:27 +0000 (16:26 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70604 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcj.texi (Extensions): Added xref.
tromey [Wed, 20 Aug 2003 15:33:28 +0000 (15:33 +0000)]
* gcj.texi (Extensions): Added xref.
(libgcj Runtime Properties): Document
gnu.gcj.runtime.VMClassLoader.library_control.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70601 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago Fix for PR libgcj/9125:
tromey [Wed, 20 Aug 2003 15:32:23 +0000 (15:32 +0000)]
Fix for PR libgcj/9125:
* gnu/gcj/runtime/natVMClassLoader.cc (findClass): Find Runtime
object outside of loop.  Respect lib_control setting.
* gnu/gcj/runtime/VMClassLoader.java (tried_libraries): New
field.
(lib_control): New field.
(LIB_FULL, LIB_CACHE, LIB_NEVER): New constants.
(VMClassLoader): Initialize new field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70600 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * java/lang/ref/natReference.cc (finalize_referred_to_object):
tromey [Wed, 20 Aug 2003 15:30:04 +0000 (15:30 +0000)]
* java/lang/ref/natReference.cc (finalize_referred_to_object):
Set `list->reference' to DELETED_REFERENCE when removing dead
object.
(find_slot): Added an assert.
(DELETED_REFERENCE): New define.
(add_to_hash): Check for DELETED_REFERENCE.
(remove_from_hash): Just return if found slot isn't ours.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70599 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Andrew Haley <aph@redhat.com>
aph [Wed, 20 Aug 2003 14:32:16 +0000 (14:32 +0000)]
2003-08-19  Andrew Haley  <aph@redhat.com>

* prims.cc (unblock_signal): New function.
(SIGNAL_HANDLER): Use it.
(SIGNAL_HANDLER): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70598 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
jason [Wed, 20 Aug 2003 12:24:18 +0000 (12:24 +0000)]
    * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
        TYPE_USER_ALIGN for FIELD_DECLs.

        * attribs.c (decl_attributes): Rebuild the function pointer type after
        changing the target type.
        * tree.c (get_qualified_type): Also check that the attributes match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70597 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
kraai [Wed, 20 Aug 2003 10:50:20 +0000 (10:50 +0000)]
* Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
* objc/config-lang.in (stagestuff): ... to here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70596 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFix typo in ChangeLog
mmitchel [Wed, 20 Aug 2003 07:14:37 +0000 (07:14 +0000)]
Fix typo in ChangeLog

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70594 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/11946
mmitchel [Wed, 20 Aug 2003 07:06:47 +0000 (07:06 +0000)]
PR c++/11946
* convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
NOP_EXPR) when necessary.
* c-common.c (c_common_signed_or_unsigned_type): Correctly handle
types with precisions other than those given by native machine
modes.

PR c++/11684
* cp-tree.h (grok_op_properties): Change prototype.
* decl.c (grok_op_properties): Add complain parameter.
(grokfndecl): Pass it.
* pt.c (tsubst_decl): Adjust accordingly.

PR c++/10926
* decl.c (start_method): Return immediately if push_template_decl
does not like the declaration.
* pt.c (push_template_decl_real): Disallow member template
destructors.

PR c++/11036.C
* cp-tree.h (add_binding): Add prototype.
* class.c (add_method): Set TYPE_HAS_DESTRUCTOR if appropriate.
(maybe_warn_about_overly_private_class): Use
CLASSTYPE_DESTRUCTORS.
(pushclass): Adjust call to set_identifier_type_value.
* decl.c (add_binding): Give it external linkage.
(push_local_binding): Adjust call to add_binding.
(push_class_binding): Likewise.
(set_identifier_type_value_with_scope): Change prototype.  Use
add_binding for global bindings.
(set_identifier_type_value): Adjust accordingly.
(pushtag): Likewise.
(pushdecl): Use set_identifier_type_value, not
set_identifier_type_value_with_scope.
(pushdecl_namespace_level): Adjust calls to
SET_IDENTIFIER_TYPE_VALUE to pass a DECL.
(pushdecl_class_level): Likewise.
(lookup_tag): Use select_decl.
(select_decl): Improve comment.
(record_builtin_type): Do not call pushdecl.
(cxx_init_decl_processing): Do not call xref_tag for bad_alloc.
(cp_finish_decl): Adjust call to set_identifier_type_value.
(check_elaborated_type_specifier): Improve checks for invalid uses
of typedefs.
(xref_tag): Adjust call to check_elaborated_type_specifier.
* decl2.c (grokclassfn): Do not set TYPE_HAS_DESTRUCTOR.
* name-lookup.c (set_namespace_binding): Use add_binding.
* parser.c (cp_parser_simple_type_specifier): Return a TYPE_DECL,
rather than an IDENTIFIER_NODE, to represent built-in types, if
requested by the caller.
(cp_parser_postfix_expression): Adjust call.
(cp_parser_type_specifier): Likewise.
(cp_parser_elaborated_type_specifier): Adjust call to
check_elaborated_type_specifier.
* typeck2.c (build_functional_cast): Do not perform name lookups.

PR c++/10717
* decl.c (expand_static_init): Remove unncessary code.

PR c++/10926
* g++.dg/template/dtor2.C: New test.

PR c++/11684
* g++.dg/template/operator1.C: New test.
* g++.dg/parse/operator4.C: New test.

PR c++/11946.C
* g++.dg/expr/enum1.C: New test.
* gcc.dg/c99-bool-1.c: Remove bogus warning.

PR c++/11036.C
* g++.dg/parse/elab2.C: New test.
* g++.dg/parse/typedef4.C: Change error message.
* g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
* g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
* g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70593 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Geoffrey Keating <geoffk@apple.com>
geoffk [Wed, 20 Aug 2003 04:04:47 +0000 (04:04 +0000)]
2003-08-19  Geoffrey Keating  <geoffk@apple.com>

* cpppch.c (cpp_valid_state): Re-add warning about PCH not used
because some macro is defined.

Index: testsuite/ChangeLog
2003-08-19  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/pch/warn-1.c: New.
* gcc.dg/pch/warn-1.hs: New.

* lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
not-tested file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70592 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * crossconfig.m4 (*-darwin*): Add a large and boring stanza for
geoffk [Wed, 20 Aug 2003 03:32:00 +0000 (03:32 +0000)]
* crossconfig.m4 (*-darwin*): Add a large and boring stanza for
crosses to Darwin targets.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70590 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
geoffk [Wed, 20 Aug 2003 02:58:58 +0000 (02:58 +0000)]
* config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
options.
* config/i386/darwin.h (ASM_SPEC): New.
(SUBTARGET_EXTRA_SPECS): New.
* config/rs6000/darwin.h (ASM_SPEC): New.
(SUBTARGET_EXTRA_SPECS): New.
* configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
a cross-compiler between two different processors on Darwin.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70589 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago* gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
pinskia [Wed, 20 Aug 2003 02:03:59 +0000 (02:03 +0000)]
* gcc.dg/uninit-E.c: Add forgotten dg-warning marker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70588 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * configure.in: Disable libgcj for darwin not on powerpc.
geoffk [Wed, 20 Aug 2003 00:50:20 +0000 (00:50 +0000)]
* configure.in: Disable libgcj for darwin not on powerpc.
* configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70587 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Wed, 20 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70585 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * builtins.c: Fix comment typos.
kazu [Tue, 19 Aug 2003 23:22:00 +0000 (23:22 +0000)]
* builtins.c: Fix comment typos.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-pretty-print.c: Likewise.
* cfgbuild.c: Likewise.
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cgraphunit.c: Likewise.
* cppfiles.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* haifa-sched.c: Likewise.
* pretty-print.c: Likewise.
* tree.c: Likewise.
* tree.h: Likewise.
* value-prof.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70583 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoforgot the changelog also. oops
pinskia [Tue, 19 Aug 2003 23:11:11 +0000 (23:11 +0000)]
forgot the changelog also. oops

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70581 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoMissed part of my patch:
pinskia [Tue, 19 Aug 2003 23:04:36 +0000 (23:04 +0000)]
Missed part of my patch:

        * langhooks-def.h (lhd_decl_uninit): Declare.
        (LANG_HOOKS_DECL_UNINIT): New macro.
        (LANG_HOOKS_INITIALIZER): Adjust.
        * langhooks.h (struct lang_hooks): Add new field
        decl_uninit.
        * langhooks.c (lhd_decl_uninit): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70580 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * c-decl.c: Follow spelling conventions.
kazu [Tue, 19 Aug 2003 21:09:36 +0000 (21:09 +0000)]
* c-decl.c: Follow spelling conventions.
* cppfiles.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70578 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * c-common.c: Fix comment formatting.
kazu [Tue, 19 Aug 2003 21:04:38 +0000 (21:04 +0000)]
* c-common.c: Fix comment formatting.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* cppinit.c: Likewise.
* cpplib.h: Likewise.
* emit-rtl.c: Likewise.
* input.h: Likewise.
* line-map.h: Likewise.
* opts.c: Likewise.
* opts.h: Likewise.
* simplify-rtx.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70577 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * unwind-c.c: Add libgcc-style exception.
drow [Tue, 19 Aug 2003 20:53:24 +0000 (20:53 +0000)]
* unwind-c.c: Add libgcc-style exception.
* unwind-dw2.c: Likewise.
* unwind-pe.h: Likewise.
* unwind-sjlj.c: Likewise.
* unwind.inc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70576 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp/ChangeLog:
pinskia [Tue, 19 Aug 2003 20:31:37 +0000 (20:31 +0000)]
cp/ChangeLog:
        * cp/cp-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
testsuite:
        * gcc.dg/uninit-D.c: New Test.
        * gcc.dg/uninit-E.c: New Test.
        * gcc.dg/uninit-F.c: New Test.
        * gcc.dg/uninit-G.c: New Test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70575 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoPR c++/10538, PR c/5582
pinskia [Tue, 19 Aug 2003 20:29:01 +0000 (20:29 +0000)]
PR c++/10538, PR c/5582

ChangeLog:
        * langhooks-def.h (lhd_decl_uninit): Declare.
        (LANG_HOOKS_DECL_UNINIT): New macro.
        (LANG_HOOKS_INITIALIZER): Adjust.
        * langhooks.h (struct lang_hooks): Add new field
        decl_uninit.
        * langhooks.c (lhd_decl_uninit): Define.
        * c-common.c (c_decl_uninit_1): New function.
        (c_decl_uninit): New function.
        (warn_init_self): Define.
        * c-common.h (c_decl_uninit): Declare.
        (warn_init_self): Declare.
        * c.opt: Introduce -Winit-self.
        * c-opts.c (c_common_handle_options): Set warn_init_self.
        * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
        * objc/objc-lang.c  (LANG_HOOKS_DECL_UNINIT): Define.
        * function.c (uninitialized_vars_warning): Call the language hook.
        * doc/invoke.texi: Document -Winit-self.

cp/ChangeLog:
        * cp/cp-lang.c (LANG_HOOKS_DECL_UNINIT): Define.

testsuite:
        * gcc.dg/uninit-D.c: New Test.
        * gcc.dg/uninit-E.c: New Test.
        * gcc.dg/uninit-F.c: New Test.
        * gcc.dg/uninit-G.c: New Test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70574 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago*** empty log message ***
pinskia [Tue, 19 Aug 2003 20:12:44 +0000 (20:12 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70573 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Jeff Sturm <jsturm@one-point.com>
tromey [Tue, 19 Aug 2003 19:44:44 +0000 (19:44 +0000)]
2003-08-19  Jeff Sturm  <jsturm@one-point.com>

* lib/libjava.exp (libjava_arguments): Add $libjava to the list of
libraries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70572 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Chris Demetriou <cgd@broadcom.com>
cgd [Tue, 19 Aug 2003 18:09:06 +0000 (18:09 +0000)]
2003-08-19  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
        to use better predicates and constraints.  Define new
        instruction to handle "trap_if" with DI-mode arguments.
        (conditional_trap): FAIL if trap code is not 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70570 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 19 Aug 2003 17:17:27 +0000 (17:17 +0000)]
2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
        strstr with $pb to a strcompare with "<pic base>"
        (ix86_output_addr_diff_elt): Output the real pic base.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70569 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-19 Michael Ritzert <ritzert@t-online.de>
geoffk [Tue, 19 Aug 2003 16:58:13 +0000 (16:58 +0000)]
2003-08-19  Michael Ritzert  <ritzert@t-online.de>

* g++.dg/README: Describe the pch directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70568 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/11174
lerdsuwa [Tue, 19 Aug 2003 12:55:00 +0000 (12:55 +0000)]
PR c++/11174
* init.c (build_offset_ref): Perform access checking for
pointer to member correctly.

* g++.dg/parse/access4.C: New test.
* g++.dg/parse/access5.C: Likewise.
* g++.old-deja/g++.jason/access17.C: Adjust error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70566 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR libgcj/11575
membar [Tue, 19 Aug 2003 11:59:56 +0000 (11:59 +0000)]
PR libgcj/11575
* java/io/natFileDescriptorWin32.cc (open): Set create
flag to OPEN_AWAYS when READ & WRITE regardless of APPEND flag.
Honor EXCL when openning with WRITE flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70565 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * include/jvm.h: New class _Jv_TempUTFString (helper class for
membar [Tue, 19 Aug 2003 11:48:59 +0000 (11:48 +0000)]
* include/jvm.h: New class _Jv_TempUTFString (helper class for
getting a temporary C string from a jstring)
New macro JV_TEMP_UTF_STRING, which leverages _Jv_TempUTFString
but uses a stack buffer if the string length is less than 256
bytes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70564 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-18 Petur Runolfsson <peturr02@ru.is>
gdr [Tue, 19 Aug 2003 08:03:09 +0000 (08:03 +0000)]
2003-08-18  Petur Runolfsson  <peturr02@ru.is>

        * include/ext/ropeimpl.h:
        #include <ostream> instead of <iostream>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70562 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
gdr [Tue, 19 Aug 2003 07:48:46 +0000 (07:48 +0000)]
    * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
        (LANG_HOOKS_INITIALIZER): Correct.
        * c-lang.c: Likewise.
cp/
        * cp-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70561 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
hubicka [Tue, 19 Aug 2003 07:37:07 +0000 (07:37 +0000)]
* cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
(cgraph_varpool_mark_needed_node): Likewise.
* cgraph.h (notice_global_symbol): Declare
* varasm.c (notice_global_symbol): Break out from ...
(assemble_start_function): ... here; update for variables.
(assemble_variable): Use notice_global_symbol.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70559 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
rsandifo [Tue, 19 Aug 2003 06:17:00 +0000 (06:17 +0000)]
* config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
expect SFmode and DFmode arguments to be passed in FPRs,
regardless of the underlying type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70557 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR target/11924
rsandifo [Tue, 19 Aug 2003 06:15:09 +0000 (06:15 +0000)]
PR target/11924
* config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
(mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70556 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c/11207
kraai [Tue, 19 Aug 2003 01:36:29 +0000 (01:36 +0000)]
PR c/11207
* c-typeck.c (set_init_index): Check for negative index.

(testsuite/)
* gcc.dg/noncompile/20030818-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70553 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
bwilson [Tue, 19 Aug 2003 00:16:36 +0000 (00:16 +0000)]
    * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
        call0 ABI.
        * config/xtensa/crtn.asm (_init, _fini): Likewise.
        * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
        __umodsi3, __modsi3): Likewise.
        * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
        $(INCLUDES).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70552 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Tue, 19 Aug 2003 00:16:09 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70550 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/rs6000/spe.md ("*nabssf2_gpr"): New.
aldyh [Mon, 18 Aug 2003 16:54:15 +0000 (16:54 +0000)]
* config/rs6000/spe.md ("*nabssf2_gpr"): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70545 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR libgcj/11951:
tromey [Mon, 18 Aug 2003 14:36:07 +0000 (14:36 +0000)]
PR libgcj/11951:
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Returns
void.  Throw VirtualMachineError if ffi fails.  Initialize return
value.  Added is_jni_call argument; only wrap exception if not a
JNI call.  Use descriptive message if operation not supported.
(_Jv_GetTypesFromSignature): Use declaring class' loader to find
array class.
* include/jvm.h (_Jv_CallAnyMethodA): Updated declaration.
* jni.cc (_Jv_JNI_CallAnyMethodV): Updated for new form of
_Jv_CallAnyMethodA.
(_Jv_JNI_CallAnyMethodA): Likewise.
(_Jv_JNI_CallAnyVoidMethodV): Likewise.
(_Jv_JNI_CallAnyVoidMethodA): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70544 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR libgcj/11951:
tromey [Mon, 18 Aug 2003 14:35:34 +0000 (14:35 +0000)]
PR libgcj/11951:
* libjava.jni/pr11951.c: New file.
* libjava.jni/pr11951.out: New file.
* libjava.jni/pr11951.java: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70543 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp:
nathan [Mon, 18 Aug 2003 12:55:04 +0000 (12:55 +0000)]
cp:
PR c++/11957
* cp-tree.h (finish_stmt_expr): Add bool parameter.
* init.c (finish_init_stmts): Pass true to finish_stmt_expr. Don't
adjust the stmt_expr here.
(build_vec_init): Use finish_stmt_expr_expr, convert result to
array type.
* parser.c (cp_parser_primar_expression): Adjust finish_stmt_expr
call.
* pt.c (tsubst_copy): Likewise.
* semantics.c (finish_stmt_expr): Add parameter.
testsuite:
PR c++/11957
* g++.dg/warn/noeffect1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70541 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp:
nathan [Mon, 18 Aug 2003 12:44:22 +0000 (12:44 +0000)]
cp:
* pt.c (instantiate_class_template): Push to class's scope before
tsubsting base.
testsuite:
* g++.dg/template/scope2.C: New test.
* g++.dg/template/error2.C: Correct dg-error

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70540 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoapparently missing part of 2003-08-15 checkin
nathan [Mon, 18 Aug 2003 12:38:04 +0000 (12:38 +0000)]
apparently missing part of 2003-08-15 checkin
* decl.c (make_typename_type): Use my_friendly_assert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70539 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoAdd Ian Dall as ns32k port maintainer.
iandall [Mon, 18 Aug 2003 12:19:12 +0000 (12:19 +0000)]
Add Ian Dall as ns32k port maintainer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70538 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
rsandifo [Mon, 18 Aug 2003 08:02:00 +0000 (08:02 +0000)]
* gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70536 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/mips/mips.md: Quote C code in braces. Remove use of
rsandifo [Mon, 18 Aug 2003 08:00:13 +0000 (08:00 +0000)]
* config/mips/mips.md: Quote C code in braces.  Remove use of
fake const0_rtx operands.  Remove double backslashes.  Use \;.
Remove workarounds for bogus warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70535 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
rsandifo [Mon, 18 Aug 2003 07:58:06 +0000 (07:58 +0000)]
* config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
(muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
rather than TARGET_MIPS4300.
(mulsf3_internal, mulsf3_r4300): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70534 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/mips/mips.md: Renumber unspecs. Clean up comments.
rsandifo [Mon, 18 Aug 2003 07:55:23 +0000 (07:55 +0000)]
* config/mips/mips.md: Renumber unspecs.  Clean up comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70533 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Mon, 18 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70529 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-17 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 17 Aug 2003 20:27:28 +0000 (20:27 +0000)]
2003-08-17  Phil Edwards  <pme@gcc.gnu.org>

* configure.ac:  GCC_NO_EXECUTABLES was supposed to be commented
in the patch from 3 minutes ago.  Boy, is my face red.
* configure:  At least I remembered to regenerate this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70523 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-08-17 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 17 Aug 2003 20:23:12 +0000 (20:23 +0000)]
2003-08-17  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES.  Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE):  Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused).  Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4:  Add comment.

* fragment.am:  New file, containing factored-out common settings.
(AM_CPPFLAGS):  Absorb the deprecated INCLUDES variable contents.
* Makefile.am:  Include fragment.am.  Remove common variables.
* include/Makefile.am:  Likewise.
* libmath/Makefile.am:  Likewise.
* libsupc++/Makefile.am:  Likewise.
* po/Makefile.am:  Likewise.  Print rules during check.
* src/Makefile.am:  Likewise.
* testsuite/Makefile.am:  Likewise.

* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70522 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * simplify-rtx.c (associative_constant_p): New function to test
sayle [Sun, 17 Aug 2003 19:24:09 +0000 (19:24 +0000)]
* simplify-rtx.c (associative_constant_p): New function to test
whether an RTX expression is an immediate constant.
(simplify_associative_operation): New function to perform some
reassociation optimizations of associative binary expressions.
(simplify_binary_operation): Use simplify_associative_operation
to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
Floating point expressions are only reassociated when unsafe
math optimizations are permitted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70521 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoConvert K&R prototypes to ISO C90.
aj [Sun, 17 Aug 2003 10:28:42 +0000 (10:28 +0000)]
Convert K&R prototypes to ISO C90.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70516 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/alpha/alpha.md: Remove usage of PARAMS.
aj [Sun, 17 Aug 2003 10:00:04 +0000 (10:00 +0000)]
    * config/alpha/alpha.md: Remove usage of PARAMS.

        * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
        * config/i386/i386-interix.h: Likewise.
        * config/i386/winnt.c: Likewise.
        * config/i386/cygming.h: Likewise.
        * config/i386/cygwin2.c: Likewise.
        * config/darwin.c: Likewise.
        * config/darwin-c.c: Likewise.
        * config/darwin-protos.h: Likewise.
        * config/darwin.h: Likewise.
        * config/s390/s390-protos.h: Likewise.
        * config/s390/s390.c: Likewise.
        * config/ia64/ia64.c: Likewse
        * config/ia64/ia64-protos.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70515 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR C++/11702
hubicka [Sun, 17 Aug 2003 08:07:27 +0000 (08:07 +0000)]
PR C++/11702
* semantics.c (finish_id_expression): Mark all functions as used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70514 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Sun, 17 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70512 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/sparc/sparc.c: Convert to ISO C.
ghazi [Sat, 16 Aug 2003 23:59:56 +0000 (23:59 +0000)]
* config/sparc/sparc.c: Convert to ISO C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70510 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
ghazi [Sat, 16 Aug 2003 22:13:39 +0000 (22:13 +0000)]
* config/sparc/sparc-protos.h: Don't use the PARAMS macro.
* config/sparc/sparc.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70509 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcc_release (build_sources): Use two new variables EXPORTTAG and
gerald [Sat, 16 Aug 2003 14:02:24 +0000 (14:02 +0000)]
* gcc_release (build_sources): Use two new variables EXPORTTAG and
EXPORTDATE to make the extraction of sources more transparent and
also allow snapshots (off mainline) without a tag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70507 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoRemove 3.4 change list, point to gcc-3.4/changes.html
nathan [Sat, 16 Aug 2003 13:49:27 +0000 (13:49 +0000)]
Remove 3.4 change list, point to gcc-3.4/changes.html

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70506 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/11512
nathan [Sat, 16 Aug 2003 13:32:11 +0000 (13:32 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70505 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * i386.c (ix86_fntype_regparm): Rename from ...
hubicka [Sat, 16 Aug 2003 11:04:59 +0000 (11:04 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70504 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Sat, 16 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70498 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * cp-tree.def (NON_DEPENDENT_EXPR): Add operand.
nathan [Fri, 15 Aug 2003 12:15:56 +0000 (12:15 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70478 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * decl2.c (mark_member_pointers): Rename to...
hubicka [Fri, 15 Aug 2003 11:14:01 +0000 (11:14 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70477 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp: * pt.c (instantiate_class_template): Set location before
nathan [Fri, 15 Aug 2003 10:46:51 +0000 (10:46 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70476 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * decl.c (make_typename_type): Use my_friendly_assert.
nathan [Fri, 15 Aug 2003 10:23:46 +0000 (10:23 +0000)]
* decl.c (make_typename_type): Use my_friendly_assert.
* pt.c (tsubst_aggr_type): Rearrange context substitution.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70475 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * method.c (use_thunk): Expand body directly.
hubicka [Fri, 15 Aug 2003 08:55:48 +0000 (08:55 +0000)]
* method.c (use_thunk): Expand body directly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70473 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70459 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
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, 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70455 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70454 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * Makefile.in (tm_file): Rename tm_include_list.
zack [Thu, 14 Aug 2003 20:25:14 +0000 (20:25 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70449 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70442 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
danglin [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.
(attr_length_call): Include it here.  Improve length estimate for
local calls.
(output_call): Use targetm.binds_local_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70441 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * builtins.c (CASE_MATHFN): New helper macro.
ghazi [Thu, 14 Aug 2003 14:38:38 +0000 (14:38 +0000)]
* builtins.c (CASE_MATHFN): New helper macro.
(mathfn_built_in): Simplify and sort.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70436 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcc.c-torture/execute/builtins/lib/strcat.c: New.
ghazi [Thu, 14 Aug 2003 14:26:15 +0000 (14:26 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70435 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70430 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config.gcc (iq2000*-*-elf*): Don't set xm_file.
zack [Thu, 14 Aug 2003 04:18:13 +0000 (04:18 +0000)]
    * config.gcc (iq2000*-*-elf*): Don't set xm_file.
        * config/iq2000/xm-iq2000.h: Delete file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70428 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gengtype.c (walk_type): Process a subobject before processing
geoffk [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70427 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * regclass.c (init_reg_modes): Make non-static.
bothner [Thu, 14 Aug 2003 01:47:31 +0000 (01:47 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70426 138bc75d-0d04-0410-961f-82ee72b054a4