OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * config/h8300/h8300.c (const_costs): Remove a warning.
kazu [Tue, 21 Jan 2003 04:10:38 +0000 (04:10 +0000)]
* config/h8300/h8300.c (const_costs): Remove a warning.
(output_plussi): Likewise.
(compute_plussi_length): Likewise.
(compute_plussi_cc): Likewise.

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

21 years ago * config/h8300/h8300.md (addsi_h8300): Remove the last
kazu [Tue, 21 Jan 2003 04:01:07 +0000 (04:01 +0000)]
* config/h8300/h8300.md (addsi_h8300): Remove the last
alternative.

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

21 years ago * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
kazu [Tue, 21 Jan 2003 03:54:49 +0000 (03:54 +0000)]
* config/h8300/h8300.c (get_shift_alg): Remove redundant code.

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

21 years ago * system.h (__NO_STRING_INLINES): Define.
ghazi [Tue, 21 Jan 2003 02:44:37 +0000 (02:44 +0000)]
* system.h (__NO_STRING_INLINES): Define.

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

21 years ago * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
danglin [Tue, 21 Jan 2003 02:03:14 +0000 (02:03 +0000)]
* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
is not a scalar int mode.

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

21 years ago * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
sayle [Tue, 21 Jan 2003 01:52:46 +0000 (01:52 +0000)]
* cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
insn's notes following a substitution inside a libcall.

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

21 years agoDaily bump.
gccadmin [Tue, 21 Jan 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago * configure.in: Check for system-provided 'uchar' type.
zack [Tue, 21 Jan 2003 00:12:52 +0000 (00:12 +0000)]
* configure.in: Check for system-provided 'uchar' type.
* configure, config.in: Regenerate.
* cpphash.h: Only typedef 'uchar' if the system doesn't.

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

21 years ago * configure.in: Check for system-provided 'uchar' type.
zack [Tue, 21 Jan 2003 00:08:45 +0000 (00:08 +0000)]
* configure.in: Check for system-provided 'uchar' type.
* configure: Regenerate.
* cpphash.h: Only typedef 'uchar' if the system doesn't.

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

21 years ago * expr.h (MUST_PASS_IN_STACK): Move implementation...
rth [Mon, 20 Jan 2003 23:20:18 +0000 (23:20 +0000)]
    * expr.h (MUST_PASS_IN_STACK): Move implementation...
        * calls.c (default_must_pass_in_stack): ... here.

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

21 years ago2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Mon, 20 Jan 2003 22:49:33 +0000 (22:49 +0000)]
2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>

        * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.

* genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.

* genattr.c (main): Output default definition of AUTOMATON_ALTS.
Wrap up definition `insn_alts'.

* genattrtab.c (main): Wrap up `insn_alts'.

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

21 years ago * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
ghazi [Mon, 20 Jan 2003 20:41:55 +0000 (20:41 +0000)]
* collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
prototyping.
* configure.in: Check for <ldfcn.h> and ldgetname() prototype.

* config.in, configure: Regenerate.

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

21 years agoAdd an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
nickc [Mon, 20 Jan 2003 18:59:43 +0000 (18:59 +0000)]
Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
Add a testcase for the bug fixed by this patch.

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

21 years ago * hashtab.c (htab_expand): Fix allocation of new entries.
zlomek [Mon, 20 Jan 2003 18:41:01 +0000 (18:41 +0000)]
* hashtab.c (htab_expand): Fix allocation of new entries.

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

21 years ago * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
hubicka [Mon, 20 Jan 2003 13:37:03 +0000 (13:37 +0000)]
* i386.md (SSE cmov splitter):  Handle memory operand in operand 5.

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

21 years ago * system.h: Don't declare strsignal if the decl test hasn't been
schwab [Mon, 20 Jan 2003 10:23:41 +0000 (10:23 +0000)]
* system.h: Don't declare strsignal if the decl test hasn't been
run yet.

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

21 years ago * Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.
mark [Mon, 20 Jan 2003 06:46:28 +0000 (06:46 +0000)]
   * Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.
       (nat_source_files): Add natVMObjectStreamClass.cc.
       * Makefile.in: Regenerated.
       * gcj/javaprims.h (namespace java): Regenerated.
       * java/io/ObjectStreamClass.java (getClassUID): Call
       VMObjectStreamClass.hasClassInitializer().
       (hasClassInitializer): Removed.
       * java/io/VMObjectStreamClass.java: New class.
       * java/io/natVMObjectStreamClass.cc: New file.
       * java/lang/Class.h: Make java::io::VMObjectStreamClass friend class.

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

21 years ago * config/h8300/h8300.c (notice_update_cc): Don't assume that
kazu [Mon, 20 Jan 2003 06:42:58 +0000 (06:42 +0000)]
* config/h8300/h8300.c (notice_update_cc): Don't assume that
recog_data.operands[0] is always associated with cc0.

* gcc.c-torture/execute/20030120-1.c: New.

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

21 years agoDaily bump.
gccadmin [Mon, 20 Jan 2003 06:28:28 +0000 (06:28 +0000)]
Daily bump.

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

21 years ago * system.h (strsignal): Also declare if no declaration found.
dje [Mon, 20 Jan 2003 03:04:10 +0000 (03:04 +0000)]
* system.h (strsignal): Also declare if no declaration found.

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

21 years ago * collect2.c (ldgetname): Expand declaration to prototype.
dje [Mon, 20 Jan 2003 02:25:07 +0000 (02:25 +0000)]
    * collect2.c (ldgetname): Expand declaration to prototype.
        * read-rtl.c (atoll): Add prototype.

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

21 years ago * configure.in: Add missing \.
neroden [Sun, 19 Jan 2003 23:44:28 +0000 (23:44 +0000)]
* configure.in: Add missing \.
* configure: Rebuilt.

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

21 years ago* test_summary (configflags): Only use the first match. Remove
aoliva [Sun, 19 Jan 2003 14:34:12 +0000 (14:34 +0000)]
* test_summary (configflags): Only use the first match.  Remove
excess space.  Use sub instead of gsub where possible.  Use `none'
if no configure flags were given.

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

21 years ago2003-01-19 Paolo Carlini <pcarlini@unitus.it>
paolo [Sun, 19 Jan 2003 13:28:26 +0000 (13:28 +0000)]
2003-01-19  Paolo Carlini  <pcarlini@unitus.it>

* g++.old-deja/g++.pt/typename13.C: Remove XFAIL.

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

21 years ago* config.gcc (mips64*-*-linux*): Added.
aoliva [Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)]
* config.gcc (mips64*-*-linux*): Added.
* config/mips/linux64.h, config/mips/t-linux64: New file.
* config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
* config/mips/mips.c (override_options): Use it.
* config/mips/mips.h (TARGET_SWITCHES): Added...
(SUBTARGET_TARGET_SWITCHES): New, empty by default.
* Makefile.in (SPECS): New.
(STAGESTUFF, specs, mostlyclean, install-common): Use it.
* gcc.c (process_command): Move self-spec processing past spec
file loading.
* doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
* doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
CRTSTUFF_T_CFLAGS.
(SPECS): Document.
* doc/invoke.texi (-mabi-fake-default): Document.

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

21 years ago * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
ciceron [Sun, 19 Jan 2003 11:09:08 +0000 (11:09 +0000)]
* config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
z_reg, z_reg_qi): Declare static and GTY().
(da_reg): Remove.
(create_regs_rtx): Don't create da_reg.
("gt-m68hc11.h"): Include for GTY roots.
* config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
and GTY() here.
(m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
(m68hc11_soft_tmp_reg): Likewise.
* config/m68hc11/m68hc11-protos.h: Remove above declarations.

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

21 years ago * basic-block.h: Fix comment formatting.
kazu [Sat, 18 Jan 2003 22:32:06 +0000 (22:32 +0000)]
* basic-block.h: Fix comment formatting.
* calls.c: Likewise.
* combine.c: Likewise.
* convert.c: Likewise.
* gcov.c: Likewise.
* haifa-sched.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* system.h: Likewise.

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

21 years ago * check-init.c: Fix comment typos.
kazu [Sat, 18 Jan 2003 22:15:51 +0000 (22:15 +0000)]
* check-init.c: Fix comment typos.
* class.c: Likewise.
* constants.c: Likewise.
* decl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* java-except.h: Likewise.
* java-tree.h: Likewise.
* javaop.h: Likewise.
* jcf-dump.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* jcf-write.c: Likewise.
* lang.c: Likewise.
* mangle.c: Likewise.
* typeck.c: Likewise.
* verify.c: Likewise.

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

21 years ago * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
ghazi [Sat, 18 Jan 2003 19:17:39 +0000 (19:17 +0000)]
* Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
* jcf-write.c: Include "tm_p.h".

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

21 years ago * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
sayle [Sat, 18 Jan 2003 14:51:10 +0000 (14:51 +0000)]
* config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.

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

21 years agoDaily bump.
gccadmin [Sat, 18 Jan 2003 08:17:30 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * ra-build.c (undef_to_size_word): Avoid `switch' warning.
ghazi [Sat, 18 Jan 2003 03:07:26 +0000 (03:07 +0000)]
* ra-build.c (undef_to_size_word): Avoid `switch' warning.

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

21 years ago2003-01-17 Dale Johannesen <dalej@apple.com>
dalej [Sat, 18 Jan 2003 03:02:19 +0000 (03:02 +0000)]
2003-01-17  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
          (*floatunssidf2_internal):  Ditto.

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

21 years ago * alias.c: Fix comment typos.
kazu [Sat, 18 Jan 2003 02:26:43 +0000 (02:26 +0000)]
* alias.c: Fix comment typos.
* basic-block.h: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pragma.c: Likewise.
* c-pretty-print.h: Likewise.
* cfg.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* cfglayout.c: Likewise.
* cfgrtl.c: Likewise.
* convert.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* df.h: Likewise.
* diagnostic.c: Likewise.
* diagnostic.h: Likewise.
* dwarf2.h: Likewise.

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

21 years ago * config/darwin-protos.h: Forward-declare struct cpp_reader.
shebs [Sat, 18 Jan 2003 00:09:02 +0000 (00:09 +0000)]
    * config/darwin-protos.h: Forward-declare struct cpp_reader.

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

21 years ago PR c++/9167, c++/9358
jason [Fri, 17 Jan 2003 23:59:22 +0000 (23:59 +0000)]
    PR c++/9167, c++/9358
        * decl.c (require_complete_types_for_parms): Also update DECL_ARG_TYPE.

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

21 years ago PR c++/9342
jason [Fri, 17 Jan 2003 22:51:24 +0000 (22:51 +0000)]
    PR c++/9342
        * call.c (build_conditional_expr): Always do lvalue-rvalue
        conversion.

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

21 years ago PR c++/9294
mmitchel [Fri, 17 Jan 2003 20:14:44 +0000 (20:14 +0000)]
PR c++/9294
* cp-tree.def (BASELINK): Make it class 'x', not class 'e'.
* cp-tree.h (BASELINK_BINFO): Adjust.
(BASELINK_FUNCTIONS): Likewise.
(BASELINK_ACCESS_BINFO): Likewise.
(tree_baselink): New structure.
(cp_tree_node_structure_enum): Add TS_CP_BASELINK.
(lang_tree_node): Add baselink.
* decl.c (cp_tree_node_structure): Add BASELINK case.
* search.c (build_baselink): Adjust.
* tree.c (cp_walk_subtrees): Add BASELINK case.  Remove BASELINK_P
test from TREE_LIST case.

PR c++/9272
* parser.c (cp_parser_constructor_declarator_p): Do not assume
that a constructor cannot be declared outside of its own class.

* parser.c (cp_parser_resolve_typename_type): If the scope cannot
be resolved, neither can the qualified name.

* rtti.c (get_pseudo_ti_desc): Fix thinko.

PR c++/9272
* g++.dg/parse/ctor1.C: New test.

PR c++/9294:
* g++.dg/parse/qualified1.C: New test.

* g++.dg/parse/typename3.C: New test.

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

21 years ago * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
rupp [Fri, 17 Jan 2003 19:56:54 +0000 (19:56 +0000)]
* config/alpha/alpha.c (alpha_need_linkage): Fix obvious
mistake in last checkin.

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

21 years ago * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
ghazi [Fri, 17 Jan 2003 14:27:29 +0000 (14:27 +0000)]
* jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.

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

21 years ago * et-forest.c: Fix comment typos.
kazu [Fri, 17 Jan 2003 14:24:24 +0000 (14:24 +0000)]
* et-forest.c: Fix comment typos.
* et-forest.h: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* gengtype.c: Likewise.
* genrecog.c: Likewise.
* global.c: Likewise.
* gthr-rtems.h: Likewise.

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

21 years ago * i386.c (x86_function_profiler): Fix format specifier.
ghazi [Fri, 17 Jan 2003 13:44:44 +0000 (13:44 +0000)]
* i386.c (x86_function_profiler): Fix format specifier.

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

21 years ago * gengtype.c (walk_type): Allow paramN_is.
rth [Fri, 17 Jan 2003 11:36:24 +0000 (11:36 +0000)]
    * gengtype.c (walk_type): Allow paramN_is.

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

21 years agoAdd missing newline escape.
nickc [Fri, 17 Jan 2003 09:43:48 +0000 (09:43 +0000)]
Add missing newline escape.

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

21 years agoDaily bump.
gccadmin [Fri, 17 Jan 2003 08:17:36 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * configure.in (baseargs): Avoid using \| in sed regular
jakub [Fri, 17 Jan 2003 08:02:23 +0000 (08:02 +0000)]
* configure.in (baseargs): Avoid using \| in sed regular
expressions.
* configure: Rebuilt.

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

21 years ago * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
rth [Fri, 17 Jan 2003 07:37:13 +0000 (07:37 +0000)]
    * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.

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

21 years ago * g++.dg/tls/init-2.C: Fix error matches for real this time.
rth [Fri, 17 Jan 2003 07:10:22 +0000 (07:10 +0000)]
    * g++.dg/tls/init-2.C: Fix error matches for real this time.

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

21 years ago * g++.dg/pch/pch.exp: Copy test header to the working directory
rth [Fri, 17 Jan 2003 07:05:54 +0000 (07:05 +0000)]
    * g++.dg/pch/pch.exp: Copy test header to the working directory
        before using it either for precompilation or direct use.
        * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
        * g++.dg/pch/*.C: Include foo.H, not foo.Hp.

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

21 years agoNew.
rth [Fri, 17 Jan 2003 07:04:42 +0000 (07:04 +0000)]
New.

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

21 years ago * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
rth [Fri, 17 Jan 2003 06:45:44 +0000 (06:45 +0000)]
    * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
        (alpha_next_sequence_number): Likewise.
        (alpha_this_literal_sequence_number): Likewise.
        (alpha_this_gpdisp_sequence_number): Likewise.
        (struct alpha_funcs, alpha_funcs_num): Likewise.
        (struct alpha_links): Fix branch merge error.
        (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.

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

21 years ago* config/mips/mips.h: Don't use #elif. Reported by Kaveh
aoliva [Fri, 17 Jan 2003 05:00:23 +0000 (05:00 +0000)]
* config/mips/mips.h: Don't use #elif.  Reported by Kaveh
R. Ghazi.

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

21 years ago PR c++/8564
jason [Fri, 17 Jan 2003 03:43:52 +0000 (03:43 +0000)]
    PR c++/8564
        * init.c (build_vec_init): Re-add maxindex parm.
        (perform_member_init, build_aggr_init): Pass it.
        (build_new_1): Pass it. Use an incomplete array type for full_type.
        * typeck.c (build_modify_expr): Pass it.
        * cp-tree.h: Adjust.

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

21 years ago * ifcvt.c: Fix comment typos.
kazu [Fri, 17 Jan 2003 03:28:11 +0000 (03:28 +0000)]
* ifcvt.c: Fix comment typos.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* ra-build.c: Likewise.
* ra.c: Likewise.
* ra-colorize.c: Likewise.
* ra.h: Likewise.
* ra-rewrite.c: Likewise.
* regmove.c: Likewise.
* reload.h: Likewise.
* rtlanal.c: Likewise.
* toplev.c: Likewise.
* tree.h: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* vmsdbgout.c: Likewise.

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

21 years agofixincl.sh has been editable for several years now...
korbb [Fri, 17 Jan 2003 02:59:18 +0000 (02:59 +0000)]
fixincl.sh has been editable for several years now...

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

21 years ago * gcc.dg/pch/pch.exp: Copy test header to the working directory
rth [Fri, 17 Jan 2003 02:48:09 +0000 (02:48 +0000)]
    * gcc.dg/pch/pch.exp: Copy test header to the working directory
        before using it either for precompilation or direct use.
        * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
        * gcc.dg/pch/*.c: Include foo.h, not foo.hp.

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

21 years ago * dwarf2out.c (struct file_table): Remove.
rth [Fri, 17 Jan 2003 02:34:04 +0000 (02:34 +0000)]
    * dwarf2out.c (struct file_table): Remove.
        (FILE_TABLE_INCREMENT): Remove.
        (file_table): Make a varray; mark for GC.  Update all users.
        (file_table_last_lookup_index): Extract from struct file_table.
        (output_file_names): Fix unsigned compare warnings.
        (add_name_attribute): Remove inline marker.
        (add_comp_dir_attribute): Split out from gen_compile_unit_die.
        (lookup_filename): Don't manage size of file_table.
        (init_file_table): Allocate file_table with GC.
        (dwarf2out_init): Don't record main_input_filename here.
        (dwarf2out_finish): Do it here instead.

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

21 years agoQNX needs a bypass for limits_ifndefs
korbb [Fri, 17 Jan 2003 02:08:05 +0000 (02:08 +0000)]
QNX needs a bypass for limits_ifndefs

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

21 years ago * config/locale/generic/messages_members.h
gerald [Fri, 17 Jan 2003 01:20:08 +0000 (01:20 +0000)]
* config/locale/generic/messages_members.h
(messages_byname<_CharT>::messages_byname): Use this-> to refer to
unqualified members of base clasess.

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

21 years ago * builtins.c (java_build_function_call_expr): Renamed from
ghazi [Fri, 17 Jan 2003 00:58:08 +0000 (00:58 +0000)]
* builtins.c (java_build_function_call_expr): Renamed from
build_function_call_expr.  All callers changed.

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

21 years ago * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
kkojima [Fri, 17 Jan 2003 00:26:53 +0000 (00:26 +0000)]
    * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
        instead of rotldi3_mextr.

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

21 years ago2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Fri, 17 Jan 2003 00:00:18 +0000 (00:00 +0000)]
2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>

* haifa-sched.c (move_insn): Restore moving all schedule group.
(set_priorities): Restore taking SCHED_GROUP_P into account.

* sched-deps.c (add_dependence): Restore processing the last group
insn.
(remove_dependence, group_leader): Restore the functions.
(set_sched_group_p): Restore adding dependencies from previous insn
in the group.
(compute_forward_dependences): Restore usage of group_leader.

* sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
account.

* sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
account.
(can_schedule_ready_p): Ditto.
(add_branch_dependences): Restore skipping over the group insns.

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

21 years ago * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
ciceron [Thu, 16 Jan 2003 22:12:39 +0000 (22:12 +0000)]
* config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
68HC12 pre/post inc/dec side effects.

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

21 years ago2003-01-16 Jeffrey D. Oldham <oldham@codesourcery.com>
oldham [Thu, 16 Jan 2003 22:06:04 +0000 (22:06 +0000)]
2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>

* cp-tree.h (tsubst_copy_and_build): New declaration.
* pt.c (tsubst_copy): Remove 'build_expr_from_tree' from comment.
(tsubst_expr): Use 'tsubst_copy_and_build'.  Update initial comment.
(tsubst_copy_and_build): New function.

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

21 years ago * config/m68hc11/m68hc11.h (MASK_M6812): Define.
ciceron [Thu, 16 Jan 2003 21:50:20 +0000 (21:50 +0000)]
* config/m68hc11/m68hc11.h (MASK_M6812): Define.

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

21 years ago * sh.md (mshflo_w_x): Fix description of operation.
amylaar [Thu, 16 Jan 2003 21:43:43 +0000 (21:43 +0000)]
* sh.md (mshflo_w_x): Fix description of operation.

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

21 years ago * java/net/SocketImpl.java (toString): Don't explicitly call
mark [Thu, 16 Jan 2003 21:37:56 +0000 (21:37 +0000)]
   * java/net/SocketImpl.java (toString): Don't explicitly call
       toString() on possible null address.

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

21 years ago * cp-tree.h (lang_type_class): Remove is_partial_instantiation.
mmitchel [Thu, 16 Jan 2003 20:30:50 +0000 (20:30 +0000)]
* cp-tree.h (lang_type_class): Remove is_partial_instantiation.
(PARTIAL_INSTANTIATION_P): Remove.
(IMPLICIT_TYPENAME_P): Likewise.
(IMPLICIT_TYPENAME_TYPE_DECL_P): Likewise.
(build_typename_type): Remove declaration.
(parmlist_is_exprlist): Likewise.
* decl.c (build_typename_type): Make it static, remove third
parameter.
(push_class_binding): Don't do implicit typename stuff.
(make_typename_type): Likewise.
(lookup_name_real): Likewise.
(grokdeclarator): Don't try to convert declarations into
initializations.  Don't do implicit typename stuff.
(parmlist_is_exprlist): Remove.
(xref_basetypes): Simplify.
* decl2.c (grokfield): Don't try to convert declarations into
initializations.
(build_anon_union_vars): Do this while processing templates, too.
(finish_anon_union): Likewise.
* error.c (dump_type): Remove implicit typename handling.
* parser.c (cp_parser_diagnose_invalid_type_name): New method.
(cp_parser_primary_expression): Correct handling of names not
found by unqualified name lookup in templates.
(cp_parser_nested_name_specifier_opt): Avoid checking dependency
of types when possible.
(cp_parser_simple_declaration): Complain intelligently about some
invalid declarations.
(cp_parser_member_declaration): Likewise.
(cp_parser_constructor_declarator_p): Don't check when we're in a
function scope.
* pt.c (instantiate_class_template): Remove
PARTIAL_INSTANTIATION_P gunk.
* search.c (lookup_field_r): Don't build implicit typenames.
(marked_pushdecls_p): Don't enter dependent base types.
(unmarked_pushdecls_p): Likewise.
* semantics.c (begin_class_definition): Remove implicit typename
stuff.

* config/locale/gnu/messages_members.h: Use this-> to refer to
unqualified members of base clasess.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
* include/bits/codecvt.h: Likewise.
* include/bits/deque.tcc: Likewise.
* include/bits/fstream.tcc: Likewise.
* include/bits/istream.tcc: Likewise.
* include/bits/list.tcc: Likewise.
* include/bits/locale_facets.h: Likewise.
* include/bits/ostream.tcc: Likewise.
* include/bits/sstream.tcc: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_tree.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/vector.tcc: Likewise.
* include/ext/ropeimpl.h: Likewise.
* include/ext/stdio_filebuf.h: Likewise.
* include/ext/stl_rope.h: Likewise.
* include/std/std_fstream.h: Likewise.
* include/std/std_sstream.h: Likewise.

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

21 years ago * config/rs6000/rs6000.h: Mention Altivec registers in
zack [Thu, 16 Jan 2003 18:09:21 +0000 (18:09 +0000)]
* config/rs6000/rs6000.h: Mention Altivec registers in
commentary.  Fix typo.

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

21 years agocp:
nathan [Thu, 16 Jan 2003 17:08:54 +0000 (17:08 +0000)]
cp:
PR C++/9212
* parser.c (cp_parser_direct_declarator): If accepting either
abstract or named, the name must be an unqualified-id.
testsuite:
* g++.dg/parse/ambig2.C: New test.

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

21 years ago * config/rs6000/rs6000.md (movti_string): Remove clobber.
dje [Thu, 16 Jan 2003 16:32:25 +0000 (16:32 +0000)]
    * config/rs6000/rs6000.md (movti_string): Remove clobber.
        * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
        generate PARALLEL with clobber for TARGET_POWER.

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

21 years ago * configure.in (baseargs): Remove all supported forms of
jakub [Thu, 16 Jan 2003 16:31:49 +0000 (16:31 +0000)]
* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

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

21 years agof:
ghazi [Thu, 16 Jan 2003 15:58:40 +0000 (15:58 +0000)]
f:
* Make-lang.in (f/target.o): Depend on toplev.h.
* target.c: Include toplev.h.

java:
* Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
* jcf-parse.c: Include tm_p.h.

gcc:
* ra-colorize.c (colorize_one_web): Initialize variable.
* regmove.c (fixup_match_1): Likewise.
* reload1.c (reload_as_needed): Likewise.
* sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.

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

21 years ago2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
rakdver [Thu, 16 Jan 2003 15:49:20 +0000 (15:49 +0000)]
2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

* cfgloop.c (flow_loops_find): Fix handling of abnormal edges.

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

21 years ago * dbxout.c (lastfile, cwd): Fix `unused' warning.
ghazi [Thu, 16 Jan 2003 15:37:57 +0000 (15:37 +0000)]
* dbxout.c (lastfile, cwd): Fix `unused' warning.
* dwarf2out.c (fde_table_in_use, current_funcdef_fde,
dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
is_main_source, file_table, decl_die_table_in_use,
abbrev_die_table_in_use, line_info_table_in_use,
separate_line_info_table_in_use, pubname_table_in_use,
arange_table_in_use, ranges_table_in_use,
current_function_has_inlines): Likewise.
* flow.c (life_analysis): Likewise.
* genemit.c (gen_insn): Likewise.
* protoize.c (cplus_suffix): Likewise.

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

21 years ago * dbxout.c (lastfile, cwd): Fix `unused' warning.
ghazi [Thu, 16 Jan 2003 15:30:20 +0000 (15:30 +0000)]
* dbxout.c (lastfile, cwd): Fix `unused' warning.
* dwarf2out.c (fde_table_in_use, current_funcdef_fde,
dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
is_main_source, file_table, decl_die_table_in_use,
abbrev_die_table_in_use, line_info_table_in_use,
separate_line_info_table_in_use, pubname_table_in_use,
arange_table_in_use, ranges_table_in_use,
current_function_has_inlines): Likewise.
* flow.c (life_analysis): Likewise.
* genemit.c (gen_insn): Likewise.
* protoize.c (cplus_suffix): Likewise.

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

21 years ago * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
ghazi [Thu, 16 Jan 2003 15:22:54 +0000 (15:22 +0000)]
* arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
* arm.h (ROUND_UP_WORD): Likewise.

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

21 years ago * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
ghazi [Thu, 16 Jan 2003 15:13:33 +0000 (15:13 +0000)]
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
warning.
* emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
init_emit_once): Likewise.
* flow.c (mark_regs_live_at_end, calculate_global_regs_live):
Likewise.
* function.c (assign_stack_temp_for_type): Likewise.
* loop.c (loop_invariant_p): Likewise.
* recog.c (push_operand): Likewise.
* regclass.c (init_reg_sets_1): Likewise.
* reload.c (update_auto_inc_notes): Likewise.
* reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
* stmt.c (expand_asm_operands): Likewise.
* stor-layout.c (start_record_layout): Likewise.

cp:
* class.c (layout_virtual_bases): Avoid signed/unsigned warning.

java:
* jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
warning.

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

21 years agoDaily bump.
gccadmin [Thu, 16 Jan 2003 08:17:35 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago2003-01-16 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 16 Jan 2003 08:01:27 +0000 (08:01 +0000)]
2003-01-16  Michael Koch  <konqueror@gmx.de>

* java/net/MulticastSocket.java
(setInterface): Reindented.

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

21 years ago * config/c4x/c4x.md (epilogue): Correct last patch.
m.hayes [Thu, 16 Jan 2003 06:20:27 +0000 (06:20 +0000)]
    * config/c4x/c4x.md (epilogue): Correct last patch.

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

21 years ago2003-01-15 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 16 Jan 2003 03:11:13 +0000 (03:11 +0000)]
2003-01-15  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/basic_string.tcc (_S_string_copy): Unused, remove.

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

21 years ago * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
rth [Thu, 16 Jan 2003 01:50:54 +0000 (01:50 +0000)]
    * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
        also check that GP is being used.
        (alpha_find_lo_sum_using_gp): New.
        (alpha_does_function_need_gp): Use get_attr_usegp.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
        as needed.

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

21 years ago * gcse.c (one_cprop_pass): Change function arguments to take both
sayle [Thu, 16 Jan 2003 01:06:33 +0000 (01:06 +0000)]
* gcse.c (one_cprop_pass): Change function arguments to take both
cprop_jumps and bypass_jumps flags instead of just alter_jumps.
(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
(bypass_jumps): New function to perform separate jump bypassing pass.
* rtl.h (bypass_jumps): Add function prototype.
* timevar.def (TV_BYPASS): New timing variable.
* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
(dump_file): New entry for the bypass RTL dump file.
(rest_of_compilation): Insert new jump bypassing optimization
pass after loop.
* doc/passes.texi: Document new pass.

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

21 years ago2003-01-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 16 Jan 2003 00:50:20 +0000 (00:50 +0000)]
2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (all-local): Add conditional rule to
generate testsuite_wchar_t.
* testsuite/Makefile.in: Regenerate.
* testsuite/lib/libstdc++-v3-dg.exp
(libstdc++-v3-list-sourcefiles): Remove wchar_t files if
testsuite_wchar_t is not present in the build directory.
* testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
Remove setulimit bits.
* testsuite/26_numerics/complex_value.cc: Set to noopts.
* testsuite/Makefile.am (CLEANFILES): Add.
* testsuite/Makefile.in: Regenerate.

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

21 years ago * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
danglin [Thu, 16 Jan 2003 00:34:45 +0000 (00:34 +0000)]
* som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
* pa.h (TARGET_SOM_SDEF): Define.
* pa-hpux11.h (TARGET_SOM_SDEF): Define.
* config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
__hppa__.

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

21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 23:53:49 +0000 (23:53 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* gnu/gcj/xlib/natGC.cc (fillPolygon): New method.
* gnu/gcj/xlib/GC.java (fillPolygon): Declare.
* gnu/awt/xlib/XGraphics.java (fillPolygon): Added translateX and
translateY arguments.  Implement.
* gnu/awt/j2d/IntegerGraphicsState.java (fillPolygon): Pass
down translation arguments.
(drawPolyline, drawPolygon): Fix incorrect tests.
* gnu/awt/j2d/DirectRasterGraphics.java (fillPolygon): Added
translateX and translateY arguments.

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

21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 23:34:14 +0000 (23:34 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* Makefile.in: Rebuilt.
* Makefile.am (xlib_includes): New macro.
(INCLUDES): Use it.

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

21 years ago * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
ciceron [Wed, 15 Jan 2003 23:30:40 +0000 (23:30 +0000)]
* config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
allocate 4-bytes of locals on 68HC11.
(expand_epilogue): Likewise.
(m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.

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

21 years ago * g++.dg/tls/init-2.C: Update error message string.
rth [Wed, 15 Jan 2003 23:27:55 +0000 (23:27 +0000)]
    * g++.dg/tls/init-2.C: Update error message string.

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

21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 23:18:58 +0000 (23:18 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* gnu/awt/xlib/XToolkit.java (getColorModel): Implemented.
* gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Work with
16-bit display mode.

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

21 years ago * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
ciceron [Wed, 15 Jan 2003 22:50:41 +0000 (22:50 +0000)]
* config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
and -mshort-double to the assembler to specify the ABI.
(LINK_SPEC): Likewise.
(CPP_SPEC): Pass HCS12 specific define.
(MASK_M68S12): New define.
(TARGET_M68S12): Likewise.
(TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
(TARGET_VERSION): Update.
* config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
(LINK_SPEC): Update.
(ASM_SPEC): Update.
* config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
* doc/invoke.texi (M68hc1x Options): Document -m68hcs12.

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

21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 22:47:04 +0000 (22:47 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* java/awt/CardLayout.java (show): Rewrote.
(gotoComponent): Removed `target' argument.  Simplified code.
Don't pre-compute `choice' unless `what' is FIRST or LAST.
Changed all callers.
(NONE): Removed.

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

21 years ago * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
ghazi [Wed, 15 Jan 2003 22:42:26 +0000 (22:42 +0000)]
* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.

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

21 years ago * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
ciceron [Wed, 15 Jan 2003 21:26:14 +0000 (21:26 +0000)]
* gcc.c-torture/compile/20000804-1.x: Don't execute this test at
all for HC11/HC12.
* gcc.c-torture/compile/20001205-1.x: Likewise.
* gcc.c-torture/compile/20001226-1.x: Likewise.
* gcc.c-torture/compile/920520-1.x: Likewise.
* gcc.c-torture/compile/961203-1.x: Likewise.
* gcc.c-torture/compile/20020604-1.x: Likewise.

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

21 years ago * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
ciceron [Wed, 15 Jan 2003 20:39:17 +0000 (20:39 +0000)]
* config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
the return code.

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

21 years ago * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
zlomek [Wed, 15 Jan 2003 20:16:22 +0000 (20:16 +0000)]
* cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
flag before setting it.

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

21 years ago * MAINTAINERS: Add myself to write-after-approval list.
zlomek [Wed, 15 Jan 2003 19:47:10 +0000 (19:47 +0000)]
* MAINTAINERS: Add myself to write-after-approval list.

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

21 years agoI added myself to the list.
zlomek [Wed, 15 Jan 2003 19:42:36 +0000 (19:42 +0000)]
I added myself to the list.

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

21 years ago * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
sayle [Wed, 15 Jan 2003 17:44:37 +0000 (17:44 +0000)]
* c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
when loop condition is known true, i.e.  "while (1) { ... }".
(genrtl_for_stmt): Similarly for "for" statements.

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