OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years agoAdd xstormy16 to list of targets that has a nop instruction and hence which
nickc [Fri, 2 May 2003 07:49:26 +0000 (07:49 +0000)]
Add xstormy16 to list of targets that has a nop instruction and hence which
can be tested to see if the assembler supports the --gdwarf2 switch.

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

20 years ago2003-05-02 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 2 May 2003 05:35:57 +0000 (05:35 +0000)]
2003-05-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
(read): New implementation.
(implRead): New methods.
(write): New implementation, call other write insteal of read method.
(implWrite): New methods.
(map): Added comment.
(transferFrom): Implemented.
(transferTo): Implemented.
(lock): Added checks to throw exceptions.
(truncate): Added check to throw exception.
* gnu/java/nio/natFileChannelImpl.cc
(implRead): New method.
(implWrite): New method.
* java/nio/ByteBuffer.java
(hashCode): Fixed comment.
(get): Fixed exception documentation.
(put): Fixed exception documentation.
* java/nio/CharBuffer.java:
Added comment for later optimizations.

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

20 years ago2003-05-01 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 2 May 2003 02:53:28 +0000 (02:53 +0000)]
2003-05-01  Phil Edwards  <pme@gcc.gnu.org>

* acconfig.h (_GLIBCPP_USE_NLS):  New symbol.
* configure.in:  Move libintl.h header test...
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE):  ...to here.  Gather all
the NLS-related test results into one symbol.
* src/functexcept.cc:  Use it here.
* aclocal.m4, config.h.in, configure:  Regenerated.

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

20 years ago2003-05-01 Chris Demetriou <cgd@broadcom.com>
cgd [Fri, 2 May 2003 01:56:10 +0000 (01:56 +0000)]
2003-05-01  Chris Demetriou  <cgd@broadcom.com>

        * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
        since MEABI is no longer supported.  Remove all vestiges
        of MEABI from the test.

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

20 years ago PR target/8257
rth [Fri, 2 May 2003 01:05:43 +0000 (01:05 +0000)]
    PR target/8257
        * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
        alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
        Avoid undefined shifts by making the shift operand unsigned.

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

20 years ago* reload.c (find_reloads): Also check that all of a multi-reg
dj [Fri, 2 May 2003 00:53:45 +0000 (00:53 +0000)]
* reload.c (find_reloads): Also check that all of a multi-reg
value is in the class.

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

20 years agoDaily bump.
gccadmin [Fri, 2 May 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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

20 years ago2003-05-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Fri, 2 May 2003 00:14:49 +0000 (00:14 +0000)]
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/sstream.tcc (overflow): Instead of calling
str(), then _M_string.reserve, thus copying the contents
of the current buffer two times, just copy the latter in
a temporary, then use the 'swap trick'.

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

20 years ago2003-05-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 1 May 2003 23:20:33 +0000 (23:20 +0000)]
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): Revert the best of the
previous 'improvement', incorrect due to the COW nature of
v3 basic_string; simplify.

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

20 years ago2003-05-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 1 May 2003 22:53:13 +0000 (22:53 +0000)]
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (__copy_streambufs): Adjust the
type of __avail to ptrdiff_t to avoid signed-unsigned warning.

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

20 years ago2003-05-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 1 May 2003 22:17:23 +0000 (22:17 +0000)]
2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc (check_version): Update known versions.
Check added symbols for version_name != base version. Add missing
symbols to incompatible list.

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

20 years ago PR libgcj/10582:
tromey [Thu, 1 May 2003 21:36:18 +0000 (21:36 +0000)]
PR libgcj/10582:
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):
Removed.
(type::compatible): Use _Jv_IsAssignableFrom.
* java/lang/natClass.cc (iindex_mutex_initialized): Now static.
(_Jv_IsAssignableFrom): Work even when source or target class is
not prepared.

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

20 years ago PR libgcj/10582:
tromey [Thu, 1 May 2003 21:31:58 +0000 (21:31 +0000)]
PR libgcj/10582:
* libjava.lang/assign.java: New file.
* libjava.lang/assign.out: New file.

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

20 years ago2003-05-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 1 May 2003 20:19:18 +0000 (20:19 +0000)]
2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.
* aclocal.m4: Regenerated.
* configure: Regenerated.

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

20 years ago * scan.h (lineno): Revert the rename here.
nathan [Thu, 1 May 2003 19:24:14 +0000 (19:24 +0000)]
* scan.h (lineno): Revert the rename here.

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

20 years ago * trans.c (tree_transform, build_unit_elab,
nathan [Thu, 1 May 2003 18:44:48 +0000 (18:44 +0000)]
* trans.c (tree_transform, build_unit_elab,
set_lineno): Rename lineno to input_line.

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

20 years ago * config/darwin.c (darwin_encode_section_info): Call
shebs [Thu, 1 May 2003 18:00:50 +0000 (18:00 +0000)]
    * config/darwin.c (darwin_encode_section_info): Call
        default_encode_section_info.

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

20 years agomissed from my previous checkin
nathan [Thu, 1 May 2003 17:15:23 +0000 (17:15 +0000)]
missed from my previous checkin

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

20 years ago * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
dje [Thu, 1 May 2003 17:05:18 +0000 (17:05 +0000)]
    * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
        (movsi_internal1): Use new mfjmpr attribute.
        (movhi_internal): Same.
        (movqi_internal): Same.
        (movcc_internal1): Same.
        (movdi_internal64): Same.
        * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
        power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
        * config/rs6000/40x.md: Add fpu_405.
        * config/rs6000/power4.md: Merge power4lsu and power4disp automata
        into power4misc automata.  Remove extraneous parentheses.
        * config/rs6000/440.md: New file.
        * config/rs6000/rs6000.c (processor_target_table): Add 440,
        440fp.  Rename 405f to 405fp.
        (function_arg_padding): Correct formatting.
        (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.

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

20 years ago2003-05-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 1 May 2003 16:45:50 +0000 (16:45 +0000)]
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/streambuf.tcc (basic_streambuf::xsgetn):
Const-ify some variables.
(basic_streambuf::xsputn): Likewise; change the type of some
variables to size_t.
(__copy_streambufs): Change some variables to size_t.

2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): Avoid constructing
a basic_string temporary not only when it would turn out
to be zero-sized but also when identical to the current
_M_string buffer.

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

20 years ago * input.h (lineno): Rename to ...
nathan [Thu, 1 May 2003 16:13:36 +0000 (16:13 +0000)]
* input.h (lineno): Rename to ...
(input_line): ... here.
* tree.h (lineno): Rename to ...
(input_line): ... here.
* scan.h (lineno): Rename to ...
(input_line): ... here.
* toplev.c (lineno): Rename to ...
(input_line): ... here.
(push_srcloc, pop_srcloc):  Rename lineno to input_line.
* c-common.c (c_expand_start_cond, fname_decl): Likewise.
* c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
store_parm_decls, c_expand_body_1): Likewise.
* c-errors.c (pedwarn_c99): Likewise.
* c-format.c (status_warning): Likewise.
* c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
* c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
* c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
* c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
* coverage.c (create_coverage): Likewise.
* diagnostic.c (pedwarn, sorry, error, fatal_error,
internal_error, warning, diagnostic_report_current_module,
inform): Likewise.
* expr.c (expand_expr): Likewise.
* integrate.c (expand_inline_function,
output_inline_function): Likewise.
* rtl-error.c (file_and_line_for_asm): Likewise.
* tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
walk_tree): Likewise.
* tree.c (make_node): Likewise.
* ada, cp, f, java, objc, treelang: Likewise.

ada
* trans.c (build_unit_elab, set_lineno): Rename lineno to
input_line.
* utils.c (pushdecl, create_label_decl, begin_subprog_body,
end_subprog_body): Likewise.
* utils2.c (build_call_raise): Likewise.

cp
* class.c (finish_struct): Rename lineno to input_line.
* decl.c (push_binding_level, pop_binding_level,
suspend_binding_level, resume_binding_level, make_label_decl,
use_label, start_function): Likewise.
* decl2.c (warn_if_unknown_interface,
start_static_initialization_or_destruction,
generate_ctor_or_dtor_function, finish_file): Likewise.
* error.c (cp_line_of, print_instantiation_full_context,
print_instantiation_context): Likewise.
* except.c (check_handlers_1, check_handlers): Likewise.
* init.c (create_temporary_var): Likewise.
* method.c (use_thunk, synthesize_method): Likewise.
* parser.c (cp_lexer_set_source_position_from_token,
cp_lexer_get_preprocessor_token): Likewise.
* pt.c (push_tinst_level, pop_tinst_level,
tsubst_friend_function, instantiate_class_template, tsubst_decl,
tsubst, tsubst_expr, instantiate_decl): Likewise.
* semantics.c (genrtl_try_block, finish_label_stmt,
begin_class_definition, expand_body,
genrtl_finish_function): Likewise.
* tree.c (build_min_nt, build_min): Likewise.

f
* ansify.c (die_unless): Rename lineno to input_line.
* com.c (ffecom_subscript_check_, ffecom_do_entry_,
ffecom_gen_sfuncdef_, ffecom_start_progunit_,
ffecom_sym_transform_, ffecom_sym_transform_assign_,
bison_rule_pushlevel_, bison_rule_compstmt_, finish_function,
store_parm_decls): Likewise.
* intrin.c (ffeintrin_fulfill_generic): Likewise.
* lex.c (ffelex_hash_, ffelex_include_, ffelex_next_line_,
ffelex_file_fixed, ffelex_file_free): Likewise.
* std.c (ffestd_exec_end): Likewise.
* ste.c (ffeste_emit_line_note_, ffeste_start_block_,
ffeste_start_stmt_): Likewise.
* ste.h (ffeste_filelinenum, ffeste_set_line): Likewise.

java
* lex.h (lineno): Rename to ...
(input_line): ... here
* parse-scan.y (lineno): Rename to ...
(input_line): ... here.
(reset_report): Rename lineno to input_line.
* check-init.c (check_init): Likewise.
* class.c (push_class): Likewise.
* decl.c (complete_start_java_method, end_java_method): Likewise.
* expr.c (expand_byte_code): Likewise.
* jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
* jcf-write.c (generate_bytecode_insns): Likewise.
* lex.c (java_init_lex, java_allocate_new_line,
do_java_lex): Likewise.
* parse.h (YYNOT_TWICE): Likewise.
* parse.y (empty_statement, expression_statement,
java_pop_parser_context, java_parser_context_save_global,
yyerror, register_fields, method_header, safe_layout_class,
find_in_imports_on_demand, create_artificial_method,
source_end_java_method, start_complete_expand_method,
build_thisn_assign, java_complete_lhs,
maybe_absorb_scoping_block): Likewise.

objc
* objc-act.c (objc_init): Rename lineno to input_line.
(build_module_descriptor, build_selector_translation_table,
build_protocol_template, build_method_prototype_list_template,
build_category_template, build_selector_table,
build_class_template, build_super_template, build_ivar_template,
build_ivar_list_template, build_method_list_template,
build_method_template, add_instance_variable): Likewise.

treelang
* tree1.c (treelang_init): Rename lineno to input_line.

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

20 years ago * decl2.c (comdat_linkage): Don't externalize explicit
mmitchel [Thu, 1 May 2003 15:46:01 +0000 (15:46 +0000)]
* decl2.c (comdat_linkage): Don't externalize explicit
instantiations.

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

20 years ago * lex.c (ffelex_file_pop_): Rename parameter from input_filename.
nathan [Thu, 1 May 2003 15:42:10 +0000 (15:42 +0000)]
* lex.c (ffelex_file_pop_): Rename parameter from input_filename.
(ffelex_file_push_): Likewise.

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

20 years ago PR c++/10554
lerdsuwa [Thu, 1 May 2003 15:02:13 +0000 (15:02 +0000)]
PR c++/10554
* decl2.c (do_class_using_decl): Check if operand 0 of SCOPE_REF
is not NULL.

* g++.dg/lookup/using5.C: New test.

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

20 years ago * cp-tree.h (struct lang_id2): Remove. Move fields from here...
steven [Thu, 1 May 2003 14:39:37 +0000 (14:39 +0000)]
* cp-tree.h (struct lang_id2): Remove.  Move fields from here...
(struct lang_identifier): ... to here.
(LANG_ID_FIELD): Remove.
(SET_LANG_ID): Remove.
(IDENTIFIER_LABEL_VALUE): Adjust for new lang_identifier.
(SET_IDENTIFIER_LABEL_VALUE): Likewise.
(IDENTIFIER_IMPLICIT_DECL): Likewise.
(SET_IDENTIFIERL_IMPLICIT_DECL): Likewise.
(IDENTIFIER_ERROR_LOCUS): Likewise.
(SET_IDENTIFIER_ERROR_LOCUS): Likewise.

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

20 years ago2003-05-01 Laurent Guerby <guerby@acm.org>
guerby [Thu, 1 May 2003 14:14:35 +0000 (14:14 +0000)]
2003-05-01  Laurent Guerby <guerby@acm.org>

        PR ada/10546
        * 5iosinte.ads: Increase pthread_cond_t size to match recent
        LinuxThread and NPTL version, merge from ACT.

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

20 years ago * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
nathan [Thu, 1 May 2003 13:45:37 +0000 (13:45 +0000)]
* dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
name from input_filename.
f:
* ste.c (struct gbe_block): Rename field from input_filename.
(ffeste_start_block_, ffeste_start_stmt_): Likewise.

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

20 years ago PR c++/8772
lerdsuwa [Thu, 1 May 2003 11:36:19 +0000 (11:36 +0000)]
PR c++/8772
* pt.c (convert_template_argument): Correct diagnostic.

* g++.dg/template/ttp5.C: New test.

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

20 years agoRegenerated with autoconf 2.13.
rsandifo [Thu, 1 May 2003 11:26:17 +0000 (11:26 +0000)]
Regenerated with autoconf 2.13.

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

20 years ago2003-05-01 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 1 May 2003 08:41:59 +0000 (08:41 +0000)]
2003-05-01  Paolo Carlini  <pcarlini@unitus.it>

* include/ext/stdio_filebuf.h
(stdio_filebuf(int, std::ios_base::openmode, bool, size_t),
stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t)):
Shorten a bit (-10 lines) by factoring out some code.

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

20 years agoMissed commit file.
echristo [Thu, 1 May 2003 06:18:07 +0000 (06:18 +0000)]
Missed commit file.

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

20 years agoMerge from rewrite branch.
echristo [Thu, 1 May 2003 02:33:13 +0000 (02:33 +0000)]
Merge from rewrite branch.

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

20 years ago * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
mmitchel [Thu, 1 May 2003 02:02:59 +0000 (02:02 +0000)]
* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
(dg-gpp-additional-sources): New function.
(dg-gpp-additional-files): Likewise.
* lib/g++.exp (additional_sources): New variable.
(additional_files): Likewise.
(g++_target_compile): Deal with them.
* lib/old-dejagnu.exp: Remove.
* g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
* g++.old-deja: Revise all tests to use dg commands.

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

20 years ago * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
dnovillo [Thu, 1 May 2003 01:27:48 +0000 (01:27 +0000)]
* builtins.def (BUILTIN_CONSTANT_P): Mark as constant.

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

20 years ago * tree-inline.c (inlinable_function_p): Back out last change, it's
geoffk [Thu, 1 May 2003 01:21:45 +0000 (01:21 +0000)]
* tree-inline.c (inlinable_function_p): Back out last change, it's
unnecessary.

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

20 years agoDaily bump.
gccadmin [Thu, 1 May 2003 00:17:10 +0000 (00:17 +0000)]
Daily bump.

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

20 years ago * ggc-page.c (TREE_EXP_SIZE): Define.
steven [Wed, 30 Apr 2003 21:44:23 +0000 (21:44 +0000)]
* ggc-page.c (TREE_EXP_SIZE): Define.
(extra_order_size_table): New entry for expr trees with
two operands.

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

20 years ago * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
kenner [Wed, 30 Apr 2003 20:30:37 +0000 (20:30 +0000)]
* stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.

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

20 years ago * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
gdr [Wed, 30 Apr 2003 20:27:26 +0000 (20:27 +0000)]
    * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
        (c_expand_start_cond): Adjust.
        (c_expand_end_cond): Don't use warning_with_file_and_file.
        (shadow_warning): Likewise.

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

20 years ago * parse.y (make_plus_expression): New function.
steven [Wed, 30 Apr 2003 19:08:12 +0000 (19:08 +0000)]
* parse.y (make_plus_expression): New function.
(expression:): Use make_plus_expression for PLUS, MINUS,
ASSIGN and EQUALS.
* tree1.c (treelang_decode_option): Don't fall through to
options that start with a different character when an option
was not recognized.

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

20 years ago * Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.
nathan [Wed, 30 Apr 2003 18:27:43 +0000 (18:27 +0000)]
* Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.
* treetree.c: Do not #include parse.h.

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

20 years ago * tree.h (DECL_POINTER_DEPTH): Remove.
nathan [Wed, 30 Apr 2003 18:24:06 +0000 (18:24 +0000)]
* tree.h (DECL_POINTER_DEPTH): Remove.
(struct tree_decl): Remove pointer_depth.

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

20 years ago2003-04-30 Phil Edwards <pme@gcc.gnu.org>
pme [Wed, 30 Apr 2003 18:04:23 +0000 (18:04 +0000)]
2003-04-30  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4:  Add bit missing from previous patch.
* aclocal.m4, configure:  Regenerated.

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

20 years ago PR c++/9432, c++/9528
lerdsuwa [Wed, 30 Apr 2003 17:51:41 +0000 (17:51 +0000)]
PR c++/9432, c++/9528
* decl2.c (validate_nonmember_using_decl): Handle SCOPE_REF.

* g++.dg/lookup/using4.C: New test.

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

21 years ago2003-04-30 Janis Johnson <janis187@us.ibm.com>
janis [Wed, 30 Apr 2003 16:51:23 +0000 (16:51 +0000)]
2003-04-30  Janis Johnson  <janis187@us.ibm.com>

* config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
* config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
(rs6000_xcoff_encode_section_info): Remove.
(current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
(rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
(small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
Use SYMBOL_REF_FLAGS.
(rs6000_elf_encode_section_info): Call default_encode_section_info for
generic flags, use SYMBOL_REF_FLAGS; code cleanups.
* sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
(SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
* xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
(ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.

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

21 years ago * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
gdr [Wed, 30 Apr 2003 16:12:58 +0000 (16:12 +0000)]
    * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.

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

21 years ago * MAINTAINERS (GNATS only): Add Giovanni Bajo.
bangerth [Wed, 30 Apr 2003 14:20:44 +0000 (14:20 +0000)]
    * MAINTAINERS (GNATS only): Add Giovanni Bajo.

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

21 years ago * doc/extend.texi (Other Builtins): Enclose multiple word data
schwab [Wed, 30 Apr 2003 14:17:26 +0000 (14:17 +0000)]
* doc/extend.texi (Other Builtins): Enclose multiple word data
type in braces for @deftypefn.

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

21 years ago * doc/install.texi (--enable-threads): Document "gnat" option.
kenner [Wed, 30 Apr 2003 14:08:14 +0000 (14:08 +0000)]
* doc/install.texi (--enable-threads): Document "gnat" option.

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

21 years ago * decl.c (check_previous_goto_1): Adjust prototype.
gdr [Wed, 30 Apr 2003 13:45:40 +0000 (13:45 +0000)]
    * decl.c (check_previous_goto_1): Adjust prototype.
        (check_previous_goto): Adjust use.
        (check_switch_goto): Likewise.
        (use_label): Adjust.
        (check_previous_goto_1): Don't use pedwarn_with_file_and_line.
        (struct named_label_use_list): Use location_t datatype.

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

21 years ago2003-04-30 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 30 Apr 2003 13:22:45 +0000 (13:22 +0000)]
2003-04-30  Michael Koch  <konqueror@gmx.de>

* java/text/BreakIterator.java
(clone): New method.

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

21 years ago2003-04-30 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 30 Apr 2003 13:09:40 +0000 (13:09 +0000)]
2003-04-30  Michael Koch  <konqueror@gmx.de>

* java/text/CollationElementIterator.java,
java/text/CollationKey.java,
java/text/RuleBasedCollator.java:
Merged copyright and documentation from classpath and
rearranged some code. No code changes done.

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

21 years ago * diagnostic.h (output_formatted_scalar): Tweak.
gdr [Wed, 30 Apr 2003 12:54:29 +0000 (12:54 +0000)]
    * diagnostic.h (output_formatted_scalar): Tweak.
        * diagnostic.c (output_long_decimal): Likewise.
        (output_unsigned_decimal): Likewise.
        (output_long_unsigned_decimal): Likewise.
        (output_octal): Likewise.
        (output_long_octal): Likewise.
        (output_hexadecimal): Likewise.
        (output_long_hexadecimal): Likewise.
        (output_pointer): New function.
        (output_format): Use it.  Recognize "%p" format specifier.

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

21 years ago * function.c (purge_addressof_1): Postpone insn in fewer cases.
rakdver [Wed, 30 Apr 2003 10:03:35 +0000 (10:03 +0000)]
* function.c (purge_addressof_1): Postpone insn in fewer cases.

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

21 years ago2003-04-30 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 30 Apr 2003 08:57:04 +0000 (08:57 +0000)]
2003-04-30  Michael Koch  <konqueror@gmx.de>

* java/util/regex/Matcher.java
(pattern): New member variable.
(appendReplacement): New method.
(appendTail): New method.
(end): New method.
(find): New method.
(group): New method.
(replaceFirst): Added documentation.
(replaceAll): Added documentation.
(groupCount): New method.
(lookingAt): New method.
(matches): New method.
(reset): New method.
(start): New method.
* java/util/regex/Pattern.java
(serialVersionUID): New constant.
(CANON_EQ): New constant.
(CASE_INSENSITIVE): New constant.
(COMMENTS): New constant.
(DOTALL): New constant.
(MULTILINE): New constant.
(UNICODE_CASE): New constant.
(UNIX_LINES): New constant.
(regex): New member variable.
(flags): New member variable.
(Pattern): New method.
(compile): Documentation added.
(flags): New method.
(matches): Documentation added.
(matcher): Documentation added.
(split): Documentation added.
(pattern): New method.

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

21 years agoThis accidently got it then the big java.security merge so revert this.
mkoch [Wed, 30 Apr 2003 07:26:36 +0000 (07:26 +0000)]
This accidently got it then the big java.security merge so revert this.

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

21 years ago2003-04-30 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 30 Apr 2003 07:23:42 +0000 (07:23 +0000)]
2003-04-30  Michael Koch  <konqueror@gmx.de>

* gnu/java/security/Engine.java,
gnu/java/security/OID.java,
gnu/java/security/der/BitString.java,
gnu/java/security/der/DER.java,
gnu/java/security/der/DERReader.java,
gnu/java/security/der/DERValue.java,
gnu/java/security/der/DERWriter.java,
gnu/java/security/provider/DSAKeyFactory.java,
gnu/java/security/provider/X509CertificateFactory.java,
gnu/java/security/x509/X500DistinguishedName.java,
gnu/java/security/x509/X509CRL.java,
gnu/java/security/x509/X509CRLEntry.java,
gnu/java/security/x509/X509Certificate.java,
java/security/cert/CRLSelector.java,
java/security/cert/CertPathBuilder.java,
java/security/cert/CertPathBuilderResult.java,
java/security/cert/CertPathBuilderSpi.java,
java/security/cert/CertPathParameters.java,
java/security/cert/CertPathValidator.java,
java/security/cert/CertPathValidatorResult.java,
java/security/cert/CertPathValidatorSpi.java,
java/security/cert/CertSelector.java,
java/security/cert/CertStore.java,
java/security/cert/CertStoreParameters.java,
java/security/cert/CertStoreSpi.java,
java/security/cert/CollectionCertStoreParameters.java,
java/security/cert/LDAPCertStoreParameters.java,
java/security/cert/PKIXBuilderParameters.java,
java/security/cert/PKIXCertPathBuilderResult.java,
java/security/cert/PKIXCertPathChecker.java,
java/security/cert/PKIXCertPathValidatorResult.java,
java/security/cert/PKIXParameters.java,
java/security/cert/PolicyNode.java,
java/security/cert/PolicyQualifierInfo.java,
java/security/cert/TrustAnchor.java,
javax/security/auth/x500/X500Principal.java:
New files from classpath.
* gnu/java/io/ASN1ParsingException.java,
gnu/java/io/Base64InputStream.java,
gnu/java/security/der/DEREncodingException.java,
gnu/java/security/provider/DSAParameters.java,
gnu/java/security/provider/DSASignature.java,
gnu/java/security/provider/Gnu.java,
gnu/java/security/provider/GnuDSAPrivateKey.java,
gnu/java/security/provider/GnuDSAPublicKey.java,
java/security/AlgorithmParameterGenerator.java,
java/security/AlgorithmParameters.java,
java/security/KeyFactory.java,
java/security/KeyPairGenerator.java,
java/security/KeyStore.java,
java/security/MessageDigest.java,
java/security/SecureClassLoader.java,
java/security/SecureRandom.java,
java/security/Security.java,
java/security/Signature.java,
java/security/cert/Certificate.java,
java/security/cert/CertificateFactory.java,
java/security/cert/CertificateFactorySpi.java,
java/security/cert/X509CRL.java,
java/security/cert/X509Certificate.java,
java/security/spec/DSAPublicKeySpec.java:
New versions from classpath.
* gnu/java/security/provider/DERReader.java,
gnu/java/security/provider/DERWriter.java,
java/security/Engine.java: Removed.
* Makefile.am
(java_source_files, javax_source_files): Added new files.
* Makefile.in: Regenerated.

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

21 years ago * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
geoffk [Wed, 30 Apr 2003 01:52:06 +0000 (01:52 +0000)]
* config/rs6000/host-darwin.c (segv_handler): When -dH is used,
call abort() after running out of stack space.

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

21 years ago2003-04-29 Geoffrey Keating <geoffk@apple.com>
geoffk [Wed, 30 Apr 2003 01:28:39 +0000 (01:28 +0000)]
2003-04-29  Geoffrey Keating  <geoffk@apple.com>

* c-typeck.c (function_types_compatible_p): Ignore incompatible
'volatile' qualifiers on a function's return type in GNU mode.

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

* gcc.dg/noreturn-5.c: New file.
* gcc.dg/noreturn-6.c: New file.

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

21 years ago2003-04-29 Aldy Hernandez <aldyh@redhat.com>
aldyh [Wed, 30 Apr 2003 00:49:01 +0000 (00:49 +0000)]
2003-04-29  Aldy Hernandez  <aldyh@redhat.com>

        * expr.c (emit_group_load): Dump parallels of simd types to
        memory.

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

21 years agoDaily bump.
gccadmin [Wed, 30 Apr 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

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

21 years ago2003-04-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Apr 2003 23:48:52 +0000 (23:48 +0000)]
2003-04-29  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/mainpage.html:  Bring up to date.
* docs/doxygen/run_doxygen:  Cosmetic tweaks.  Work around a bug
in Doxygen.
* docs/doxygen/user.cfg.in:  Scanning the precompiled headers
breaks everything.  Don't scan them.
* docs/html/documentation.html:  Point to "Write after approval"
notes.

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

21 years ago * tree-inline.c (inlinable_function_p): Don't support inlining
geoffk [Tue, 29 Apr 2003 23:32:44 +0000 (23:32 +0000)]
* tree-inline.c (inlinable_function_p): Don't support inlining
functions using varargs.

Index: testsuite/ChangeLog
* gcc.c-torture/compile/inline-1.c: New file.

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

21 years ago * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
kenner [Tue, 29 Apr 2003 22:48:55 +0000 (22:48 +0000)]
* stor-layout.c (mode_for_size_tree): Use tree_low_cst.
(layout_decl, place_field): Likewise.
Also make minor type and whitespace changes.

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

21 years ago2003-04-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Apr 2003 22:47:03 +0000 (22:47 +0000)]
2003-04-29  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE):  Search for gettext outside
of libc if message translations are being used.  Fix info text in
xieee_1003.1-2001 case.
* aclocal.m4, configure:  Regenerate.

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

21 years ago2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Tue, 29 Apr 2003 22:46:54 +0000 (22:46 +0000)]
2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>

* genautomata.c (add_vect): Check undefined value for range type
too.

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

21 years ago2003-04-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Apr 2003 22:39:26 +0000 (22:39 +0000)]
2003-04-29  Phil Edwards  <pme@gcc.gnu.org>

* configure.in:  More general test for cmp --ignore-initial.
* configure:  Regenerate.

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

21 years ago * tree.c (save_expr): Don't fold a COMPONENT_REF.
kenner [Tue, 29 Apr 2003 22:38:09 +0000 (22:38 +0000)]
* tree.c (save_expr): Don't fold a COMPONENT_REF.

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

21 years ago PR c++/10551
mmitchel [Tue, 29 Apr 2003 22:15:34 +0000 (22:15 +0000)]
PR c++/10551
* pt.c (mark_decl_instantiated): Defer all explicit instantiations
that have not yet been written out.

PR c++/10551
* g++.dg/template/explicit1.C: New test.

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

21 years ago2003-04-29 Joel Sherrill <joel.sherrill@OARcorp.com>
ljrittle [Tue, 29 Apr 2003 21:57:39 +0000 (21:57 +0000)]
2003-04-29 Joel Sherrill  <joel.sherrill@OARcorp.com>
   Loren J. Rittle <ljrittle@acm.org>
   Martin v. Loewis  <martin@v.loewis.de>

* config/cpu/i386/atomicity.h: New file.

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

21 years ago * calls.c (expand_call): When modes of target and valreg match, force
kenner [Tue, 29 Apr 2003 21:47:42 +0000 (21:47 +0000)]
* calls.c (expand_call): When modes of target and valreg match, force
sibcall failure when target is a MEM.

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

21 years ago PR c++/10549
mmitchel [Tue, 29 Apr 2003 21:28:41 +0000 (21:28 +0000)]
PR c++/10549
* class.c (layout_class_type): Mark overlong bitfields as having
the maximum size permitted by their type, after layout.

PR c++/10549
* g++.dg/other/bitfield1.C: New test.

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

21 years ago * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
geoffk [Tue, 29 Apr 2003 20:45:55 +0000 (20:45 +0000)]
* doc/invoke.texi (Overall Options): Mention -x objective-c-header.

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

21 years ago * dwarf2out.c (output_call_frame_info): No need to output EH
geoffk [Tue, 29 Apr 2003 20:42:55 +0000 (20:42 +0000)]
* dwarf2out.c (output_call_frame_info): No need to output EH
unwind information if all_throwers_are_sibcalls.

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

21 years ago * c-semantics.c (expand_unreachable_stmt): Return a tree.
geoffk [Tue, 29 Apr 2003 20:39:12 +0000 (20:39 +0000)]
* c-semantics.c (expand_unreachable_stmt): Return a tree.
(expand_stmt): Update for change to expand_unreachable_stmt.
(expand_unreachable_if_stmt): Likewise.

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

21 years ago * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
geoffk [Tue, 29 Apr 2003 20:34:45 +0000 (20:34 +0000)]
* Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.

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

21 years ago PR middle-end/10336
jason [Tue, 29 Apr 2003 20:25:11 +0000 (20:25 +0000)]
    PR middle-end/10336
        * jump.c (never_reached_warning): Really stop looking if we reach
        the beginning of the function.

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

21 years ago PR c++/10527
mmitchel [Tue, 29 Apr 2003 20:17:00 +0000 (20:17 +0000)]
PR c++/10527
* error.c (dump_expr): Correctly handling of NEW_EXPR.4

PR c++/10527
* g++.dg/init/new7.C: New test.

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

21 years ago2003-04-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 29 Apr 2003 19:46:07 +0000 (19:46 +0000)]
2003-04-29  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/fstream.tcc (open): Change to single return.

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

21 years ago * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
bwilson [Tue, 29 Apr 2003 18:56:53 +0000 (18:56 +0000)]
* config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
Remove redundant macros.
(WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
(LOCAL_LABEL_PREFIX): Define unconditionally.
(NO_DOT_IN_LABEL): Clarify comment.
* config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
definition to "long int".

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

21 years ago bootstrap/10452
ljrittle [Tue, 29 Apr 2003 18:51:38 +0000 (18:51 +0000)]
bootstrap/10452
* gengtype-yacc.y: Improve portability.

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

21 years ago * config.gcc: Install obsolete target list for GCC 3.3.
zack [Tue, 29 Apr 2003 18:47:40 +0000 (18:47 +0000)]
* config.gcc: Install obsolete target list for GCC 3.3.
* doc/install.texi: Mention in specific-target instructions
that certain configurations are deprecated.

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

21 years ago PR c++/10515
mmitchel [Tue, 29 Apr 2003 18:26:47 +0000 (18:26 +0000)]
PR c++/10515
* cp-tree.h (lookup_field_1): Declare it.
* search.c (lookup_field_1): Make it public.
* decl.c (reshape_init): Handle designated initializers.

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

21 years ago PR c++/10515
mmitchel [Tue, 29 Apr 2003 18:00:23 +0000 (18:00 +0000)]
PR c++/10515
* g++.dg/ext/desig1.C: New test.
* g++.dg/ext/init1.C: Likewise.

PR c++/10515
* cp-tree.h (lookup_field_1): Declare it.
* search.c (lookup_field_1): Make it public.
* decl.c (reshape_init): Handle designated initializers.

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

21 years ago2003-04-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 29 Apr 2003 17:47:38 +0000 (17:47 +0000)]
2003-04-29  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (underflow): Change to single return.

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

21 years ago * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
zack [Tue, 29 Apr 2003 17:10:48 +0000 (17:10 +0000)]
* tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.

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

21 years ago * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
lerdsuwa [Tue, 29 Apr 2003 14:16:48 +0000 (14:16 +0000)]
* c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
* gcc.c (display_help): Likewise.
* toplev.c (f_options): Likewise.
* params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
* config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
* config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
* config/s390/s390.h (TARGET_SWITCHES): Likewise.
* config/v850/v850.h (TARGET_SWITCHES): Likewise.

* call.c (build_operator_new_call): Fix typo.
* lang-options.h: Likewise.

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

21 years ago * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
ljrittle [Tue, 29 Apr 2003 12:52:57 +0000 (12:52 +0000)]
* config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
(SET_ASM_OP): New macro.
(HANDLE_SYSV_PRAGMA): New macro.
(ASM_WEAKEN_LABEL): New macro.

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

21 years agoTwo little fixes I commited to classpath but not to libgcj first
mkoch [Tue, 29 Apr 2003 12:34:49 +0000 (12:34 +0000)]
Two little fixes I commited to classpath but not to libgcj first

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 12:31:25 +0000 (12:31 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* javax/swing/JTable.java
(AUTO_RESIZE_ALL_COLUMNS): New constant.
(AUTO_RESIZE_LAST_COLUMN): New constant.
(AUTO_RESIZE_NEXT_COLUMN): New constant.
(AUTO_RESIZE_OFF): New constant.
(AUTO_RESIZE_SUBSEQUENT_COLUMNS): New constant.
(JTable): New method.
(columnAdded): New method.
(columnMarginChanged): New method.
(columnMoved): New method.
(columnRemoved): New method.
(columnSelectionChanged): New method.
(editingCanceled): New method.
(editingStopped): New method.
(getColumnModel): New method.
(getPreferredScrollableViewportSize): New method.
(getScrollableBlockIncrement): New method.
(getScrollableTracksViewportHeight): New method.
(getScrollableTracksViewportWidth): New method.
(getScrollableUnitIncrement): New method.
(getSelectedRow): New method.
(getSelectionModel): New method.
(tableChanged): New method.
(setModel): New method.
(setSelectionMode): New method.
(setSelectionModel): New method.
(setShowGrid): New method.
(valueChanged): New method.
* javax/swing/text/DefaultEditorKit.java
(backwardAction): New constant.
(beepAction): New constant.
(beginAction): New constant.
(beginLineAction): New constant.
(beginParagraphAction): New constant.
(beginWordAction): New constant.
(copyAction): New constant.
(cutAction): New constant.
(defaultKeyTypedAction): New constant.
(deleteNextCharAction): New constant.
(deletePrevCharAction): New constant.
(downAction): New constant.
(endAction): New constant.
(endLineAction): New constant.
(endOfLineStringProperty): New constant.
(endParagraphAction): New constant.
(endWordAction): New constant.
(forwardAction): New constant.
(insertBreakAction): New constant.
(insertContentAction): New constant.
(insertTabAction): New constant.
(nextWordAction): New constant.
(pageDownAction): New constant.
(pageUpAction): New constant.
(pasteAction): New constant.
(previousWordAction): New constant.
(readOnlyAction): New constant.
(selectAllAction): New constant.
(selectionBackwardAction): New constant.
(selectionBeginAction): New constant.
(selectionBeginLineAction): New constant.
(selectionBeginParagraphAction): New constant.
(selectionBeginWordAction): New constant.
(selectionDownAction): New constant.
(selectionEndAction): New constant.
(selectionEndLineAction): New constant.
(selectionEndParagraphAction): New constant.
(selectionEndWordAction): New constant.
(selectionForwardAction): New constant.
(selectionNextWordAction): New constant.
(selectionPreviousWordAction): New constant.
(selectionUpAction): New constant.
(selectLineAction): New constant.
(selectParagraphAction): New constant.
(selectWordAction): New constant.
(upAction): New constant.
(writableAction): New constant.

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

21 years ago * varasm.c (default_assemble_visibility): Use assemble_name.
amylaar [Tue, 29 Apr 2003 12:18:17 +0000 (12:18 +0000)]
* varasm.c (default_assemble_visibility): Use assemble_name.

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

21 years ago * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
ljrittle [Tue, 29 Apr 2003 12:01:59 +0000 (12:01 +0000)]
* config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
(SIZE_TYPE): New macro.

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

21 years ago * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
ljrittle [Tue, 29 Apr 2003 11:42:16 +0000 (11:42 +0000)]
* config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 11:36:34 +0000 (11:36 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/util/PropertyPermission.java:
New version from classpath
* java/util/ResourceBundle.java:
Partly merged from classpath
(getObject): Reformated.
(tryBundle): Set foundBundle = null if no bundle found.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 09:26:29 +0000 (09:26 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* javax/swing/AbstractListModel.java,
javax/swing/DefaultBoundedRangeModel.java,
javax/swing/DefaultSingleSelectionModel.java:
New Versions from classpath.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 07:51:46 +0000 (07:51 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/awt/Window.java
(show): Call super.show() instead of setVisible() to avoid endless
loop.
(hide): Call super.hide() instead of setVisible() to avoid endless
loop.

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

21 years ago2003-04-29 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 29 Apr 2003 07:37:14 +0000 (07:37 +0000)]
2003-04-29  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java,
java/util/zip/DeflaterOutputStream.java:
Partly merged with classpath.

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

21 years agoRemove accidental commit
mmitchel [Tue, 29 Apr 2003 07:35:47 +0000 (07:35 +0000)]
Remove accidental commit

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

21 years ago * decl.c (maybe_commonize_var): Further tweak support for systems
mmitchel [Tue, 29 Apr 2003 07:13:33 +0000 (07:13 +0000)]
* decl.c (maybe_commonize_var): Further tweak support for systems
without weak symbols.

* g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.

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

21 years agoFix date typo.
ljrittle [Tue, 29 Apr 2003 03:54:23 +0000 (03:54 +0000)]
Fix date typo.

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