OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago * iresolve.c (gfc_resolve_random_number): Clean up conditional.
pbrook [Sun, 30 May 2004 10:49:50 +0000 (10:49 +0000)]
* iresolve.c (gfc_resolve_random_number): Clean up conditional.
libgfortran/
* libgfortran.h (random_seed): Update prototype.
* intrinsics/random.c: Disable old implementation and add new one.
testsuite/
* gfortran.fortran-torture/execute/random_1.f90: New test.

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

19 years ago * intrinsics/random.c: Include unistd.h for close and read
aj [Sun, 30 May 2004 09:53:10 +0000 (09:53 +0000)]
* intrinsics/random.c: Include unistd.h for close and read
prototypes, remove unneeded inclusion of assert.h.

* intrinsics/abort.c: Include stdlib.h for abort prototype, remove
unneeded inclusion of assert.h.

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

19 years ago * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
kazu [Sun, 30 May 2004 07:12:58 +0000 (07:12 +0000)]
* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
comment typos.  Follow spelling conventions.

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

19 years agoIndex: libcpp/ChangeLog
geoffk [Sun, 30 May 2004 00:49:06 +0000 (00:49 +0000)]
Index: libcpp/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* symtab.c (ht_create): Set entries_owned.
(ht_destroy): Honour entries_owned.
(ht_expand): Likewise.
(ht_load): New.

Index: libcpp/include/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* symtab.h (struct ht): New field 'entries_owned'
(ht_load): New prototype.

Index: gcc/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* gengtype-yacc.y: Add NESTED_PTR token.
(option): Record `nested_ptr' option.
* gengtype-lex.l: Handle `nested_ptr' keyword.
* gengtype.c (walk_type): Process `nested_ptr' option.
* gengtype.h (struct nested_ptr_data): New.
* doc/gty.texi (GTY Options): Document `nested_ptr' option.
* stringpool.c (struct string_pool_data): Make 'entries' point to
ht_identifier instead of tree.
(gt_pch_save_stringpool): Don't adjust pointers.
(gt_pch_restore_stringpool): Call ht_load.

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

19 years agoDaily bump.
gccadmin [Sun, 30 May 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * gimplify.c (gimplify_expr): Don't build a statement list
jason [Sat, 29 May 2004 20:24:37 +0000 (20:24 +0000)]
    * gimplify.c (gimplify_expr): Don't build a statement list
        if no gimplification was necessary.

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

19 years ago * pretty-print.c (pp_base_format_text): Support %< instead of %`
jsm28 [Sat, 29 May 2004 20:10:10 +0000 (20:10 +0000)]
* pretty-print.c (pp_base_format_text): Support %< instead of %`
and %> as well as %'.
* c-format.c: Use %< and %>.
(gcc_diag_char_table, gcc_cdiag_char_table,
gcc_cxxdiag_char_table): Update.

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

19 years ago2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 29 May 2004 19:51:26 +0000 (19:51 +0000)]
2004-05-29  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc_update (libbanshee/configure): Depend on
        libbanshee/configure.ac instead of libbanshee/configure.in

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

19 years ago * c-typeck.c (common_type): Correct comment.
jsm28 [Sat, 29 May 2004 18:40:27 +0000 (18:40 +0000)]
* c-typeck.c (common_type): Correct comment.

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

19 years ago2004-05-28 Kelley Cook <kcook@gcc.gnu.org>
kcook [Sat, 29 May 2004 17:46:24 +0000 (17:46 +0000)]
2004-05-28  Kelley Cook  <kcook@gcc.gnu.org>

* configure.in: Rename to ...
* configure.ac: this.  Update to modern autoconf style.
Correct AC_INIT macro with the actual package name.
Replace gcc_AC_HEADER_STDBOOL and GCC_AC_C__BOOL with AC_HEADER_STDBOOL.
* acinclude.m4, stamp.h-in: Delete.
* config.h, configure: Regenerate with autoconf 2.59.
* aclocal.m4, Makefile.in: Regenerate with automake 1.7.9.
* engine/Makefile.in: Likewise.
* libcompat/Makefile.in: Likewise.
* points-to/Makefile.in: Likewise.

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

19 years agoFix typo in previous patch.
bernie [Sat, 29 May 2004 15:22:39 +0000 (15:22 +0000)]
Fix typo in previous patch.

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

19 years ago * config/m68k/m68k.c (CONST_METHOD): Add MVZ, MVS.
bernie [Sat, 29 May 2004 15:17:50 +0000 (15:17 +0000)]
* config/m68k/m68k.c (CONST_METHOD): Add MVZ, MVS.
* config/m68k/m68k.c (const_method): Likewise.
* config/m68k/m68k.c (const_int_cost): Likewise.
* config/m68k/m68k.c (const_int_cost): Likewise.
* config/m68k/m68k.c (output_move_const_into_data_reg): Likewise.

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

19 years ago * config/m68k/m68k.h(EXTRA_CONSTRAINT): add 'U' for register offset
bernie [Sat, 29 May 2004 15:10:41 +0000 (15:10 +0000)]
* config/m68k/m68k.h(EXTRA_CONSTRAINT): add 'U' for register offset
addressing.
* config/m68k/m68k.md: Add 'U,U' alternative to ColdFire variants of
movsi,movhi,movqi insn patterns.

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

19 years ago2004-05-29 Richard B. Kreckel <Richard.Kreckel@Framatome-ANP.com>
bkoz [Sat, 29 May 2004 14:40:59 +0000 (14:40 +0000)]
2004-05-29  Richard B. Kreckel  <Richard.Kreckel@Framatome-ANP.com>
            Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/14600
* include/ext/stdio_sync_filebuf.h (stdio_sync_filebuf::file): New.
* include/ext/stdio_filebuf.h (stdio_filebuf::file): New.
* config/io/basic_file_stdio.cc (__basic_file::file): New.
* config/io/basic_file_stdio.h: Define.

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

19 years ago * simplify.c (gfc_simplify_log): Remove useless line of code.
pbrook [Sat, 29 May 2004 11:33:30 +0000 (11:33 +0000)]
* simplify.c (gfc_simplify_log): Remove useless line of code.

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

19 years ago * testsuite/libjava.jacks/jacks.xfail: Update for post tree-ssa merge
rmathew [Sat, 29 May 2004 05:13:57 +0000 (05:13 +0000)]
* testsuite/libjava.jacks/jacks.xfail: Update for post tree-ssa merge
results.

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

19 years ago * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a
rmathew [Sat, 29 May 2004 05:11:41 +0000 (05:11 +0000)]
* java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a
local variable was initialised upon declaration.
* parse.y (declare_local_variables): Set DECL_LOCAL_FINAL_IUD if
variable was final and initialised upon declaration.
* check-init.c (check_final_reassigned): Give error only if a blank
final is not definitely unassigned or if an initialised final is
reassigned.
(check_bool_init): Respect JLS2 16.1.7 requirements for boolean
assignment expressions. Remove case MODIFY_EXPR, label do_default.
(check_init): Perform initialised-variable-removing-optimisation
only on non-final local variables.

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

19 years ago2005-05-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 29 May 2004 03:51:05 +0000 (03:51 +0000)]
2005-05-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-semantics.c (emit_local_var): Remove code for DECL_INITIAL.

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

19 years ago2005-05-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 29 May 2004 02:55:23 +0000 (02:55 +0000)]
2005-05-28  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/15720
        * config/darwin.c (machopic_indirect_call_target): Copy
        the SYMBOL_REF_DECL from the original RTX for the new
        stub RTX.

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

19 years ago[gcc/testsuite/ChangeLog]
zlaski [Sat, 29 May 2004 01:50:59 +0000 (01:50 +0000)]
[gcc/testsuite/ChangeLog]
2004-05-28  Ziemowit Laski  <zlaski@apple.com>

        * g++.dg/ext/altivec-10.C: New test.

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

19 years agoTypo in last patch.
pbrook [Sat, 29 May 2004 01:24:15 +0000 (01:24 +0000)]
Typo in last patch.

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

19 years ago * trans-common.c (find_equivalence): Find multiple rules.
pbrook [Sat, 29 May 2004 01:21:51 +0000 (01:21 +0000)]
* trans-common.c (find_equivalence): Find multiple rules.
testsuite/
* gfortran.fortran-torture/execute/equiv_1.f90: New test.

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

19 years agoDaily bump.
gccadmin [Sat, 29 May 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.

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

19 years agoFix formatting.
bryce [Sat, 29 May 2004 00:04:32 +0000 (00:04 +0000)]
Fix formatting.

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

19 years ago * jcf-write.c (generate_bytecode_conditional): Handle binops
bryce [Fri, 28 May 2004 23:59:49 +0000 (23:59 +0000)]
* jcf-write.c (generate_bytecode_conditional): Handle binops
UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.
(generate_bytecode_insns): Likewise.

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

19 years ago PR c++/15471
mmitchel [Fri, 28 May 2004 23:34:39 +0000 (23:34 +0000)]
PR c++/15471
* typeck.c (unary_complex_lvalue): Use context_for_name_lookup
when determining the scope to use for a pointer to member.
(lookup_anon_field): Give it external linkage.
* cp-tree.h (lookup_anon_field): Declare it.
* expr.c (cplus_expand_constant): Use it.

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

19 years ago* stor-layout.c (place_field): Revert erroneous commit.
dj [Fri, 28 May 2004 23:12:14 +0000 (23:12 +0000)]
* stor-layout.c (place_field): Revert erroneous commit.

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

19 years ago[gcc/testsuite/ChangeLog]
zlaski [Fri, 28 May 2004 23:08:58 +0000 (23:08 +0000)]
[gcc/testsuite/ChangeLog]
2004-05-28  Ziemowit Laski  <zlaski@apple.com>

        * gcc.dg/altivec-16.c: New test.

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

19 years ago PR c++/15083
mmitchel [Fri, 28 May 2004 22:35:50 +0000 (22:35 +0000)]
PR c++/15083
* decl2.c (delete_sanity): Set TREE_SIDE_EFFECTS on a DELETE_EXPR,
even in a templat.e
* init.c (build_new): Likewise.

PR c++/15640
* name-lookup.c (arg_assoc): Robustify.

PR c++/15471
* typeck.c (unary_complex_lvalue): Use context_for_name_lookup
when determining the scope to use for a pointer to member.

PR c++/15083
* g++.dg/warn/noeffect5.C: New test.

PR c++/15471
* g++.dg/expr/ptrmem4.C: New test.

PR c++/15640
* g++.dg/template/operator3.C: New test.

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

19 years ago2004-05-28 Janis Johnson <janis187@us.ibm.com>
janis [Fri, 28 May 2004 22:31:44 +0000 (22:31 +0000)]
2004-05-28  Janis Johnson  <janis187@us.ibm.com>

* lib/target-supports.exp (check_vmx_hw_available): New.
* gcc.dg/vmx/vmx.exp: Use it to determine default action.

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

19 years ago2004-05-28 Janis Johnson <janis187@us.ibm.com>
janis [Fri, 28 May 2004 22:28:22 +0000 (22:28 +0000)]
2004-05-28  Janis Johnson  <janis187@us.ibm.com>

* lib/target-supports.exp (check_alias_available,
check_iconv_available, check_named_sections_available): Use
unique names for temporary files.

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

19 years ago2004-05-28 Ziemowit Laski <zlaski@apple.com>
janis [Fri, 28 May 2004 22:19:05 +0000 (22:19 +0000)]
2004-05-28  Ziemowit Laski  <zlaski@apple.com>

* gcc.dg/altivec-15.c: New test.

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

19 years agofix typo in last commit....
aldyh [Fri, 28 May 2004 22:18:24 +0000 (22:18 +0000)]
fix typo in last commit....

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

19 years ago2004-05-28 Ziemowit Laski <zlaski@apple.com>
janis [Fri, 28 May 2004 22:17:21 +0000 (22:17 +0000)]
2004-05-28  Ziemowit Laski  <zlaski@apple.com>

* config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,
vec_ctu, vec_dss, vec_dst, vec_dstst, vec_dststt, vec_dstt, vec_ld,
vec_ldl, vec_lvsl, vec_lvsr, vec_sld, vec_splat, vec_vspltw,
vec_vsplth, vec_vspltb, vec_splat_s8, vec_splat_s16, vec_splat_s32,
vec_splat_u8, vec_splat_u16, vec_splat_u32, vec_st, vec_stl,
vec_ste): Remove type checks for integral parameters and literals
from '..._args_eq' macros.

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

19 years ago * c-common.c (fname_as_string): Fix xcalloc to xmalloc.
aldyh [Fri, 28 May 2004 22:05:45 +0000 (22:05 +0000)]
* c-common.c (fname_as_string): Fix xcalloc to xmalloc.

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

19 years ago * decl.c (cp_make_fname_decl): Free return value from
aldyh [Fri, 28 May 2004 21:58:15 +0000 (21:58 +0000)]
* decl.c (cp_make_fname_decl): Free return value from
fname_as_string.

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

19 years ago * testsuite/g++.dg/charset/function.cc: New.
aldyh [Fri, 28 May 2004 21:56:59 +0000 (21:56 +0000)]
* testsuite/g++.dg/charset/function.cc: New.

* testsuite/gcc.dg/charset/function.c: New.

* c-decl.c (c_make_fname_decl): Free return value from
fname_as_string.

* cp/decl.c (cp_make_fname_decl): Free return value from
fname_as_string.

* c-common.c (fname_as_string): Translate if necessary.

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

19 years ago * stringpool.c: Add comments to PCH saving/restoring routines.
geoffk [Fri, 28 May 2004 21:41:42 +0000 (21:41 +0000)]
* stringpool.c: Add comments to PCH saving/restoring routines.

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

19 years ago * check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
bryce [Fri, 28 May 2004 20:52:49 +0000 (20:52 +0000)]
* check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
     UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.

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

19 years ago2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 28 May 2004 20:32:20 +0000 (20:32 +0000)]
2004-05-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-common.c (c_estimate_num_insns_1): Kill.
        (c_estimate_num_insns): Kill.
        * c-common.h (c_estimate_num_insns): Kill.

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

19 years ago2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 28 May 2004 20:18:23 +0000 (20:18 +0000)]
2004-05-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING
        when checking for _POSIX_THREAD_PRIORITY_SCHEDULING.
        Remove comment about not checking for
        _POSIX_PRIORITY_SCHEDULING.
        * gthr-posix.c: Likewise.

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

19 years ago PR c++/14668
mmitchel [Fri, 28 May 2004 20:17:18 +0000 (20:17 +0000)]
PR c++/14668
* parser.c (cp_parser_simple_type_specifier): Call
maybe_note_name_used_in_class.

PR c++/14668
* g++.dg/lookup/redecl1.C: New test.
* g++.old-deja/g++.benjamin/tem04.C: Add error marker.

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

19 years ago2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 28 May 2004 20:11:14 +0000 (20:11 +0000)]
2004-05-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING
        when checking for _POSIX_THREAD_PRIORITY_SCHEDULING.
        Remove comment about not checking for
        _POSIX_PRIORITY_SCHEDULING.
        * gthr-posix.c: Likewise.

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

19 years ago * gcj.texi (Object allocation): Remove _Jv_AllocBytes.
bryce [Fri, 28 May 2004 18:53:06 +0000 (18:53 +0000)]
* gcj.texi (Object allocation): Remove _Jv_AllocBytes.
(Mixing with C++): Document JvAllocBytes and RawDataManaged.

* gcj/cni.h (JvAllocBytes): New public CNI function. Calls
_Jv_AllocBytes.
* gnu/gcj/RawDataManaged.java: New file.
* java/lang/Thread.java (data): Declare as RawDataManaged.
* java/lang/natThread.cc (init_native): Cast natThread data to
RawDataManaged, not jobject.
* Makefile.am (ordinary_java_source_files): Add RawDataManaged.
* Makefile.in: Rebuilt.

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

19 years agoNew, from PR 14498.
dalej [Fri, 28 May 2004 17:09:22 +0000 (17:09 +0000)]
New, from PR 14498.

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

19 years agotweak
jason [Fri, 28 May 2004 17:02:05 +0000 (17:02 +0000)]
tweak

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

19 years ago PR c++/15214
jason [Fri, 28 May 2004 17:01:20 +0000 (17:01 +0000)]
    PR c++/15214
        * class.c (finish_struct_1): Warn only if the dtor is non-private or
        the class has friends.

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

19 years agogcc/ChangeLog:
bonzini [Fri, 28 May 2004 16:37:08 +0000 (16:37 +0000)]
gcc/ChangeLog:
2004-05-27  Paolo Bonzini  <bonzini@gnu.org>
    Roger Sayle  <roger@eyesopen.com>

PR rtl-optimization/15649
Add LTGT_EXPR and improve pretty-printing of unordered
comparisons.
* c-common.c (c_common_truthvalue_conversion):
Handle LTGT_EXPR.
* c-typeck.c (build_binary_op): Likewise.
* dojump.c (do_jump): Likewise.
* expr.c (expand_expr_real_1, do_store_flag): Likewise.
* predict.c (tree_predict_by_opcode): Likewise.
* real.c (real_compare): Likewise.
* tree-cfg.c (verify_expr): Likewise.
* tree-inline.c (estimate_num_insns_1): Likewise.
* tree-pretty-print.c (dump_generic_node): Likewise.
Handle ORDERED_EXPR, UNORDERED_EXPR.
(op_symbol): Print unordered comparisons differently
than ordered ones.
* tree.def (LTGT_EXPR): New '<' tree code.
* doc/c-tree.texi (Expressions): Document floating-point
comparison nodes.

Fold comparisons between floating point values.
* fold-const.c (enum comparison_code): New, from
#define'd constants.  Define compcodes for unordered
comparisons and for invalid transformations.
(invert_tree_comparison): Add "honor_nans" parameter.
(fold_truthop): Revamp to work on floating-point types too.
(comparison_to_compcode): Support unordered comparisons.
Use new enum comparison_code.
(compcode_to_comparison): Likewise.
(combine_compcodes): New function.
(invert_truthvalue): Let invert_tree_comparison decide
whether it is valid to fold the comparison.  Fold ORDERED
and UNORDERED even if flag_unsafe_math_optimizations is off,
and the remaining even if flag_unsafe_math_optimizations
is off but we are under -fno-trapping-math.
(fold_relational_const): Integer modes do not honor NaNs.

gcc/testsuite/ChangeLog:
2004-05-27  Paolo Bonzini  <bonzini@gnu.org>

* gcc.c-torture/compare-fp-1.c, gcc.c-torture/compare-fp-2.c,
gcc.c-torture/compare-fp-3.c, gcc.c-torture/compare-fp-4.c,
gcc.c-torture/compare-fp-3.x, gcc.c-torture/compare-fp-4.x,
gcc.c-torture/pr15649-1.c: New.

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

19 years ago * config/arm/arm.c (arm_output_epilogue): Remove redundant code.
pbrook [Fri, 28 May 2004 16:00:00 +0000 (16:00 +0000)]
* config/arm/arm.c (arm_output_epilogue): Remove redundant code.

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

19 years ago * config/arm/arm.c (thumb_force_lr_save): New function.
pbrook [Fri, 28 May 2004 15:44:35 +0000 (15:44 +0000)]
* config/arm/arm.c (thumb_force_lr_save): New function.
(arm_get_frame_offsets, thumb_unexpanded_epilogue,
thumb_output_function_prologue): Use it.
(thumb_expand_prologue): Set lr_save_eliminated.

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

19 years ago * config/mips/mips.md (extendsidi2): Tie the source and destination
rsandifo [Fri, 28 May 2004 10:04:48 +0000 (10:04 +0000)]
* config/mips/mips.md (extendsidi2): Tie the source and destination
of the register alternative.  Split it into nothing.

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

19 years ago * rtl.h (skip_consecutive_labels): Declare.
rsandifo [Fri, 28 May 2004 06:27:31 +0000 (06:27 +0000)]
* rtl.h (skip_consecutive_labels): Declare.
* emit-rtl.c (skip_consecutive_labels): New function.
* reorg.c (relax_delay_slots, dbr_schedule): Use it.
* jump.c (follow_jumps): Say what null return values mean.

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

19 years ago PR target/13250
kkojima [Fri, 28 May 2004 05:47:36 +0000 (05:47 +0000)]
PR target/13250
* config/sh/sh.md (rotlsi3): Use emit_move_insn.

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

19 years ago2004-05-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 28 May 2004 04:25:18 +0000 (04:25 +0000)]
2004-05-27  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/15675
* docs/html/documentation.html: Update doxygen links for 3.4.0.

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

19 years ago2004-05-27 Jan Beulich <jbeulich@novell.com>
bkoz [Fri, 28 May 2004 04:21:50 +0000 (04:21 +0000)]
2004-05-27  Jan Beulich  <jbeulich@novell.com>

* scripts/create_testsuite_files: Tweak.

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

19 years ago * config/sh/t-linux (SHLIB_MAPFILES): Use sh specific
kkojima [Fri, 28 May 2004 03:21:07 +0000 (03:21 +0000)]
* config/sh/t-linux (SHLIB_MAPFILES): Use sh specific
libgcc-std.ver.
* config/sh/libgcc-std.ver: New file.

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

19 years ago * except.c: Revert change of 2004-05-26.
bryce [Fri, 28 May 2004 01:14:02 +0000 (01:14 +0000)]
* except.c: Revert change of 2004-05-26.
* config/i386/i386.md: Revert change of 2004-05-27.

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

19 years agoDaily bump.
gccadmin [Fri, 28 May 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago2004-05-27 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Thu, 27 May 2004 20:32:20 +0000 (20:32 +0000)]
2004-05-27  Jerry Quinn  <jlquinn@optonline.net>

* java/util/SimpleTimeZone.java: Reverting my last change until I
can fix it properly.

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

19 years ago * configure.ac: Remove --enable-tree-browser option.
bryce [Thu, 27 May 2004 19:47:36 +0000 (19:47 +0000)]
* configure.ac: Remove --enable-tree-browser option.
Define TREEBROWSER when ac_tree_checking is defined.
* configure: Rebuilt.

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

19 years ago * expr.c (store_constructor): Restore sanity check on
ebotcazou [Thu, 27 May 2004 19:28:51 +0000 (19:28 +0000)]
* expr.c (store_constructor): Restore sanity check on
the size of the type before clearing.

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

19 years ago PR c++/12883
nemet [Thu, 27 May 2004 19:10:49 +0000 (19:10 +0000)]
PR c++/12883
* g++.dg/init/array14.C: New test.

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

19 years ago PR c++/12883
nemet [Thu, 27 May 2004 19:08:57 +0000 (19:08 +0000)]
PR c++/12883
* decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
TYPE_HAS_NONTRIVIAL_DESTRUCTOR based on the underlying type.

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

19 years ago * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
drow [Thu, 27 May 2004 18:20:33 +0000 (18:20 +0000)]
* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
* configure: Regenerate.

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

19 years ago2004-05-27 Vincent Celier <celier@gnat.com>
charlet [Thu, 27 May 2004 13:09:26 +0000 (13:09 +0000)]
2004-05-27  Vincent Celier  <celier@gnat.com>

* vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
COMMENTS_LAYOUT=UNTOUCHED

* symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
symbols-vms-alpha.adb

2004-05-27  Thomas Quinot  <quinot@act-europe.fr>

* sem.ads: Clarify documentation on checks suppression.

* einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.

2004-05-27  Ed Schonberg  <schonberg@gnat.com>

* sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
the case of multiple derivations.
(Is_Object_Reference): For a selected component, verify that the prefix
is itself an object and not a value.

* sem_ch12.adb (Same_Instantiated_Constant): New name for
Same_Instantiated_Entity.
(Same_Instantiated_Variable): Subsidiary to
Check_Formal_Package_Instance, to recognize actuals for in-out generic
formals that are obtained from a previous formal package.
(Instantiate_Subprogram_Body): Emit proper error when
generating code and the proper body of a stub is missing.

* sem_ch4.adb (Remove_Address_Interpretations): If the operation still
has a universal interpretation, do the disambiguation here.

* exp_ch4.adb (Expand_N_Type_Conversion,
Expand_N_Unchecked_Type_Conversion): Special handling when target type
is Address, to avoid typing anomalies when Address is a visible integer
type.

* exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
to determine whether a subprogram should not be marked Pure, even when
declared in a pure package.

2004-05-27  Jose Ruiz  <ruiz@act-europe.fr>

* gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.

* gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
Update the documentation about the Ravenscar profile, following the
definition found in AI-249.

* sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
setting the Profile (Ravenscar). This must be done in addition to
setting the required restrictions.

* rtsfind.ads: Add the set of operations defined in package
Ada.Interrupts.

* exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
restriction.

2004-05-27  Eric Botcazou  <ebotcazou@act-europe.fr>

lang-specs.h: Always require -c or -S and always redirect to /dev/null
if -gnatc or -gnats is passed.

2004-05-27  Hristian Kirtchev  <kirtchev@gnat.com>

* sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
a significant reference. Warnings are now properly emitted when a
discriminated type is not referenced.

* lib-xref.adb (Generate_Reference): A deferred constant completion,
record representation clause or record type discriminant does not
produce a reference to its corresponding entity. Warnings are now
properly emitted when deferred constants and record types are not
referenced.

2004-05-27  Geert Bosch  <bosch@gnat.com>

* Makefile.in: Use long version of libm routines on ia64 gnu/linux.
Fixes ACATS Annex G tests.

2004-05-27  Robert Dewar  <dewar@gnat.com>

* rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
handling WITH

2004-05-27  Arnaud Charlet  <charlet@act-europe.fr>

* s-interr.adb (Server_Task): Take into account case of early return
from sigwait under e.g. linux.

2004-05-27  Sergey Rybin  <rybin@act-europe.fr>

* gnat_ugn.texi: Add description for the new gnatpp options:
 -rnb - replace the original source without creating its backup copy
 -c0 - do not format comments

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

19 years ago * decl.c (struct binding_level): Add GTY marker. Compile
bryce [Thu, 27 May 2004 13:05:34 +0000 (13:05 +0000)]
* decl.c (struct binding_level): Add GTY marker. Compile
binding_depth unconditionally.
(current_binding_level, free_binding_level, global_binding_level):
Likewise.
(clear_binding_level): Unconditionally set binding_depth.
(make_binding_level): Use ggc_alloc_cleared, not xmalloc.

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

19 years agoPR fortran/15234
tobi [Thu, 27 May 2004 13:05:23 +0000 (13:05 +0000)]
PR fortran/15234
* intrinsics/associated.c: Remove enum.
(associated): Replace TRUE/FALSE by 1/0.

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

19 years ago * cfgbuild.c (control_flow_insn_p): Notice noreturn call
hubicka [Thu, 27 May 2004 12:56:30 +0000 (12:56 +0000)]
* cfgbuild.c (control_flow_insn_p):  Notice noreturn call

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

19 years ago* gfortran.h (gfc_current_locus, gfc_set_locus): Remove.
tobi [Thu, 27 May 2004 12:35:12 +0000 (12:35 +0000)]
* gfortran.h (gfc_current_locus, gfc_set_locus): Remove.
(gfc_current_locus): Declare new global variable.
* scanner.c (gfc_current_locus, gfc_set_locus): Remove.
(gfc_current_locus1): Rename ...
(gfc_current_locus): ... to this.
(gfc_at_eof, gfc_at_bol, gfc_at_eol, gfc_advance_line, next_char,
skip_fixed_comments, skip_free_comments, gfc_next_char_literal,
gfc_peek_char, gfc_gobble_whitespace, gfc_new_file): Use
gfc_current_locus instead of gfc_current_locus1, gfc_set_locus()
and gfc_current_locus(), respectively.
* array.c (match_subscript, gfc_match_array_ref, match_array_list,
match_array_cons_element, gfc_match_array_constructor):
Read/modify gfc_current_locus instead of calling gfc_set_locus()
and gfc_current_locus().
* decl.c (gfc_match_null, variable_decl, gfc_match_kind_spec,
match_attr_spec, gfc_match_function_decl, gfc_match_end,
attr_decl1, gfc_match_save): Likewise.
* error.c (error_print, gfc_internal_error): Likewise.
* expr.c (gfc_int_expr, gfc_default_logical_kind): Likewise.
* interface.c (gfc_add_interface): Likewise.
* io.c (gfc_match_format, match_dt_format, match_dt_element,
match_io_iterator, match_io): Likewise.
* match.c (gfc_match_space, gfc_match_eos,
gfc_match_small_literal_int, gfc_match_st_label,
gfc_match_strings, gfc_match_name, gfc_match_iterator,
gfc_match_char, gfc_match, gfc_match_assignment,
gfc_match_pointer_assignment, gfc_match_if, gfc_match_do,
gfc_match_nullify, gfc_match_call, match_implicit_range,
gfc_match_implicit, gfc_match_data, match_case_selector,
gfc_match_case, match_forall_iterator): Likewise.
* matchexp.c (gfc_match_defined_op_name, next_operator,
match_level_1, match_mult_operand, match_ext_mult_operand,
match_add_operand, match_ext_add_operand, match_level_2,
match_level_3, match_level_4, match_and_operand, match_or_operand,
match_equiv_operand, match_level_5, gfc_match_expr): Likewise.
* module.c (gfc_match_use, mio_array_ref, mio_expr): Likewise.
* parse.c (match_word, decode_statement, next_free, next_fixed,
add_statement, verify_st_order, parse_if_block, gfc_parse_file):
Likewise.
* primary.c (match_digits, match_integer_constant,
match_boz_constant, match_real_constant, match_substring,
next_string_char, match_charkind_name, match_string_constant,
match_logical_constant, match_const_complex_part,
match_complex_constant, match_actual_arg, match_keyword_arg,
gfc_match_actual_arglist, gfc_match_structure_constructor,
gfc_match_rvalue, gfc_match_variable): Likewise.
* st.c (gfc_get_code): Likewise.
* symbol.c (check_conflict, check_used, check_done,
duplicate_attr, add_flavor, gfc_add_procedure, gfc_add_intent,
gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.

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

19 years ago2004-05-27 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 27 May 2004 12:26:13 +0000 (12:26 +0000)]
2004-05-27  Michael Koch  <konqueror@gmx.de>

* javax/swing/JPopupMenu.java
(isVisible): Do not use visible directly.
(setVisible): Likewise.
* javax/swing/JWindow.java
(JWindow): call accessible constructor.
* javax/swing/RepaintManager.java
(paintDirtyRegions): Use public methods to obtain iterator.

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

19 years ago2004-05-25 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 27 May 2004 08:28:31 +0000 (08:28 +0000)]
2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

        * combine.c (gen_binary): Remove.
        (known_cond, simplify_shift_const
        find_split_point, combine_simplify_rtx,
        simplify_if_then_else, simplify_set,
        simplify_logical, expand_field_assignment,
        extract_left_shift, force_to_mode,
        if_then_else_cond, apply_distributive_law,
        simplify_and_const_int, simplify_shift_const,
        gen_lowpart_for_combine, simplify_comparison,
        reversed_comparison): Replace with
        simplify_gen_binary, simplify_gen_relational or
        distribute_and_simplify_rtx.
        (distribute_and_simplify_rtx): New function.
        * simplify-rtx.c (simplify_binary_operation):
        Use nonzero_bits to simplify ANDs where we are
        turning off bits already known to be off in OP0.

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

19 years ago PR target/14478
amodra [Thu, 27 May 2004 07:41:50 +0000 (07:41 +0000)]
PR target/14478
* config/rs6000/rs6000.c (reg_or_neg_short_operand): Don't allow zero.

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

19 years ago2004-05-25 David Jee <djee@redhat.com>
graydon [Thu, 27 May 2004 06:17:44 +0000 (06:17 +0000)]
2004-05-25  David Jee  <djee@redhat.com>

* java/awt/Container.java
(remove): Set component's parent to null only after we removed the
component from its parent's layout manager.

2004-05-25  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java
(GtkComponentPeer): Set bounds regardless of whether awtComponent
is valid.
* gnu/java/awt/peer/gtk/GtkListPeer.java
(getSize): Change native method declaration.
(minimumSize): Pass visible row count into getSize().
(preferredSize): Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c
(Java_gnu_java_awt_peer_gtk_GtkListPeer_getSize): Use scroll window's
natural size. Use visible row count to determine the final height
value to return.

2004-05-21  Graydon Hoare  <graydon@redhat.com>

* gnu/java/awt/peer/gtk/GdkGraphics2D.java
(setClip): Minor correction to order of operations.

* javax/swing/JScrollPane.java: Extend sketchy implementation.
* javax/swing/ScrollPaneLayout.java: Likewise.
* javax/swing/JViewPort.java: Likewise.
* javax/swing/ViewportLayout.java: Likewise.

* javax/swing/JComponent.java: Rewrite.
* javax/swing/RepaintManager.java: Likewise.

* javax/swing/JLayeredPane.java: Change validate() to revalidate().
* javax/swing/JList.java
(setSelectedIndices):
(getSelectedIndices):
(getSelectedValues): New functions.
(getPreferredScrollableViewportSize): Return preferred size.
(getScrollableUnitIncrement):
(getScrollableBlockIncrement): Initial implementations.
* javax/swing/JRootPane.java: Clean up slightly.
(getUI):
(setUI):
(updateUI):
(getUIClassID):
(isValidateRoot): Add overrides from JComponent.
* javax/swing/JScrollBar.java: Set default orientation to VERTICAL.
* javax/swing/UIManager.java (getDimension): Return the dimension.

* javax/swing/plaf/basic/BasicButtonUI.java: Set component opaque.
* javax/swing/plaf/basic/BasicLabelUI.java: Likewise.
* javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise.
* javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise.
* javax/swing/plaf/basic/BasicSliderUI.java: Likewise.
* javax/swing/plaf/basic/BasicTabbedPaneUI.java: Likewise.
* javax/swing/plaf/basic/BasicRootPaneUI.java:
Likewise, and set background.
* javax/swing/plaf/basic/BasicListUI.java:
Likewise, and improve a bit.
* javax/swing/plaf/basic/BasicScrollBarUI.java:
Likewise, and adjust calculations.
* javax/swing/plaf/basic/BasicViewportUI.java:
Likewise, and improve a bit.
* javax/swing/plaf/basic/BasicLookAndFeel.java
(Button.margin): Shrink.

* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c:
Hack to set horizontal always, workaround pango.

* jni/gtk-peer/gtkcairopeer.h: Change to match pattern API.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c:
Synchronize more often, check cairo status after ops,
handle changes to cairo pattern API, check for disposal.

2004-05-21  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/plaf/basic/BasicMenuItemUI.java:
(BasicMenuItemUI): Create propertyChangeListener.
(getPath):Implemented.
(installListeners): Add propertyChangeListener to menuItem.
(uninstallListeners): Remove propertyChangeListener from menuItem.
(update): Implemented.
* javax/swing/plaf/basic/BasicMenuUI.MouseInputHandler:
(mouseEntered): Take insets of popup menu into account when
calculating position of popup menu.

2004-05-18  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/JMenuBar.java:
Started implementation.
* javax/swing/JPopupMenu.java:
(setVisible): Fixed location of lightweight/mediumweight
popup menu.
(show): Fixed location of PopupMenu.
* javax/swing/plaf/basic/BasicMenuBarUI.java:
New file. UI Delegate for JMenuBar.
* javax/swing/plaf/basic/BasicMenuUI.MouseInputHandler:
(mouseEntered): Corrected position of the submenu.

2004-05-18  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: Remove calls
to _gtk_accel_group_attach.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c:
Likewise.

* gnu/java/awt/peer/gtk/GtkButtonPeer.java: Give gtkSetFont
package access.  Don't override setFont.
* gnu/java/awt/peer/gtk/GtkCheckboxPeer.java: Likewise.
* gnu/java/awt/peer/gtk/GtkComponentPeer.java: Give
gtkWidgetRequestFocus package access.
* gnu/java/awt/peer/gtk/GtkLabelPeer.java: Don't override
setFont.
* gnu/java/awt/peer/gtk/GtkListPeer.java: Override gtkSetFont.
Give gtkWidgetRequestFocus package access.
* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java: Give
gtkWidgetRequestFocus package access.  Don't override setFont.
* gnu/java/awt/peer/gtk/GtkTextFieldPeer.java: Don't override
setFont.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c
(gtkSetLabel): Move call to gtk_bin_get_child into GDK critical
region.
(gtkSetFont): Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c (gtkSetFont):
Implement.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
(gtkSetFont): Whitespace fix.

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(gtkWidgetSetUsize): Remove method.

2004-05-18  David Jee  <djee@redhat.com>

* java/awt/image/MemoryImageSource.java
(newPixels(int,int,int,int,boolean)): Set only the specified
rectangle of pixels.
(newPixels(byte[],ColorModel,int,int)): Implement.
(newPixels(int[],ColorModel,int,int)): Implement.

2004-05-18  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/JMenu.java: Started
implementation.
* javax/swing/JPopupMenu.java:
(insert): If specified index is -1, then
add component at the end.
(isPopupTrigger): Reimplemented.
(JPopupMenu.LightWeightPopup): setBounds
of the lightWeightPopup before adding it
to the layeredPane.
(javax/swing/plaf/basic/BasicIconFactory.java):
(getMenuArrowIcon): Implemented.
* javax/swing/plaf/basic/BasicMenuItemUI.java:
(getPreferredSize): Add size of the arrow icon
if this menu item is instance of JMenu.
(paintMenuItem): Paint arrow icon if this
menu item is a submenu.
* javax/swing/plaf/basic/BasicMenuUI.java:
New File. UI Delegate for JMenu.

2004-05-17  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java (postKeyEvent):
Post KEY_TYPED events.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(generates_key_typed_event): Remove function.

2004-05-17  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/JRootPane.java
(JRootPane.RootLayout): Reimplemented to
set bounds of contentPane and menuBar.
(setJMenuBar): Add menu bar to the layered pane.
(createLayeredPane): Set layout of layeredPane
to null.
* javax/swing/JLayeredPane.java:
(addImpl): Calculate index of the component in the
layeredPane according to the specified position within
the layer.

2004-05-17  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkImagePainter.java
(setPixels): Change color model to the default model after
converting pixels.
* java/awt/image/MemoryImageSource.java
(newPixels): Set only the specified rectangle of pixels.

2004-05-13  Thomas Fitzsimmons  <fitzsim@redhat.com>

* libgcj.spec.in (lib): Add -l-java-awt -l-java-applet
-l-java-beans -l-javax-accessibility -l-javax-swing.

* java/awt/AWTEvent.java (toString): Print source's name rather
than the source itself.

2004-05-12  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkToolkit.java (loadSystemColors): Make
native.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
(gdk_color_to_java_color): New function.
* jni/gtk-peer/gtkpeer.h: Add SystemColor defines.

2004-05-12  David Jee  <djee@redhat.com>

* java/awt/image/RGBImageFilter.java:
Initialize origmodel as null.
(makeColor): Fix pixel component order.
(filterRGBPixels): Fix pixel iteration.
(setPixels): Add extra checks for index color model. Convert pixels
to default color model if necessary.
(convertColorModelToDefault): New override method for byte pixels.
(convertColorModelToDefault): For int pixels, fix pixel iteration.
(makeColorbyDefaultCM): New override method for byte pixels.
(makeColorbyDefaultCM): For int pixel, add color model as argument.
(makeColor): Fix pixel component order.

2004-05-11  Kim Ho  <kho@redhat.com>

* javax/swing/Box.java:
Comment out more parts of Box.Filler.

2004-05-11  Kim Ho  <kho@redhat.com>

* javax/swing/Box.java:
Remove reference to AccessibleAWTComponent so
it compiles again.

2004-05-10  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkListPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: Update
implementation of list peer to use GtkTreeView instead of
deprecated GtkCList.

2004-05-07  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java
(gtkWidgetDispatchKeyEvent): Remove keyChar parameter.
(handleEvent): Remove keyChar argument to
gtkWidgetDispatchKeyEvent calls.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Fix
compiler warnings.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c:
Likewise.

2004-05-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java
(gtkWidgetRequestFocus): Mark protected.
(GtkComponentPeer): Only set the peer's bounds if its component
is valid.
* java/awt/Component.java (static): Set the default keyboard
focus manager.
(requestFocus(), requestFocus(boolean), requestFocusInWindow(),
requestFocusInWindow(temporary)): Don't request focus if the
component is not showing.  Get tree lock before traversing
component hierarchy.
* java/awt/DefaultKeyboardFocusManager.java (dispatchEvent):
Only set the global focus owner if it is not a Window.
(processKeyEvent): Consume keystrokes associated with the focus
traversal keystroke.
(focusPreviousComponent, focusNextComponent, upFocusCycle,
downFocusCycle): Call requestFocusInWindow instead of
requestFocus.
* java/awt/EventDispatchThread.java (run): Move setting of
default keyboard focus manager to Component.java.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(awt_keycode_to_keysym): New function.
(gtkWidgetDispatchKeyEvent): Finish implementation.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(pre_event_handler): Add FIXME comment.

* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
(gtkWidgetRequestFocus): New method.
* java/awt/TextArea.java (TextArea): Set focus traversal keys to
disable Tab and Shift-Tab keystrokes.
(addNotify, appendText, insertText, replaceText): Simplify peer
retrieval code.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c
(connectSignals): Remove connections to "commit" signals.
Remove C++-style comments.

* gnu/java/awt/peer/gtk/GtkButtonPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c
(handleEvent): Activate GTK button when the space bar key is
pressed.
(gtkActivate): New method.

2004-05-06  David Jee  <djee@redhat.com>

* java/awt/image/CropImageFilter.java
(setPixels): Implement for byte array pixels.
* java/awt/image/ReplicateScaleFilter.java
(setPixels): Implement for byte array pixels.
(replicatePixels): Overload for byte array pixels.

2004-05-06  Kim Ho  <kho@redhat.com>

* javax/swing/Box.java:
(getAccessibleContext): Return an instance of the
correct class.

2004-05-05  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GdkGraphics.java
(drawImage): When component is null, use SystemColor.window as
the default bgcolor.
* gnu/java/awt/peer/gtk/GtkImage.java
(setPixels): We can avoid iterating through the pixel rows only
when height is 1.
* java/awt/Image.java
(getScaledInstance): Partially implement.
* java/awt/image/CropImageFilter.java
(setProperties): Fix "filter" property.
(setPixels): Implement.
* java/awt/image/ReplicateScaleFilter.java
(setDimensions): Use scaled dimensions.
(setPixels): Implement.
(replicatePixels): New method.

2004-05-05  David Jee  <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkImagePainter.java
(convertPixels): If either pixels or model is null, return null.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c
(Java_gnu_java_awt_peer_gtk_GtkImagePainter_drawPixels): If jpixels
is null, do nothing and return.

2004-05-03  Kim Ho  <kho@redhat.com>

* gnu/java/awt/peer/gtk/GtkDialogPeer.java:
(getGraphics): Like GtkFramePeer, the Graphics
object needs to be translate to account for
window decorations.
(postMouseEvent): New method. Account for
translation.
(postExposeEvent): ditto.
* javax/swing/Box.java: Stubbed.
* javax/swing/JDialog.java: Ran through jalopy
to fix indentation.
(JDialog): Call SwingUtilities' getOwnerFrame
for null owners.
(setLayout): Check isRootPaneCheckingEnabled
* javax/swing/JOptionPane.java: Re-implemented.
* javax/swing/SwingUtilities.java:
(getOwnerFrame): Static method to grab a default
owner frame for Dialogs that don't specify owners.
* javax/swing/event/SwingPropertyChangeSupport.java:
(firePropertyChange): Fix early exit condition.
* javax/swing/plaf/basic/BasicLabelUI.java:
(paint): Avoid painting text if it is null
or empty.
* javax/swing/plaf/basic/BasicOptionPaneUI.java:
Implement.

2004-05-03  Olga Rodimina  <rodimina@redhat.com>

* Makefile.am: Added new file.
* Makefile.in: Regenerate.
* javax/swing/JPopupMenu.java:
Started implementation.
* javax/swing/JWindow.java
(JWindow): call super() if parent for window
is not specified.
* javax/swing/plaf/basic/BasicPopupMenuUI.java:
New File. UI Delegate for JPopupMenu.

2004-04-30  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/JApplet.java: Indicated that JApplet
implements RootPaneContainer and made method of this
interface public.
* javax/swing/JFrame.java: Ditto.
* javax/swing/JWindow.java: Ditto.

2004-04-29  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
(nativeSetBounds): Call gdk_window_move in addition to
gtk_window_move.

* java/applet/Applet.java (preferredSize): Call parent's
preferredSize if the applet stub is null.
(minimumSize): Likewise for parent's minimumSize.

2004-04-27  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/JMenuItem.java
(createActionPropertyChangeListener): Implemented.
(processMouseEvent): Ditto.
(fireMenuDragMouseEntered): Ditto.
(fireMenuDragMouseExited): Ditto.
(fireMenuDragMouseDragged): Ditto.
(fireMenuDragMouseReleased): Ditto.
(menuSelectionChanged): Ditto.
(getSubElements): Ditto.
(getComponent): Ditto.
(addMenuDragMouseListener): Ditto.
(removeMenuDragMouseListener):Ditto.
(addMenuKeyListener): Ditto.
(removeMenuKeyListener): Ditto.
* javax/swing/plaf/basic/BasicMenuItemUI.java
(doClick): Imlemented.
* javax/swing/plaf/basic/BasicMenuItemUI.MouseInputHandler:
Don't handle mouse events here. Pass them to
MenuSelectionManager.

2004-04-26  Olga Rodimina  <rodimina@redhat.com>
Used correct version of jalopy configuration
file to fix style in the files below.

2004-04-26  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/JCheckBoxMenuItem.java:
Fixed style and removed unnecessary comments.
* javax/swing/JMenuItem.java: Ditto.
* javax/swing/JRadioButtonMenuItem.java: Ditto.
* javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java: Ditto.
* javax/swing/plaf/basic/BasicMenuItemUI.java: Ditto.
* javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: Ditto.

2004-04-23  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu_java_awt_peer_gtk_GtkWindowPeer.c: Change FIXME comment to
C-style.

* gnu_java_awt_peer_gtk_GtkWindowPeer.c: Add FIXME comment.

* java/awt/ContainerOrderFocusTraversalPolicy.java
(getComponentAfter): Start from current component and work up
the component hierarchy until an acceptable component is found.
Synchronize on tree lock.
(getComponentBefore): Likewise.

2004-04-22  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java: Remove
focus-related debugging messages.
* java/awt/DefaultKeyboardFocusManager.java: Likewise.
* java/awt/EventDispatchThread.java: Likewise.
* java/awt/KeyboardFocusManager.java: Likewise.
* java/awt/Window.java: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise.

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Change
new C++-style comments to C-style comments.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise.

* gnu/java/awt/peer/gtk/GtkComponentPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(handleEvent): Dispatch key press and key release events to
backing widget.
(requestFocus): Post a FOCUS_GAINED event to the event queue.
(gtkWidgetRequestFocus): New method.
(gtkWidgetDispatchKeyEvent): Likewise.
* java/awt/Component.java (requestFocus, requestFocus(boolean),
requestFocusInWindow, requestFocusInWindow(boolean),
getFocusCycleRootAncestor, nextFocus, transferFocus,
transferFocusBackward, transferFocusUpCycle, hasFocus,
isFocusOwner): Implement and document focus-handling methods.
(setFocusTraversalKeys): Inherit focus traversal keys when
keystrokes argument is null.  Fix focus-handling documentation
throughout class.
* java/awt/Container.java (setFocusTraversalKeys,
getFocusTraversalKeys, areFocusTraversalKeysSet,
isFocusCycleRoot, setFocusTraversalPolicy,
getFocusTraversalPolicy, isFocusTraversalPolicySet,
setFocusCycleRoot, isFocusCycleRoot, transferFocusDownCycle):
Implement and document focus-handling methods.
(transferFocusBackward): Remove method.
(readObject, writeObject): Implement and document serialization
methods.
* java/awt/ContainerOrderFocusTraversalPolicy.java: Implement
and document.
* java/awt/DefaultFocusTraversalPolicy.java: Implement and
document.
* java/awt/DefaultKeyboardFocusManager.java: Implement and
partially document.
* java/awt/EventDispatchThread.java (run): Set default keyboard
focus manager.  Attempt to dispatch each event to the keyboard
focus manager before normal dispatch.
* java/awt/KeyboardFocusManager.java: Implement and partially
document.
* java/awt/Window.java (Window): Set focusCycleRoot to true.
(show): Focus initial component when window is shown for the
first time.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(pre_event_handler): Replace complex key press and key release
logic with simple callbacks into GtkComponentPeer.
* jni/gtk-peer/gtkpeer.h: Fix FOCUS_GAINED/FOCUS_LOST reversal.

2004-04-21  Olga Rodimina  <rodimina@redhat.com>

* javax/swing/MenuSelectionManager.java
(componentForPoint): Added new method.
(defaultManager): New Method. Implemented.
(getSelectedPath): Ditto.
(isComponentPartOfCurrentMenu): Ditto.
(processKeyEvent): Added new method.
(processMouseEvent): New Method. Implemented.
(setSelectedPath): Ditto.
(getPath): Ditto.

2004-04-19  Kim Ho  <kho@redhat.com>

* java/awt/Container.java:
(remove): Set the component's parent to null.
(getComponentAt): Implement.
* javax/swing/JComponent.java:
(JComponent): Initialize defaultLocale
(getDefaultLocale): Implement.
(setDefaultLocale): ditto.
* javax/swing/JSlider.java:
(JSlider): Fix calculation of value.
* javax/swing/JSplitPane.java: Implement.
* javax/swing/plaf/basic/BasicLookAndFeel.java:
Change SplitPane's default divider size.
* javax/swing/plaf/basic/BasicScrollBarUI.java:
(paint): Remove unused code.
* javax/swing/plaf/basic/BasicSplitPaneDivider.java:
Added comments and ran through jalopy.
(setBasicSplitPaneUI): Get reference to hidden divider
and set up one touch buttons if necessary.
(setBorder): Fire propertyChangeEvent only if
borders are different.
(getPreferredSize): Defer to layout manager.
(propertyChange): Implement.
(oneTouchExpandableChanged): ditto.
(createLeftOneTouchButton): Use BasicArrowButton.
(createRightOneTouchButton): ditto.
(moveDividerTo): New method. Moves the divider
to a set location based on the last divider location.
(BasicSplitPaneDivider::MouseHandler): Implement.
(BasicSplitPaneDivider::OneTouchButton): Removed.
(BasicSplitPaneDivider::DragController): Implement.
(BasicSplitPaneDivider::VerticalDragController):
ditto.
(BasicSplitPaneDivider::DividerLayout): ditto.
* javax/swing/plaf/basic/BasicSplitPaneUI.java: Reimplement.
* javax/swing/plaf/basic/BasicTabbedPaneUI.java:
(calculateLayoutInfo): Don't show component if it's
null.
(paintTab): Fix title paint logic.

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

19 years ago PR middle-end/14084
zlomek [Thu, 27 May 2004 04:28:12 +0000 (04:28 +0000)]
PR middle-end/14084
* emit-rtl.c (gen_rtx_REG_offset): Adjust the offset according
to size of decl.

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

19 years ago2004-05-26 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Thu, 27 May 2004 02:08:34 +0000 (02:08 +0000)]
2004-05-26  Jerry Quinn  <jlquinn@optonline.net>

PR libgcj/8321
* java/util/SimpleTimeZone.java (serialVersionOnStream): Bump to 2.
(setStartRule,setEndRule): Don't take abs of day number.
(getOffset): Clarify docs.  Add argument checks.
(isBefore): Take abs of day number in DOW_LE_DOM_MODE.
(equals,hasSameRules,toString,readObject): Use startTimeMode and
endTimeMode.
* testsuite/libjava.mauve/xfails
(gnu.testlet.java.util.SimpleTimeZone.check12): XFAIL test 22.

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

19 years agoDaily bump.
gccadmin [Thu, 27 May 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago PR/14924
aldyh [Wed, 26 May 2004 23:58:33 +0000 (23:58 +0000)]
PR/14924
* config/rs6000/rs6000.c (spe_expand_stv_builtin): New.

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

19 years ago * io.c (format_asterisk): Silence compiler warnings by correcting
sayle [Wed, 26 May 2004 23:49:00 +0000 (23:49 +0000)]
* io.c (format_asterisk): Silence compiler warnings by correcting
the number of elements of a "locus" initializer.

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

19 years ago * tree.h: Fix comment typo.
sayle [Wed, 26 May 2004 23:22:04 +0000 (23:22 +0000)]
* tree.h: Fix comment typo.

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

19 years ago * gimplify.c (compare_case_labels): New function.
steven [Wed, 26 May 2004 22:36:49 +0000 (22:36 +0000)]
* gimplify.c (compare_case_labels): New function.
(gimplify_switch_expr): Sort case labels, and make sure the
last label in the label vector is the default case.
* tree-cfg.c (group_case_labels): New function.
(build_tree_cfg): Cleanup redundant labels and group case labels
before creating edges.
(cleanup_dead_labels): Handle GOTO_EXPRs.
(find_case_label_for_value): Use a binary search to find the
case label for the given value.
* tree-gimple.c: Mention that labels are sorted, and that the
last label must be the default.

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

19 years ago * cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables.
hubicka [Wed, 26 May 2004 22:30:19 +0000 (22:30 +0000)]
* cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables.

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

19 years ago * i386.md (UNSPECV_EH_RETURN): Kill.
hubicka [Wed, 26 May 2004 22:19:40 +0000 (22:19 +0000)]
* i386.md (UNSPECV_EH_RETURN): Kill.
(eh_return): Use jump_insn.
(eh_return_si, eh_return_di): Change pattern to jump instruction.

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

19 years ago * lex.c (java_new_lexer): Set 'encoding'.
bryce [Wed, 26 May 2004 18:45:26 +0000 (18:45 +0000)]
* lex.c (java_new_lexer): Set 'encoding'.
(java_read_char): Improve error message for unrecognized characters.
* lex.h (struct java_lexer): New field 'encoding'.

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

19 years ago * fr.po: Update.
jsm28 [Wed, 26 May 2004 09:20:56 +0000 (09:20 +0000)]
* fr.po: Update.

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

19 years ago * cfgcleanup.c (try_forward_edges): Do not check loop structure when
hubicka [Wed, 26 May 2004 09:12:45 +0000 (09:12 +0000)]
* cfgcleanup.c (try_forward_edges):  Do not check loop structure when
not loop optimizing.
(try_optimize_cfg): Do not merge across jumptables.

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

19 years ago * except.c (can_throw_internal): Notice RESX instructions.
hubicka [Wed, 26 May 2004 09:03:23 +0000 (09:03 +0000)]
* except.c (can_throw_internal):  Notice RESX instructions.

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

19 years ago2004-05-26 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 26 May 2004 06:58:53 +0000 (06:58 +0000)]
2004-05-26  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/15651
* configure.ac: Fix m4 quoting when picking
the size of HOST_WIDE_INT.
* configure: Regenerate.

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

19 years ago * varasm.c (output_constant) <INTEGER_TYPE>: Pass the minimum
ebotcazou [Wed, 26 May 2004 05:56:16 +0000 (05:56 +0000)]
* varasm.c (output_constant) <INTEGER_TYPE>: Pass the minimum
of the two sizes to assemble_integer.

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

19 years ago PR fortran/13912
sayle [Wed, 26 May 2004 02:35:29 +0000 (02:35 +0000)]
PR fortran/13912
* matchexp.c: Allow unary operators after arithmetic operators
as a GNU extension.
(match_ext_mult_operand, match_ext_add_operand): New functions.
(match_mult_operand): Tweak to call match_ext_mult_operand.
(match_add_operand): Tweak to call match_ext_mult_operand.
(match_level_2): Rearrange to call match_ext_add_operand.

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

19 years ago2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 26 May 2004 01:21:46 +0000 (01:21 +0000)]
2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure.ac (includedir): Rename to ...
        (includedirname).
        * Makefile.in: s/includedir/includedirname/.

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

19 years agoDaily bump.
gccadmin [Wed, 26 May 2004 00:16:43 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 25 May 2004 22:39:02 +0000 (22:39 +0000)]
2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/11572
        * configure.ac (includedir): Set to "include"
        except for Darwin.
        (libext) Set to empty except for Darwin.
        * configure: Regenerate
        * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
        s/include/$(includedir)/g.

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

19 years ago * config/arm/arm.c (thumb_exit, thumb_unexpanded_epilogue): Remove
pbrook [Tue, 25 May 2004 21:43:53 +0000 (21:43 +0000)]
* config/arm/arm.c (thumb_exit, thumb_unexpanded_epilogue): Remove
pointless #ifdef.

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

19 years ago2004-05-25 Janis Johnson <janis187@us.ibm.com>
janis [Tue, 25 May 2004 21:04:50 +0000 (21:04 +0000)]
2004-05-25  Janis Johnson  <janis187@us.ibm.com>

* lib/compat.exp (compat-get-options-main): New.
(compat-get-options): Remove unneeded code, warn for ignored
command.
(compat-execute): Check flag set by dg-require-* commands.

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

19 years ago * lib/compat.exp (compat-execute): Break up long lines.
janis [Tue, 25 May 2004 20:55:10 +0000 (20:55 +0000)]
* lib/compat.exp (compat-execute): Break up long lines.

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

19 years agogcc/ChangeLog:
bonzini [Tue, 25 May 2004 20:16:56 +0000 (20:16 +0000)]
gcc/ChangeLog:

2004-04-25  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.in (top_builddir): Define to .

intl/ChangeLog:

2004-04-25  Paolo Bonzini  <bonzini@gnu.org>

        * configure.ac: Point config.intl to the parent directory of
        ${top_builddir}.
* configure: Regenerate.

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

19 years ago* configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
aoliva [Tue, 25 May 2004 19:46:49 +0000 (19:46 +0000)]
* configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
top-level detects, except when in-tree ld is being cross-built.
(gcc_cv_as): Likewise for as.  Use AS_FOR_TARGET otherwise, and
then AS only if target is host.
* configure: Rebuilt.

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

19 years ago * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
drow [Tue, 25 May 2004 19:37:26 +0000 (19:37 +0000)]
* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
targets.
* Makefile.in: Regenerate.

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

19 years ago * Makefile.in: Add .NOEXPORT.
drow [Tue, 25 May 2004 19:37:02 +0000 (19:37 +0000)]
* Makefile.in: Add .NOEXPORT.

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

19 years ago2004-05-25 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Tue, 25 May 2004 19:15:07 +0000 (19:15 +0000)]
2004-05-25  Vladimir Makarov  <vmakarov@redhat.com>

* global.c (global_alloc): Call make_accurate_live_analysis.
(record_one_conflict): Remove dead code.
(mark_reg_clobber): Remove ATTRIBUTE_UNUSED for parameter data.
(bb_info): New structure.
(BB_INFO, BB_INFO_BY_INDEX): New macros.
(allocate_bb_info, free_bb_info, mark_reg_change,
calculate_local_reg_bb_info, set_up_bb_rts_numbers, rpost_cmp,
modify_bb_reg_pav, calculate_reg_pav,
make_accurate_live_analysis): New functions.

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