OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
ro [Wed, 2 Jul 2003 00:21:56 +0000 (00:21 +0000)]
* config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
Undef before redefinition.
(LABEL_AFTER_LOC): Likewise.
(DEFAULT_SIGNED_CHAR): Likewise.
(ASM_OUTPUT_ASCII): Moved here from iris4.h.
Fix IRIX spelling.

* config/mips/iris3.h: Remove, unused.
* config/mips/iris4.h: Likewise.

* config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.

* config/mips/iris5.h (TARGET_DEFAULT): Move ...
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
target_cpu_default.

* config/mips/iris5.h: Move explicit includes ...
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.

* config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
* config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
tm_defines.

* config/mips/iris6.h (TARGET_DEFAULT): Move ...
* config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
target_cpu_default.

* config/mips/iris6.h: Fix IRIX spelling.
(MULTILIB_DEFAULTS): Undef before redefinition.

* config/mips/iris6.h: Move explicit includes ...
* config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.

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

20 years ago * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
hubicka [Wed, 2 Jul 2003 00:17:38 +0000 (00:17 +0000)]
* cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
Use next_needed field instead of aux to maintain the queue.
* cgraph.h (cgraph_node): Add next_needed.
(cgraph_varpool_node): Add next_needed; remove aux.
* cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.

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

20 years agoDaily bump.
gccadmin [Wed, 2 Jul 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * cgraphunit.c (cgraph_finalize_function): Set finalized.
hubicka [Wed, 2 Jul 2003 00:14:44 +0000 (00:14 +0000)]
* cgraphunit.c (cgraph_finalize_function): Set finalized.
(cgraph_finalize_function): Do not examine inlinablility.
(cgraph_finalize_compilation_unit): Do it here.
* cgraph.h (cgraph_local_info): Add finalized field.

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

20 years ago * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
ro [Wed, 2 Jul 2003 00:12:23 +0000 (00:12 +0000)]
* ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
(gt_pch_restore): Likewise.

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

20 years ago * decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
hubicka [Wed, 2 Jul 2003 00:12:10 +0000 (00:12 +0000)]
* decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
(finish-file): Do not process function with DECL_DEFER_OUTPUT clear;
clear DECL_DEFER_OUTPUT once function is processed; avoid flags
massaging.

* cp-tree.h (DECL_NEEDED_P): Support unit-at-a-time
(expand_or_defer_fn): Declare.
(lower_function): Declare.
* decl.c (start_cleanup_fn): Use expand_or_defer_fn.
* decl2.c: Include cgraph.h and varpool.h
(maybe_emit_vtables):  Make explicit instantations as needed.
(mark_member_pointers, lower_function): New functions.
(finish_file): Do unit-at-a-time.
* method.c (synthesize_method): Use expand_or_defer_fn.
* optimize.c (maybe_clone_body): Use expand_or_defer_fn.
* parser.c (cp_parser_function_definition_after_decl): Use
expand_or_defer_fn.
* pt.c (instantiate_decl): Likewise.
* semantics.c: Include cgraph.h
(expand_or_defer_fn): Break out from ...
(expand_body): ... here; deal with unit-at-a-time.
* cp-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION): Define.

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

20 years ago * config/alpha/alpha.c: Fix comment typos.
kazu [Tue, 1 Jul 2003 23:26:43 +0000 (23:26 +0000)]
* config/alpha/alpha.c: Fix comment typos.
* config/alpha/elf.h: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/t-arm-coff: Likewise.
* config/arm/t-strongarm-pe: Likewise.
* config/arm/xscale-elf.h: Likewise.
* config/avr/avr.h: Likewise.

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

20 years agotreelang:
neil [Tue, 1 Jul 2003 21:25:52 +0000 (21:25 +0000)]
treelang:
* Make-lang.in: Update.
* tree1.c: Include c-common.h.  Define c_language.

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

20 years ago2003-07-01 Roger Sayle <roger@eyesopen.com>
bkoz [Tue, 1 Jul 2003 21:09:11 +0000 (21:09 +0000)]
2003-07-01  Roger Sayle  <roger@eyesopen.com>

* acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Fix typo in CXXFLAGS.
(GLIBCPP_CHECK_MATH_SUPPORT): Likewise.
* aclocal.m4: Regenerate.
* configure: Regenerate.

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

20 years ago2003-07-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 1 Jul 2003 20:55:19 +0000 (20:55 +0000)]
2003-07-01  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.
* aclocal.m4: Regenerated.
* configure: Regenerated.

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

20 years ago * filenames.h: New file imported from binutils.
zack [Tue, 1 Jul 2003 20:29:16 +0000 (20:29 +0000)]
* filenames.h: New file imported from binutils.

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

20 years ago * stmt.c (any_pending_cleanups): Further simplification.
law [Tue, 1 Jul 2003 19:45:30 +0000 (19:45 +0000)]
    * stmt.c (any_pending_cleanups): Further simplification.

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

20 years ago * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
dje [Tue, 1 Jul 2003 19:07:40 +0000 (19:07 +0000)]
    * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
        for MEM case.

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

20 years ago2003-07-01 Devang Patel <dpatel@apple.com>
dpatel [Tue, 1 Jul 2003 19:04:18 +0000 (19:04 +0000)]
2003-07-01  Devang Patel  <dpatel@apple.com>

        * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
        (binclstatus): New.
        (struct dbx_file): New members - bincl_status, pending_bincl_name and
        prev.
        (pending_bincls): New.
        (dbxout_init): Initialize new dbx_file members.
        (dbxout_start_source_file): Same.
        (emit_bincl_stab): New function.
        (emit_pending_bincls): Same.
        (emit_pending_bincls_if_required): Same.
        (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
        processed.
        (dbxout_begin_block): Emit pending BINCL stabs.
        (dbxout_end_block): Same.
        (dbxout_function_decl): Same.
        (dbxout_continue): Same.
        (dbxout_type): Same.
        (dbxout_class_name_qualifiers): Same.
        (dbxout_symbol): Same.
        (dbxout_symbol_location): Same.
        (dbxout_parms): Same.

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

20 years ago * call.c (resolve_scoped_fn_name): Return error_mark_node for
mmitchel [Tue, 1 Jul 2003 18:48:36 +0000 (18:48 +0000)]
* call.c (resolve_scoped_fn_name): Return error_mark_node for
erroneous cases.

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

20 years ago * c-semantics.c (genrtl_case_label): Fix format specifier bug.
ghazi [Tue, 1 Jul 2003 18:28:27 +0000 (18:28 +0000)]
* c-semantics.c (genrtl_case_label): Fix format specifier bug.
* cfgrtl.c (rtl_verify_flow_info_1): Likewise.

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

20 years ago PR c++/11149
mmitchel [Tue, 1 Jul 2003 17:36:00 +0000 (17:36 +0000)]
PR c++/11149
* call.c (resolve_scoped_fn_name): Check that the qualifying scope
is a class type.

PR c++/11149
* g++.dg/lookup/scoped6.C: New test.

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

20 years ago2003-07-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 1 Jul 2003 17:13:01 +0000 (17:13 +0000)]
2003-07-01  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/11389
* include/bits/fstream.tcc (underflow): For encoding() == 0
don't read more than __buflen chars.
* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: New.
* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: New.
* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: New.
* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: New.

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

20 years agoAdd missing entry.
aj [Tue, 1 Jul 2003 17:06:12 +0000 (17:06 +0000)]
Add missing entry.

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

20 years ago * fold-const.c: Convert prototypes to ISO C90.
aj [Tue, 1 Jul 2003 16:20:39 +0000 (16:20 +0000)]
* fold-const.c: Convert prototypes to ISO C90.
* function.c: Likewise.
* function.h: Likewise.

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

20 years ago * gcc_release (BRANCH): Rename to...
gerald [Tue, 1 Jul 2003 16:04:42 +0000 (16:04 +0000)]
* gcc_release (BRANCH): Rename to...
(CVSBRANCH): ...new macro, and use BRANCH for the variant users
will see.
(FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
of the directory name.
Use .snapshot_date-${BRANCH} instead of .snapshot_date.

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

20 years ago2003-07-01 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Tue, 1 Jul 2003 15:39:04 +0000 (15:39 +0000)]
2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/8046
        * g++.dg/other/error7.C: New test.

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

20 years ago2003-07-01 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Tue, 1 Jul 2003 15:38:02 +0000 (15:38 +0000)]
2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/8046
        * error.c (dump_decl): Handle BIT_NOT_EXPR as
        pseudo destructor calls.

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

20 years ago2003-07-01 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 1 Jul 2003 14:42:38 +0000 (14:42 +0000)]
2003-07-01  Michael Koch  <konqueror@gmx.de>

* gnu/gcj/convert/natIconv.cc
(iconv_init): Fixed possible memory leak by releasing allocated iconv
handle.

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

20 years ago * doc/contrib.texi: Fix typos.
kazu [Tue, 1 Jul 2003 14:39:20 +0000 (14:39 +0000)]
* doc/contrib.texi: Fix typos.
* doc/invoke.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.

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

20 years ago * ChangeLog.6: Fix misspellings.
kraai [Tue, 1 Jul 2003 13:10:26 +0000 (13:10 +0000)]
* ChangeLog.6: Fix misspellings.
* ChangeLog.7: Likewise.

(testsuite):
* gcc.c-torture/execute/20030125-1.c: Likewise.

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

20 years ago * basic-block.h: Fix comment typos.
kazu [Tue, 1 Jul 2003 12:18:01 +0000 (12:18 +0000)]
* basic-block.h: Fix comment typos.
* bb-reorder.c: Likewise.
* c-format.c: Likewise.
* cfgcleanup.c: Likewise.
* cfghooks.h: Likewise.
* cfgloop.c: Likewise.
* cfgloopmanip.c: Likewise.
* cfgrtl.c: Likewise.
* cgraph.h: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* convert.c: Likewise.
* dbxout.c: Likewise.
* df.c: Likewise.
* df.h: Likewise.
* diagnostic.c: Likewise.
* dwarf2out.c: Likewise.
* et-forest.h: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.h: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genautomata.c: Likewise.
* ggc-common.c: Likewise.
* ggc-page.c: Likewise.
* loop-unroll.c: Likewise.
* loop-unswitch.c: Likewise.
* loop.c: Likewise.
* mips-tfile.c: Likewise.
* optabs.c: Likewise.
* ra-build.c: Likewise.
* ra-colorize.c: Likewise.
* ra-rewrite.c: Likewise.
* ra.h: Likewise.
* regmove.c: Likewise.
* reload.c: Likewise.
* rtlanal.c: Likewise.
* sched-ebb.c: Likewise.
* sched-int.h: Likewise.
* sched-vis.c: Likewise.
* sreal.c: Likewise.
* ssa-ccp.c: Likewise.
* ssa.c: Likewise.
* toplev.c: Likewise.
* tree-inline.c: Likewise.
* value-prof.c: Likewise.
* value-prof.h: Likewise.

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

20 years ago * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
kazu [Tue, 1 Jul 2003 12:01:44 +0000 (12:01 +0000)]
* g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
* g++.old-deja/g++.abi/vtable3.h: Likewise.
* g++.old-deja/g++.law/code-gen5.C: Likewise.
* g++.old-deja/g++.other/union2.C: Likewise.
* gcc.dg/c90-const-expr-2.c: Likewise.
* gcc.dg/c90-const-expr-3.c: Likewise.
* gcc.dg/c99-const-expr-2.c: Likewise.
* gcc.dg/c99-const-expr-3.c: Likewise.
* gcc.dg/concat.c: Likewise.

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

20 years ago * gnat_ug.texi: Remove unlikely characters from @vars.
kraai [Tue, 1 Jul 2003 11:21:12 +0000 (11:21 +0000)]
* gnat_ug.texi: Remove unlikely characters from @vars.
* gnat_ug_vms.texi: Regenerate.

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

20 years ago * rtl.h (emit_line_note_after): Remove.
nathan [Tue, 1 Jul 2003 09:17:52 +0000 (09:17 +0000)]
* rtl.h (emit_line_note_after): Remove.
(emit_note_copy_after, emit_note_copy): New.
* emit-rtl.c (reorder_insns_with_line_notes): Replace
emit_line_note_after with emit_note_copy_after.
(emit_insn_after_with_line_notes): Likewise.
(emit_line_note_after): Kill.
(emit_note_copy_after): New.
(emit_note_copy): New.
* function.c (emit_return_into_block): Use emit_note_copy_after.
(thread_prologue_and_epilogue_insns): Likewise.
* integrate.c (expand_inline_function): Use emit_note_copy.
(copy_insn_list): Likewise.
* unroll.c (copy_loop_body): Likewise.
* cfglayout.c (duplicate_insn_chain): Likewise.

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

20 years ago * c-tree.h (define_label): Replace filename and lineno arguments
nathan [Tue, 1 Jul 2003 09:00:45 +0000 (09:00 +0000)]
* c-tree.h (define_label): Replace filename and lineno arguments
with a location_t.
* c-decl.c (poplevel): Adjust define_label call.
(pop_label_level): Likewise.
(define_label): Replace filename and lineno arguments with a
location_t.
(store_parm_decls): Use DECL_SOURCE_LOCATION.
* c-parse.in (label): Adjust define_label call.

* cp/cp-tree.h (define_label): Replace filename and lineno
arguments with a location_t.
* cp/decl.c (pop_label): Adjust define_label call.
(define_label): Replace filename and lineno arguments with a
location_t.
* cp/semantics.c (finish_label): Adjust define_label call.

* java/decl.c (poplevel): Adjust define_label call.

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

20 years ago PR c++/9559
mmitchel [Tue, 1 Jul 2003 07:17:03 +0000 (07:17 +0000)]
PR c++/9559
* decl2.c (grokfield): Do not build NOP_EXPRs around the
error_mark_node.

PR c++/9559
* g++.dg/init/static1.C: New test.

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

20 years ago * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
neil [Tue, 1 Jul 2003 05:45:19 +0000 (05:45 +0000)]
* config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.

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

20 years ago2003-07-01 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Tue, 1 Jul 2003 05:44:42 +0000 (05:44 +0000)]
2003-07-01  Jerry Quinn  <jlquinn@optonline.net>

* 22_locale/num_put/put/char/7.cc: New.
* 22_locale/num_put/put/wchar_t/7.cc: New.

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

20 years ago2003-06-30 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Tue, 1 Jul 2003 05:38:04 +0000 (05:38 +0000)]
2003-06-30  Jerry Quinn  <jlquinn@optonline.net>

* src/locale.cc (__use_cache<numpunct>): Revert previous relocation.
* include/bits/locale_facets.tcc (__use_cache<numpunct>): Ditto.

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

20 years ago * final.c: Convert prototypes to ISO C90.
aj [Tue, 1 Jul 2003 05:00:18 +0000 (05:00 +0000)]
* final.c: Convert prototypes to ISO C90.
* flow.c: Likewise.
* flags.h: Likewise.

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

20 years ago2003-06-30 Bruno Haible <bruno@clisp.org>
sayle [Tue, 1 Jul 2003 04:04:13 +0000 (04:04 +0000)]
2003-06-30  Bruno Haible  <bruno@clisp.org>

PR middle-end/6578
* libgcc2.c (__subvsi3): Remove simplification that would not work
when subtracting -0x80000000.
(__subvdi3): Remove simplification that would return a wrong result.
(__mulvsi3): Fix overflow check.
(__absvdi2): Fix simplification that would return a wrong result.
(__mulvdi3): Fix overflow check.

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

20 years ago2003-06-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 1 Jul 2003 03:04:43 +0000 (03:04 +0000)]
2003-06-30  Benjamin Kosnik  <bkoz@redhat.com>

* 27_io/basic_filebuf/seekoff/char/1-in.cc: New.
* 27_io/basic_filebuf/seekoff/char/1-io.cc: New.
* 27_io/basic_filebuf/seekoff/char/1-out.cc: New.
* 27_io/basic_filebuf/seekoff/char/2-in.cc: New.
* 27_io/basic_filebuf/seekoff/char/2-io.cc: New.
* 27_io/basic_filebuf/seekoff/char/2-out.cc: New.
* 27_io/basic_filebuf/seekoff/char/2.cc: Remove.
* 27_io/basic_filebuf/seekoff/char/3-in.cc: New.
* 27_io/basic_filebuf/seekoff/char/3-io.cc: Change.
* 27_io/basic_filebuf/seekoff/char/3-out.cc: New.
* 27_io/basic_filebuf/seekoff/char/4-io.cc: Remove.
* 27_io/basic_filebuf/seekpos/char/1-in.cc: New.
* 27_io/basic_filebuf/seekpos/char/1-io.cc: New.
* 27_io/basic_filebuf/seekpos/char/1-out.cc: New.
* 27_io/basic_filebuf/seekpos/char/2-in.cc: New.
* 27_io/basic_filebuf/seekpos/char/2-io.cc: New.
* 27_io/basic_filebuf/seekpos/char/2-out.cc: New.
* 27_io/basic_filebuf/seekpos/char/2.cc: Change.
* 27_io/basic_filebuf/seekpos/char/3-in.cc: New.
* 27_io/basic_filebuf/seekpos/char/3-io.cc: Remove.
* 27_io/basic_filebuf/seekpos/char/3-out.cc: New.
* 27_io/basic_filebuf/seekpos/char/4-io.cc: Remove.
  * data/seekoff-1.tst: Remove.
* data/seekoff-1io.tst: New.
* data/seekoff-1out.tst: New.
* data/seekoff-2.tst: Remove.
* data/seekoff-2io.tst: New.
* data/seekoff-2out.tst: New.
* data/seekoff.txt
* data/seekpos-1.tst: Remove.
* data/seekpos-1io.tst: New.
* data/seekpos-1out.tst: New.
* data/seekpos-2.tst: Remove.
* data/seekpos-2io.tst: New.
* data/seekpos-2out.tst: New.
* data/seekpos.txt: New.

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

20 years ago2003-06-27 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Tue, 1 Jul 2003 02:55:20 +0000 (02:55 +0000)]
2003-06-27  Jerry Quinn  <jlquinn@optonline.net>

* src/locale.cc (__use_cache<numpunct>): Move from here ...
* include/bits/locale_facets.tcc (__use_cache<numpunct>): To
here.

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

20 years ago * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
law [Tue, 1 Jul 2003 02:04:11 +0000 (02:04 +0000)]
    * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
        was always passed in the value '1'.  Simplify body appropriately.
        * tree.h (any_pending_cleanups): Corresponding changes.
        * calls.c: (expand_call): Corresponding changes.

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

20 years ago * combine.c (distribute_notes): Don't bother REG_WAS_0.
kazu [Tue, 1 Jul 2003 01:15:07 +0000 (01:15 +0000)]
* combine.c (distribute_notes): Don't bother REG_WAS_0.
* cse.c (cse_insn): Likewise.
* final.c (final_scan_insn): Likewise.
* jump.c (duplicate_loop_exit_test): Likewise.
* rtl.c (reg_note_name): Remove REG_WAS_0.
* rtl.h (REG_WAS_0): Remove.
* unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
* config/avr/avr.c (output_movqi): Don't use reg_was_0.
(output_movhi): Likewise.
(output_movsisf): Likewise.
(reg_was_0): Remove.
* config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
REG_WAS_0.
(m68hc11_gen_movqi): Likewise.
* config/vax/vax-protos.h: Remove the prototype for
reg_was_0_p.
* config/vax/vax.c (follows_p): Remove.
(reg_was_0_p): Likewise.
* config/vax/vax.md (movsi): Don't use reg_was_0_p.
(movhi): Likewise.
(movqi): Likewise.
* doc/rtl.texi (REG_WAS_0): Remove.

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

20 years ago * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
mmitchel [Tue, 1 Jul 2003 01:11:53 +0000 (01:11 +0000)]
* config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.

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

20 years agoDaily bump.
gccadmin [Tue, 1 Jul 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years agoinclude/ChangeLog:
bwilson [Tue, 1 Jul 2003 00:14:33 +0000 (00:14 +0000)]
include/ChangeLog:
* xtensa-config.h: New file imported from binutils.

gcc/ChangeLog:
* config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
top-level include directory.
* config/xtensa/lib2funcs.S: Likewise.
* config/xtensa/xtensa.h: Likewise.
* config/xtensa/xtensa-config.h: Remove.
* doc/install.texi: Update location of "xtensa-config.h" header.

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

20 years ago * glib-2.0.m4: New file.
fitzsim [Mon, 30 Jun 2003 23:53:29 +0000 (23:53 +0000)]
* glib-2.0.m4: New file.
* gtk-2.0.m4: New file.
* glib.m4: Remove.
* gtk.m4: Remove.
* configure.in: Update AM_PATH_GTK macro call to
AM_PATH_GTK_2_0.  Likewise for AM_PATH_GLIB.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c,
jni/gtk-peer/gthread-jni.c,
jni/gtk-peer/gthread-jni.h:
New versions from classpath.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

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

20 years ago2003-06-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 30 Jun 2003 22:29:42 +0000 (22:29 +0000)]
2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_algobase.h: Fully qualify standard
functions with std::, thus avoiding Koenig lookup.

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

20 years ago * config/s390/s390.c (s390_extra_constraint): New function.
uweigand [Mon, 30 Jun 2003 22:06:41 +0000 (22:06 +0000)]
* config/s390/s390.c (s390_extra_constraint): New function.
* config/s390/s390-protos.h (s390_extra_constraint): Declare it.
* config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
* config/s390/s390.c (q_constraint): Remove.
* config/s390/s390-protos.h (q_constraint): Likewise.
* config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
(EXTRA_ADDRESS_CONSTRAINT): Define.

* config/s390/s390.c (larl_operand): Refuse out-of-range operands.
(DISP_IN_RANGE, s390_short_displacement): New.
(legitimate_reload_operand_p): Support long displacements.
(s390_decompose_address): Likewise.
(legitimize_pic_address): Likewise.
(legitimize_address): Likewise.
(s390_fixup_clobbered_return_reg): Likewise.
(s390_emit_prologue, s390_emit_epilogue): Likewise.
(s390_output_mi_thunk): Likewise.

* config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
(attr "atype", attr "length"): Add defaults for new op_types.
(all insns): Change op_type attribute where appropriate.

("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
"*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
"*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
"*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
"*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
"movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
"movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
"*movdf_64", "*movdf_31", "*movsf",
"*load_multiple_si", "*store_multiple_di",
"*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
"*la_64", "*la_31", "*la_31_and", "force_la_31",
"*addsi3_carry1_cc", *addsi3_carry1_cconly",
"*addsi3_carry2_cc", *addsi3_carry2_cconly",
"*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
"*addsi3_sign", "*addsi3_sub", "addsi3",
"*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
"*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
"mulsi3"
"*andsi3_cc", "*andsi3_cconly", "andsi3",
"*andqi3_ss", "*andqi3_ss_inv",
"*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
"*iorqi3_ss", "*iorqi3_ss_inv",
"*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
"*xorqi3_ss", "*xorqi3_ss_inv",
"*tls_load_31"): Add alternatives for long-displacement instructions.

("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
"*load_multiple_di", "*store_multiple_di",
"*sethighqidi_64", "*zero_extendhisi2_31",
"truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
"adddf3", "*adddf3", "*adddf3_ibm",
"addsf3", "*addsf3", "*addsf3_ibm",
"subdf3", "*subdf3", "*subdf3_ibm",
"subsf3", "*subsf3", "*subsf3_ibm",
"mulsi_6432", "divmoddisi3",
"muldf3", "*muldf3", "*muldf3_ibm",
"mulsf3", "*mulsf3", "*mulsf3_ibm",
"divdf3", "*divdf3", "*divdf3_ibm",
"divsf3", "div*sf3", "*divsf3_ibm",
"sqrtdf2", "sqrtsf2",
"*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
"*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
"bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
and address constraints for instructions that do not accept long
displacements.

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

20 years ago * config/s390/2084.md: New file.
uweigand [Mon, 30 Jun 2003 22:01:00 +0000 (22:01 +0000)]
* config/s390/2084.md: New file.
* config/s390/s390.md: Include it.
* config/s390/s390.c (s390_adjust_priority): New function.
(TARGET_SCHED_ADJUST_PRIORITY): Define.
(s390_first_cycle_multipass_dfa_lookahead): New function.
(TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
(s390_sched_reorder2): New function.
(TARGET_SCHED_REORDER2): Define.
(s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
(s390_issue_rate): Likewise.

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

20 years ago * Makefile.in (GTFILES): Add cgraph.h.
hubicka [Mon, 30 Jun 2003 21:56:46 +0000 (21:56 +0000)]
* Makefile.in (GTFILES): Add cgraph.h.
* cgraph.c (known_decls): Remove.
(cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
(cgraph_node): Do not allocate known_decls; use polutate hashtable.
(cgraph_varpool_node): Likewise; add next pointer.
(cgraph_varpool_nodes): New static variable.
* cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
* gengtype.c (open_base_files): Include cgraph.h

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

20 years ago2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
reichelt [Mon, 30 Jun 2003 21:17:05 +0000 (21:17 +0000)]
2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

* Changelog: Remove ">>>>>>>" from previous change.
* testsuite/Changelog: Likewise.

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

20 years ago2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
reichelt [Mon, 30 Jun 2003 21:11:44 +0000 (21:11 +0000)]
2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

* g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
* g++.old-deja/g++.other/access2.C: Likewise.
* g++.old-deja/g++.other/decl2.C: Likewise.
* gcc.c-torture/execute/20020615-1.c: Likewise.

2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

* config/cris/cris.c: Fix spelling for "testcase".
* config/cris/cris.h: Likewise.
* config/cris/cris.md: Likewise.
* config/mmix/crti.asm: Likewise.
* config/mmix/mmix.h: Likewise.
* config/mmix/mmix.md: Likewise.

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

20 years agoAvoid subscripting empty string.
dgregor [Mon, 30 Jun 2003 20:45:22 +0000 (20:45 +0000)]
Avoid subscripting empty string.

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

20 years ago2003-06-30 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 30 Jun 2003 20:40:10 +0000 (20:40 +0000)]
2003-06-30  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/Makefile.am (check-am):  Do not override.
(baseline_symbols):  Declare as PHONY, so no need to 'touch' it.
* testsuite/Makefile.in:  Regenerate.

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

20 years ago * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
kazu [Mon, 30 Jun 2003 20:29:10 +0000 (20:29 +0000)]
* config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1.

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

20 years ago * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
uweigand [Mon, 30 Jun 2003 19:47:22 +0000 (19:47 +0000)]
* config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
--with-mode configure options.
* config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
(DRIVER_SELF_SPECS): Define.
* config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
architecture to assembler.
(LINK_SPEC): Merge 31-bit and 64-bit variants.
(LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
* config/s390/s390.c (override_options): New default rules for
architecture mode and cpu architecture selection.
* doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
new default rules.

* config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
* config/s390/s390.md (attr "cpu"): Add "z990" processor type.
* config/s390/s390.c (override_options): Add "z990" to
processor_alias_table.
* doc/invoke.texi (-march): Document "z990" processor type.

* config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
* config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
(enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
* config/s390/s390.c (override_options): Replace enum pta_flags by
enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.

* config/s390/s390.c (s390_cpu): Rename to ...
(s390_tune): ... this.
* config/s390/s390.h (s390_cpu, s390_tune): Likewise.
* config/s390/s390.c (s390_issue_rate, override_options): Likewise.
* config/s390/s390.md (attr "cpu"): Likewise.

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

20 years ago * gcov-io.c: Convert prototypes to ISO C90.
aj [Mon, 30 Jun 2003 19:45:17 +0000 (19:45 +0000)]
* gcov-io.c: Convert prototypes to ISO C90.
* gcov-io.h: Likewise.

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

20 years ago * c-common.c (enum c_language_kind, flag_objc): Remove.
neil [Mon, 30 Jun 2003 19:36:25 +0000 (19:36 +0000)]
* c-common.c (enum c_language_kind, flag_objc): Remove.
(fix_string_type, check_case_value, c_common_nodes_and_builtins,
c_add_case_label, finish_label_addr_expr, boolean_increment):
Use c_dialect_ macros.
* c-common.h (enum c_language_kind): Extend.
(c_dialect_cxx, c_dialect_objc): New.
(flag_objc): Remove.
(c_common_init_options): Update prototype.
* c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
macros.
* c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
macros.
* c-format.c (C_STD_VER, C_STD_NAME): Similarly.
* c-lang.c (c_init_options): Remove.
(c_language): Define.
(LANG_HOOKS_INIT_OPTIONS): Use common hook.
* c-lex.c (lex_charconst): Use c_dialect_cxx().
* c-opts.c (lang_flags): Make function-local.
(c_common_init_options): Use c_dialect_ macros.  Handle
C++ diagnostic requirements.
(c_common_handle_option, c_common_post_options): Use flag_cxx.
* c-parse.in (init_reswords): Use c_dialect_objc ().
* c-pch.c (get_ident): Use c_language.
* c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
* c-typeck.c (comptypes, build_c_cast): Similarly.
* objc/objc-lang.c (c_language): Define.
(LANG_HOOKS_INIT_OPTIONS): Use common hook.
(objc_init_options): Remove.
cp:
* Make-lang.in: Update.
* cp-lang.c (c_language): Define.
(LANG_HOOKS_INIT_OPTIONS): Use common hook.
* cp-tree.h (cxx_init_options): Remove.
* lex.c: Don't include diagnostic.h.
(cxx_init_options): Remove.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 19:22:48 +0000 (19:22 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/4933
        * error.c (dump_expr): Support correctly the COMPOUND_EXPR
        tree generated within a template. Use dump_expr to dump an
        expression sizeof.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 19:21:25 +0000 (19:21 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/4933
        * g++.dg/template/sizeof4.C: New test.

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

20 years ago2003-06-30 Gary Benson <gbenson@redhat.com>
tromey [Mon, 30 Jun 2003 19:15:56 +0000 (19:15 +0000)]
2003-06-30  Gary Benson  <gbenson@redhat.com>

For PR libgcj/11349:
* javax/naming/spi/NamingManager.java (getURLContext): Use

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

20 years agoDon't initialize an insert_iterator with a singular iterator
dgregor [Mon, 30 Jun 2003 19:11:12 +0000 (19:11 +0000)]
Don't initialize an insert_iterator with a singular iterator

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 19:07:32 +0000 (19:07 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        * pt.c (value_dependent_expression_p): Cast expressions are
        value-dependent also if their operand is value-dependent itself.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 19:02:04 +0000 (19:02 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        * mangle.c (write_expression): Exit gracefully when trying to
        mangle a CALL_EXPR.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 19:01:08 +0000 (19:01 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        * g++.dg/other/error6.C: New test.

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

20 years agoFix bad indentation due to changes in whitespace between patch creation and patch...
bangerth [Mon, 30 Jun 2003 18:55:06 +0000 (18:55 +0000)]
Fix bad indentation due to changes in whitespace between patch creation and patch application.

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

20 years ago2003-06-17 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 18:46:19 +0000 (18:46 +0000)]
2003-06-17  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/10750
        * g++.dg/parse/constant2.C: New test.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 18:45:25 +0000 (18:45 +0000)]
2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>

        PR c++/10750
        * parser.c (cp_parser_primary_expression): A VAR_DECL with a
        (value- or type-) dependent expression as DECL_INITIAL is a
        valid constant-expression (at parser time).

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

20 years ago2003-06-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 30 Jun 2003 17:46:26 +0000 (17:46 +0000)]
2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

Tweak a couple of recent Changelog entries.

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

20 years ago2003-06-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 30 Jun 2003 17:40:13 +0000 (17:40 +0000)]
2003-06-30  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.
* aclocal.m4: Regenerate.
* configure.in (GLIBCPP_CHECK_PCH): Move, change to
GLIBCPP_ENABLE_PCH, default to yes.
* configure: Regenerate.
* docs/html/configopts.html: Add --enable-pch.

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

20 years ago * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
kazu [Mon, 30 Jun 2003 17:30:32 +0000 (17:30 +0000)]
* config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
* config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.

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

20 years ago2003-06-30 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 30 Jun 2003 17:17:58 +0000 (17:17 +0000)]
2003-06-30  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/lib/libstdc++-v3-dg.exp:  Add comments.
(libstdc++-v3-init):  Also set LD_RUN_PATH.

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

20 years ago2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 17:07:07 +0000 (17:07 +0000)]
2003-06-30  Giovanni Bajo <giovannibajo@libero.it>

        PR c++/11106
        * g++.dg/other/error5.C: New test.

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

20 years ago2003-06-10 Giovanni Bajo <giovannibajo@libero.it>
bangerth [Mon, 30 Jun 2003 17:05:43 +0000 (17:05 +0000)]
2003-06-10  Giovanni Bajo <giovannibajo@libero.it>

        PR c++/11106
        * error.c (dump_decl): Call dump_decl to dump the DECL_NAME for a
        USING_DECL, instead of print_tree_identifier.

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

20 years ago2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
bangerth [Mon, 30 Jun 2003 16:08:38 +0000 (16:08 +0000)]
2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>

       * doc/sourcebuild.texi: Don't reference gnats.html any more.

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

20 years ago * config/h8300/h8300.c (compute_mov_length): Fix length of
kazu [Mon, 30 Jun 2003 14:42:32 +0000 (14:42 +0000)]
* config/h8300/h8300.c (compute_mov_length): Fix length of
mov:SF on H8/300.

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

20 years agooops - entry omitted during previous delta
nickc [Mon, 30 Jun 2003 13:55:05 +0000 (13:55 +0000)]
oops - entry omitted during previous delta

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

20 years ago (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
hubicka [Mon, 30 Jun 2003 13:39:03 +0000 (13:39 +0000)]
(fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.

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

20 years agofix typo
cgf [Mon, 30 Jun 2003 13:34:44 +0000 (13:34 +0000)]
fix typo

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

20 years ago2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
hpenner [Mon, 30 Jun 2003 13:30:45 +0000 (13:30 +0000)]
2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>

        * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
        (altivec_in_gprs_p): New function.

* config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
prototype.
(altivec_in_gprs_p): New prototype.

* config/rs6000/altivec.md (*movv4si_internal): Change
multi-assembler alternative to '#'. Add postreload splitter to
handle this cases.
(*movv4hi_internal): Likewise.
(*movv4qi_internal): Likewise.
(*movv4sf_internal): Likewise.

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

20 years ago(BIGGEST_FIELD_ALIGNMENT): Make defintion constant.
nickc [Mon, 30 Jun 2003 13:17:38 +0000 (13:17 +0000)]
(BIGGEST_FIELD_ALIGNMENT): Make defintion constant.

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

20 years ago * defaults.h (PUSH_ARGS_REVERSED): Define default here.
jason [Mon, 30 Jun 2003 13:16:26 +0000 (13:16 +0000)]
    * defaults.h (PUSH_ARGS_REVERSED): Define default here.
        * calls.c: Not here.

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

20 years ago * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
bje [Mon, 30 Jun 2003 12:06:04 +0000 (12:06 +0000)]
* config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
(bad_signed_byte_operand): Likewise.
(arm_output_epilogue): Likewise.
(arm_final_prescan_insn): Likewise.

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

20 years ago * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
ro [Mon, 30 Jun 2003 12:00:16 +0000 (12:00 +0000)]
* cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.

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

20 years ago * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
ro [Mon, 30 Jun 2003 11:57:35 +0000 (11:57 +0000)]
* c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
subsequent writes.

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

20 years ago2003-06-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 30 Jun 2003 11:17:23 +0000 (11:17 +0000)]
2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_streambuf.h (_M_mode): Move from here to
filebuf and stringbuf.
(~basic_streambuf()): Don't set _M_mode.
(basic_streambuf()): Don't set _M_mode.
* include/std/std_fstream.h (_M_mode): Move here, from streambuf.
(~basic_filebuf()): Clean up.
* include/bits/fstream.tcc (basic_filebuf()): Set _M_mode.
* include/std/std_sstream.h (_M_mode): Move here, from streambuf.
* testsuite/27_io/basic_streambuf/cons/char/1.cc: Don't set _M_mode.
* testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise.
* testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise.
* testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise.
* testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.

2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_fstream.h (_M_underflow): Remove.
(uflow): Remove, inherited from streambuf.
(underflow): Only declare.
* include/bits/fstream.tcc (_M_underflow): Rename to
underflow, to which is equivalent for __bump == false,
simplify.
* include/std/std_sstream.h (_M_underflow): Remove.
(uflow): Remove, inherited from streambuf.
(underflow): Only declare.
* include/bits/sstream.tcc (_M_underflow): Rename to
underflow, to which is equivalent for __bump == false,
simplify.

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

20 years ago * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
hubicka [Mon, 30 Jun 2003 08:04:24 +0000 (08:04 +0000)]
* cfgrtl.c (verify_flow_info): Accept degenerated condjumps
in cfglayout mode.

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

20 years ago * i386.c (standard_80387_constant_p): Accept TFmode constants too.
hubicka [Mon, 30 Jun 2003 07:57:58 +0000 (07:57 +0000)]
* i386.c (standard_80387_constant_p): Accept TFmode constants too.
(init_ext_80387_constants): Likewise.
(standard_80387_constant_rtx): Likewise.
* i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
(atantf): Disable for !TARGET_128BIT_LONG_LONG
(fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
(fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
(fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
(fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
(frndinttf2): New.
(f2xm1tf2): New.
(exp?f2): Use expsf2_tf when needed.
(exp?f2_tf): New.
(exptf): New.

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

20 years agoPatch from Uwe Stieber.
wilson [Mon, 30 Jun 2003 05:43:37 +0000 (05:43 +0000)]
Patch from Uwe Stieber.
* config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
statement from tmake_file set.

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

20 years ago* reload.c (find_reloads): Change push_reloads to push_reload in
wilson [Mon, 30 Jun 2003 03:11:48 +0000 (03:11 +0000)]
* reload.c (find_reloads): Change push_reloads to push_reload in
comment.
* reload1.c (eliminate_regs): Likewise.
(dump_needs): Delete prototype for deleted function.

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

20 years ago2003-06-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 30 Jun 2003 01:46:42 +0000 (01:46 +0000)]
2003-06-29  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_algo.h (LOTS): Fully qualify standard
functions with std::, thus avoiding Koenig lookup.

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

20 years agogcc:
ghazi [Mon, 30 Jun 2003 00:31:21 +0000 (00:31 +0000)]
gcc:
* builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
format attributes.
* c-format.c (enum format_type): Add gcc_diag_format_type,
gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
(gcc_diag_length_specs, gcc_cdiag_length_specs,
gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
(format_types_orig): Add new data.
(find_char_info_specifier_index, init_dynamic_diag_info): New
functions.
(handle_format_attribute): Update to handle new format attributes.

testsuite:
* gcc.dg/format/gcc_diag-1.c: New test.

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

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

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

20 years ago* config/i386/mingw32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
cgf [Sun, 29 Jun 2003 23:35:55 +0000 (23:35 +0000)]
* config/i386/mingw32.h (__GTHREAD_HIDE_WIN32API): Define to 1.

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

20 years agoPatch from Dara Hazeghi.
wilson [Sun, 29 Jun 2003 23:10:28 +0000 (23:10 +0000)]
Patch from Dara Hazeghi.
* doc/install.texi: Remove install documentation for obsoleted targets
i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
arm-*-aof.
Update information about IA64 toolchain, AIX make requirements,
and binutils for m68k-*-hpux and *-*-linuxaout targets.

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

20 years ago * regmove.c (regmove_optimize): Don't try to make src and dst match
hubicka [Sun, 29 Jun 2003 22:51:45 +0000 (22:51 +0000)]
* regmove.c (regmove_optimize): Don't try to make src and dst match
when they are in different modes.

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

20 years ago * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
hubicka [Sun, 29 Jun 2003 21:16:13 +0000 (21:16 +0000)]
* builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
busy work when builtin is not supported by the backend.

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

20 years ago * loop.c (count_one_set): Fix detection of registers set in more
rakdver [Sun, 29 Jun 2003 20:42:42 +0000 (20:42 +0000)]
* loop.c (count_one_set): Fix detection of registers set in more
than one basic block.

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

20 years ago * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
aj [Sun, 29 Jun 2003 18:34:38 +0000 (18:34 +0000)]
* target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
* system.h: Poison OBJ_FORMAT_ROSE.
* doc/tm.texi (Macros for Initialization): Remove documentatin of
OBJECT_FORMAT_ROSE.
* config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
* collect2.c: Remove usage of OBJECT_FORMAT_ROSE.

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

20 years ago * pa.c (update_total_code_bytes): New function.
danglin [Sun, 29 Jun 2003 18:21:57 +0000 (18:21 +0000)]
    * pa.c (update_total_code_bytes): New function.
(last_address): Number of bytes output for a function and its
associated thunks.
(compute_frame_size): Use BITS_PER_UNIT.
(pa_output_function_epilogue): Compute last_address.  Use
update_total_code_bytes.
(output_lbranch): Handle long branch on portable runtime.
(attr_length_millicode_call, attr_length_call,
attr_length_indirect_call): Only use total_code_bytes for calls in
the text section.
(output_call): Only use an indirect call sequence when the target is
not local.
(pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
test to determine when an IA-relative branch can be used.  Add various
long branch sequences.  Avoid using an indirect branch on all ports
except SOM.

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

20 years ago * expr.c (clear_by_pieces): Fix prototype.
uweigand [Sun, 29 Jun 2003 17:47:37 +0000 (17:47 +0000)]
   * expr.c (clear_by_pieces): Fix prototype.

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