Jason Merrill
5f7262e693
re PR c++/9537 ([New parser] problem handling const return types)
...
PR c++/9537
* call.c (conditional_conversion): Build an RVALUE_CONV if
we're just changing the cv-quals.
(build_conditional_expr): Don't call convert to change
cv-quals.
From-SVN: r66502
2003-05-05 17:11:13 -04:00
Aldy Hernandez
9938b5d971
simd-6.c: New.
...
2003-05-05 Aldy Hernandez <aldyh@redhat.com>
* testsuite/gcc.c-torture/compile/simd-6.c: New.
* c-typeck.c (digest_init): Handle arrays of vector constants.
From-SVN: r66501
2003-05-05 20:31:45 +00:00
Michael Koch
e5f3cd6b64
2003-05-05 Michael Koch <konqueror@gmx.de>
...
* java/net/NetworkInterface.java
(networkInterfaces): Removed.
(getByName): Use getRealNetworkInterfaces() instead of
networkInterfaces.
(getByInetAddress): Likewise.
(getNetworkInterfaces): Likewise.
(toString): Fix output of addresses of an interface.
From-SVN: r66500
2003-05-05 20:18:31 +00:00
Geoffrey Keating
bc9ec0e06b
rs6000.c (validate_condition_mode): Use flag_finite_math_only.
...
2003-05-05 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (validate_condition_mode): Use
flag_finite_math_only.
(rs6000_reverse_condition): Never return UNKNOWN; use
flag_finite_math_only.
(rs6000_generate_compare): Use flag_finite_math_only.
(rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
Index: testsuite/ChangeLog
2003-05-05 Geoffrey Keating <geoffk@apple.com>
* gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
* gcc.dg/ppc-fsel-2.c: New test.
From-SVN: r66499
2003-05-05 19:33:52 +00:00
Jakub Jelinek
e3e9f10846
builtins.c (expand_builtin_mempcpy): New function.
...
* builtins.c (expand_builtin_mempcpy): New function.
(expand_builtin_stpcpy): Optimize stpcpy whose return value is
ignored into strcpy no matter what arguments it has.
(expand_builtin) <case BUILT_IN_MEMPCPY>: Call
expand_builtin_mempcpy.
* gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
From-SVN: r66498
2003-05-05 21:31:35 +02:00
Aldy Hernandez
6035d635b5
20030505.c: New.
...
2003-05-05 Aldy Hernandez <aldyh@redhat.com>
* testsuite/gcc.dg/20030505.c: New.
* c-typeck.c (convert_for_assignment): Opaque pointers can
interconvert.
* config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
(rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
(spe_init_builtins): Rename all pv2si_type_node to
opaque_p_V2SI_type_node.
Remove declaration of pv2si_type_node.
(is_ev64_opaque_type): Accept opaque pointers.
From-SVN: r66495
2003-05-05 19:21:10 +00:00
Jason Merrill
50b97e0f2b
tweak comment
...
From-SVN: r66494
2003-05-05 15:16:07 -04:00
Geoffrey Keating
36b29d7dd1
toplev.c (check_global_declarations): Suppress not-used warning for volatile variables.
...
2003-05-05 Geoffrey Keating <geoffk@apple.com>
* toplev.c (check_global_declarations): Suppress not-used warning
for volatile variables.
Index: testsuite/ChangeLog
2003-05-05 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/unused-5.c: New test.
From-SVN: r66493
2003-05-05 18:29:29 +00:00
Olivier Hainque
9e5f281f99
expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instructions for mode1 != BLKmode...
...
* expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
usage of bitfield instructions for mode1 != BLKmode, only ignoring
SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
(store_field): Likewise.
From-SVN: r66492
2003-05-05 13:56:35 -04:00
Aldy Hernandez
f5119d10fa
rs6000.c (rs6000_expand_binop_builtin): Add evsubifw to builtins accepting 5-bit unsigned constants.
...
2003-05-05 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
evsubifw to builtins accepting 5-bit unsigned constants.
(easy_vector_constant): Return if V1DImode. Fix typo.
[[Split portion of a mixed commit.]]
From-SVN: r66490.2
2003-05-05 17:40:03 +00:00
Aldy Hernandez
25ecd459a1
spe.h: Revert licensing change from last patch.
...
2003-05-05 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.h: Revert licensing change from last patch.
From-SVN: r66486
2003-05-05 15:50:31 +00:00
DJ Delorie
9be132116f
stormy16.md (negsi2): Allocate the pseudos before reload, but defer the split until after.
...
* config/stormy16/stormy16.md (negsi2): Allocate the pseudos
before reload, but defer the split until after.
* config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
to match.
From-SVN: r66485
2003-05-05 11:25:01 -04:00
Kriang Lerdsuwanakij
517f33152b
Fix a typo overlooked in the previous commit.
...
From-SVN: r66484
2003-05-05 14:46:00 +00:00
Kriang Lerdsuwanakij
16692dd506
re PR c++/10496 ([diagnostic] erroneus suggestion in diagnostic asks the user to write "&const class::memfun" which is illegal)
...
PR c++/10496
* typeck.c (build_unary_op): Don't output const qualifier when
output invalid pointer-to-member diagnostics.
* g++.dg/warn/pmf1.C: New test.
From-SVN: r66481
2003-05-05 14:35:58 +00:00
David Edelsohn
2c9d95efce
rs6000.h (ASM_CPU_SPEC): Add 440 support.
...
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
* config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
From-SVN: r66480
2003-05-05 10:33:01 -04:00
Michael Koch
ee63277313
Fixed wrong changelog entry
...
From-SVN: r66479
2003-05-05 13:37:14 +00:00
Michael Koch
f7529e026f
DataInputStream.java: Reordered methods to match libgcj.
...
2003-05-04 Michael Koch <konqueror@gmx.de>
* java/io/DataInputStream.java:
Reordered methods to match libgcj.
From-SVN: r66478
2003-05-05 13:35:15 +00:00
Kriang Lerdsuwanakij
7df878256c
* decl.c: Fix typos.
...
From-SVN: r66477
2003-05-05 13:26:50 +00:00
Kriang Lerdsuwanakij
4b41d9ebe1
re PR c++/4494 (Possible problem with compiler warnings on main())
...
PR c++/4494
* decl.c (start_function): Use same_type_p to check return type
of main.
* g++.dg/warn/main.C: New test.
From-SVN: r66476
2003-05-05 12:19:12 +00:00
Zdenek Dvorak
1e77e67301
libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc is defined.
...
* libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
is defined.
From-SVN: r66475
2003-05-05 05:22:07 +00:00
Michael Koch
bb1d035953
Forgot to add this to commit line on 2003/05/02. Its in Changelog already.
...
>2003-05-02 Michael Koch <konqueror@gmx.de>
>
> * java/net/URI.java
> (create): Doesnt throws any exceptions.
From-SVN: r66474
2003-05-05 05:10:47 +00:00
GCC Administrator
18ec39dad3
Daily bump.
...
From-SVN: r66473
2003-05-05 00:16:06 +00:00
Gerald Pfeifer
fe080a9ea1
update_version (textstring_FILES): Only version.c needs to be updated...
...
* update_version (textstring_FILES): Only version.c needs to be
updated, now that we do not consider older branches any more.
From-SVN: r66471
2003-05-04 22:51:26 +00:00
Matt Kraai
5174754150
GtkButtonPeer.java: Fix misspelling of "version".
...
* gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling of
"version".
* gnu/awt/gtk/GtkComponentPeer.java: Likewise.
* gnu/awt/gtk/GtkContainerPeer.java: Likewise.
* gnu/awt/gtk/GtkFramePeer.java: Likewise.
* gnu/awt/gtk/GtkLabelPeer.java: Likewise.
* gnu/awt/gtk/GtkMainThread.java: Likewise.
* gnu/awt/gtk/GtkToolkit.java: Likewise.
* gnu/awt/gtk/GtkWindowPeer.java: Likewise.
* java/security/Key.java: Likewise.
* java/security/PrivateKey.java: Likewise.
* java/security/Provider.java: Likewise.
* java/security/PublicKey.java: Likewise.
From-SVN: r66469
2003-05-04 22:26:43 +00:00
Kaveh R. Ghazi
003620645c
builtin-attrs.def (ATTR_NOTHROW_NONNULL_1, [...]): Renamed from ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
...
gcc:
* builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
(ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
New.
* builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
(BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
(BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
BUILT_IN_STRDUP): Add "nonnull" attribute.
testsuite:
* gcc.dg/nonnull-3.c: New test.
From-SVN: r66468
2003-05-04 22:18:17 +00:00
Kaveh R. Ghazi
05c30f2224
configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
...
* configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
* configure: Regenerate.
From-SVN: r66467
2003-05-04 22:14:18 +00:00
Paolo Carlini
85819f7c33
3.cc: New file, testing basic_string<char>::find_first_not_of.
...
2003-05-04 Paolo Carlini <pcarlini@unitus.it>
* testsuite/21_strings/basic_string/find/char/3.cc: New
file, testing basic_string<char>::find_first_not_of.
* testsuite/21_strings/basic_string/find/wchar_t/3.cc:
Likewise for basic_string<wchar_t>.
From-SVN: r66466
2003-05-04 22:12:18 +00:00
Richard Kenner
c1853da7d3
expr.c (store_field): Don't clobber TEMP in shift: it might be a variable.
...
* expr.c (store_field): Don't clobber TEMP in shift: it might be
a variable.
(get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
whose purpose is to step up the alignment.
(expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
From-SVN: r66465
2003-05-04 18:09:48 -04:00
Neil Booth
41dd7402ad
* doc/cppopts.texi: Remove documentation of -gcc.
...
From-SVN: r66464
2003-05-04 22:06:57 +00:00
Richard Kenner
ad26fb41b4
stor-layout.c (compute_record_mode): Relax restriction on fields crossing word boundaries forcing BLKmode.
...
* stor-layout.c (compute_record_mode): Relax restriction
on fields crossing word boundaries forcing BLKmode.
From-SVN: r66463
2003-05-04 18:04:51 -04:00
Neil Booth
1fecc2668c
* doc/cppopts.texi: Enhance -Wtrigraphs documentation
...
From-SVN: r66462
2003-05-04 21:45:08 +00:00
Neil Booth
a8eb6044a9
cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity set or -trigraphs.
...
* cppinit.c (cpp_create_reader, post_options): Warn about
trigraphs unless explicity set or -trigraphs.
* cpplex.c (warn_in_comment): New.
(_cpp_process_line_notes): Better handling of -Wtrigraphs.
(_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
* doc/cppopts.texi, doc/cpp.texi: Update.
testsuite:
* gcc.dg/cpp/Wtrigraphs.c: Update.
* gcc.dg/cpp/Wtrigraphs-2.c: New tests.
From-SVN: r66459
2003-05-04 20:03:55 +00:00
Zdenek Dvorak
09780dfb65
Makefile.in (LIBGCOV): Add _gcov_merge_add.
...
* Makefile.in (LIBGCOV): Add _gcov_merge_add.
* gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
namespace clash.
(GCOV_MERGE_FUNCTIONS): New.
(gcov_merge_fn): Declare.
(struct gcov_ctr_info): New field "merge".
(__gcov_merge_add): Declare.
* coverage.c (ctr_merge_functions): New.
(build_ctr_info_type, build_ctr_info_value): Initialize merge field
of gcov_ctr_info type.
* libgcov.c (__gcov_merge_add): New.
(gcov_exit): Call a hook to merge values of counters.
From-SVN: r66457
2003-05-04 15:20:26 +00:00
Gabriel Dos Reis
c71f2ffd78
toplev.h (pedwarn_with_file_and_line): Don't declare.
...
* toplev.h (pedwarn_with_file_and_line): Don't declare.
* diagnostic.c (pedwarn_with_file_and_line): Remove.
From-SVN: r66456
2003-05-04 15:18:21 +00:00
Gabriel Dos Reis
3d8856836f
* varasm.c (assemble_variable): Don't use error_with_file_and_line.
...
From-SVN: r66454
2003-05-04 14:27:17 +00:00
Nathan Sidwell
d4b56320a1
Make-lang.in (java/parse.o, [...]): Depend on input.h.
...
* Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h.
* lex.h: #include input.h.
* jv-scan.c (input_filename): Remove.
From-SVN: r66452
2003-05-04 14:05:15 +00:00
Gerald Pfeifer
878618337c
* MAINTAINERS: Remove duplicate entries in Write After Approval.
...
From-SVN: r66451
2003-05-04 11:45:20 +00:00
Kaveh R. Ghazi
8c9b38d738
builtins.c (expand_builtin_constant_p, [...]): Update prototypes.
...
* builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
expand_builtin_frame_address): Update prototypes.
(expand_builtin_constant_p, expand_builtin_strlen,
expand_builtin_strcpy, expand_builtin_memset,
expand_builtin_bzero, expand_builtin_args_info,
expand_builtin_frame_address): Pass in just the argument(s)
needed, not the entire expression `exp'.
(expand_builtin): Update all calls to these functions.
From-SVN: r66448
2003-05-04 05:34:13 +00:00
Richard Henderson
9c80ff25b7
builtins.c (expand_builtin): Remove.
...
* builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
<BUILT_IN_DWARF_SP_COLUMN>: New.
* builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
(BUILT_IN_DWARF_SP_COLUMN): New.
* dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
(expand_builtin_dwarf_sp_column): New.
* except.h: Update to match.
* unwind-dw2.c (execute_stack_op): Correct stack push typo.
(execute_cfa_program): Record location expression address
before extracting length.
(uw_update_context_1): Install old CFA into stack pointer column.
(uw_init_context_1): Set cfa_reg to stack pointer column.
From-SVN: r66447
2003-05-03 22:22:51 -07:00
Richard Henderson
4d588c1434
rs6000.c (constant_pool_expr_p): Make static and return bool.
...
* config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
return bool.
(toc_relative_expr_p): Likewise.
(SPE_CONST_OFFSET_OK): Move from rs6000.h.
(legitimate_constant_pool_address_p): Move from rs6000.h, change
into a function, downcase all users.
(legitimate_small_data_p): Likewise.
(legitimate_offset_address_p): Likewise.
(legitimate_indexed_address_p): Likewise.
(legitimate_indirect_address_p): Likewise.
(legitimate_lo_sum_address_p): Likewise.
(rs6000_mode_dependent_address): Likewise.
* rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
(SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
(LEGITIMATE_ADDRESS_INTEGER_P): Remove.
(GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
* config/rs6000/rs6000-protos.h: Update.
From-SVN: r66445
2003-05-03 17:33:49 -07:00
GCC Administrator
c3a5317cd3
Daily bump.
...
From-SVN: r66444
2003-05-04 00:16:15 +00:00
Geoffrey Keating
b39358e1d2
rs6000.h (REVERSIBLE_CC_MODE): Define.
...
* config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
(REVERSE_CONDITION): Define.
* gcc.dg/ppc-fsel-1.c: New test.
From-SVN: r66442
2003-05-03 23:16:56 +00:00
Geoffrey Keating
b7053a3fde
rs6000.c (scc_comparison_operator): Make equivalent to branch_positive_comparison_operator.
...
* config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
to branch_positive_comparison_operator.
(ccr_bit): Check that sCOND conditions are actually a positive bit.
(print_operand): Remove %D substitution.
(rs6000_emit_sCOND): Generate complement operation to ensure that
sCOND input is a positive bit.
* config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
same order as bCOND, and add the missing ones. Remove the %D
substitutions from the scc patterns.
From-SVN: r66441
2003-05-03 23:13:57 +00:00
Geoffrey Keating
8d90f9c029
simplify-rtx.c (simplify_relational_operation): Add case for ! (fabs(x) < 0.0).
...
* simplify-rtx.c (simplify_relational_operation): Add case for
! (fabs(x) < 0.0).
From-SVN: r66440
2003-05-03 23:12:41 +00:00
Bruce Korb
8882ac3a64
force merge conflicts in fixincl.x + placement fix
...
From-SVN: r66439
2003-05-03 22:48:59 +00:00
Aldy Hernandez
bd879e9a00
spe.h: Remove unecessary casts.
...
2003-05-03 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
From-SVN: r66437
2003-05-03 22:44:44 +00:00
Zack Weinberg
87f85ea066
re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])
...
PR c/10604
* c-common.c (warn_sign_compare): Initialize to -1.
* c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
(c_common_decode_option <OPT_Wall>): Set warn_sign_compare
for C++ only.
(c_common_post_options): Set warn_sign_compare from extra_warnings
if it's still -1 at this point.
* toplev.c (maybe_warn_unused_parameter): New static variable.
(set_Wextra): New static function.
(W_options): Remove "extra".
(decode_W_option): Call set_Wextra.
(independent_decode_option): Likewise.
(set_Wunused): Cooperate with set_Wextra in setting
warn_unused_parameter.
(rest_of_compilation): No need to check extra_warnings as
well as warn_uninitialized.
* c-typeck.c (build_binary_op, build_conditional_expr):
No need to check extra_warnings as well as warn_sign_compare.
(internal_build_compound_expr): No need to check extra_warnings
as well as warn_unused_value.
* function.c (expand_function_end): No need to check extra_warnings
as well as warn_unused_parameter.
* stmt.c (expand_expr_stmt_value): No need to check extra_warnings
as well as warn_unused_value.
* cp/typeck.c (build_x_compound_expr): No need to check
extra_warnings as well as warn_unused_value.
* doc/invoke.texi: Clarify documentation of -Wsign-compare.
* gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
* Makefile.in: Disable -Werror for gengtype-lex.o.
From-SVN: r66436
2003-05-03 21:44:31 +00:00
Nathan Sidwell
e7b5f0c9b4
trans.c (tree_transform): Use location_t and input_location directly.
...
* trans.c (tree_transform): Use location_t and input_location
directly.
(build_unit_elab): Likewise.
* utils.c (create_label_decl): Likewise.
From-SVN: r66433
2003-05-03 16:43:17 +00:00
Nathan Sidwell
31423e30ee
com.c (ffecom_do_entry_): Use location_t and input_location directly.
...
* com.c (ffecom_do_entry_): Use location_t and input_location
directly.
(ffecom_gen_sfuncdef_): Likewise.
(ffecom_start_progunit_): Likewise.
(ffecom_sym_transform_): Likewise.
(ffecom_sym_transform_assign_): Likewise.
* lex.c (ffelex_hash_): Likewise.
(ffelex_include_): Likewise.
* std.c (ffestd_exec_begin): Likewise.
(ffestd_exec_end): Likewise.
* ste.c (struct gbe_block): Likewise.
(ffeste_start_block_): Likewise.
(ffeste_start_stmt_): Likewise.
From-SVN: r66432
2003-05-03 16:39:50 +00:00
Matt Kraai
5a43f8c419
GtkButtonPeer.java: Fix misspelling of "version".
...
* libjava/gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling of
"version".
* libjava/gnu/awt/gtk/GtkComponentPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkContainerPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkFramePeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkLabelPeer.java: Likewise.
* libjava/gnu/awt/gtk/GtkMainThread.java: Likewise.
* libjava/gnu/awt/gtk/GtkToolkit.java: Likewise.
* libjava/gnu/awt/gtk/GtkWindowPeer.java: Likewise.
* libjava/java/security/Key.java: Likewise.
* libjava/java/security/PrivateKey.java: Likewise.
* libjava/java/security/Provider.java: Likewise.
* libjava/java/security/PublicKey.java: Likewise.
From-SVN: r66431
2003-05-03 16:20:48 +00:00