OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago2003-01-22 Andrew Haley <aph@redhat.com>
aph [Wed, 22 Jan 2003 17:47:04 +0000 (17:47 +0000)]
2003-01-22  Andrew Haley  <aph@redhat.com>

        * x86_64-signal.h: Add simple handler for x86_64 32-bit mode.
        * configure.host (CHECKREFSPEC): Define for x86_64.

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

21 years ago * parser.c (cp_parser_simple_declaration): Return quickly when
mmitchel [Wed, 22 Jan 2003 17:40:00 +0000 (17:40 +0000)]
* parser.c (cp_parser_simple_declaration): Return quickly when
        encountering errors.

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

21 years ago PR c++/9388
mmitchel [Wed, 22 Jan 2003 17:39:15 +0000 (17:39 +0000)]
PR c++/9388
* class.c (currently_open_derived_class): Use dependent_type_p.
* cp-tree.h (dependent_type_p): New function.
(dependent_template_arg_p): Likewise.
(dependent_template_p): Likewise.
(type_dependent_expression_p): Likewise.
* parser.c (cp_parser_dependent_type_p): Remove.
(cp_parser_value_dependent_type_p): Likewise.
(cp_parser_type_dependent_expression_p): Likewise.
(cp_parser_dependent_template_arg_p): Likewise.
(cp_parser_dependent_template_id_p): Likewise.
(cp_parser_dependent_template_p): Likewise.
(cp_parser_diagnose_invalid_type_name): Replace
cp_parser_dependent_type_p with dependent_type_p, etc.
(cp_parser_primary_expresion): Likewise.
(cp_parser_nested_name_specifier_opt): Likewise.
(cp_parser_postfix_expression): Likewise.
(cp_parser_unary_expression): Likewise.
(cp_parser_template_name): Likewise.
(cp_parser_class_name): Likewise.
(cp_parser_lookup_name): Likewise.
* pt.c (dependent_type_p): New function.
(value_dependent_expression_p): Likewise.
(type_dependent_expression_p): Likewise.
(dependent_template_arg_p): Likewise.
(dependent_template_id_p): Likewise.
(dependent_template_p): Likewise.

PR c++/9285
PR c++/9294
* parser.c (cp_parser_simple_declaration):

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

PR c++/9388
* g++.dg/parse/lookup2.C: Likewise.

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

21 years ago * config/s390/s390-protos.h (preferred_la_operand_p):
uweigand [Wed, 22 Jan 2003 16:56:45 +0000 (16:56 +0000)]
* config/s390/s390-protos.h (preferred_la_operand_p):
Remove second parameter.
* config/s390/s390.c (preferred_la_operand_p): Likewise.
* config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
(HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
* config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
Add peepholes to transform ADD to LOAD ADDRESS.

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

21 years ago2003-01-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 22 Jan 2003 16:51:52 +0000 (16:51 +0000)]
2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h: Move non-facet classes requiring
<string> to...
* include/bits/locale_classes.h: New.
* include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
* include/bits/Makefile.in: Regenerate.

* include/bits/locale_facets.tcc (__convert_from_v): Move to...
* config/locale/gnu/c_locale.h: ...here.
* config/locale/generic/c_locale.h: Same.

* include/bits/locale_facets.tcc: Move declarations to...
* include/bits/locale_facets.h: ...here.
* include/bits/basic_ios.h: Tweak includes accordingly.
* include/std/std_sstream.h: Add streambuf include.
* include/std/std_fstream.h: Ditto.
* include/std/std_locale.h: Add locale_classes.h include.
* include/std/std_iosfwd.h: Tweak.
* src/concept-inst.cc: Add iterator include.

* config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
bits as unexported in the future.

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

21 years ago* arm.c (arm_address_register_rtx_p): New function.
rearnsha [Wed, 22 Jan 2003 16:01:43 +0000 (16:01 +0000)]
* arm.c (arm_address_register_rtx_p): New function.
(arm_legitimate_address_p): New function.
(arm_legitimate_index_p): New function.
(legitimize_pic_address): Use arm_legitimate_index_p.
* arm-protos.h (arm_legtimate_address_p): Add prototype.
* arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
(ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.

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

21 years ago * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
hpenner [Wed, 22 Jan 2003 14:40:05 +0000 (14:40 +0000)]
    * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
        * config/s390/2064.md (define_bypass): Correct 'Load' and
        'Load-address' bypass values.

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

21 years ago * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
schwab [Wed, 22 Jan 2003 14:20:45 +0000 (14:20 +0000)]
* config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.

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

21 years agofix typo in last change
zack [Wed, 22 Jan 2003 07:32:29 +0000 (07:32 +0000)]
fix typo in last change

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

21 years ago * genautomata.c (output_internal_insn_latency_func,
zack [Wed, 22 Jan 2003 07:31:51 +0000 (07:31 +0000)]
* genautomata.c (output_internal_insn_latency_func,
output_print_reservation_func): Short circuit when there is no
automaton to generate code for.

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

21 years ago * ada/Make-lang.in: Disable -Werror for tracebak.c and
zack [Wed, 22 Jan 2003 07:30:22 +0000 (07:30 +0000)]
* ada/Make-lang.in: Disable -Werror for tracebak.c and
b_gnatb.c.

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

21 years ago * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
ghazi [Wed, 22 Jan 2003 04:58:26 +0000 (04:58 +0000)]
* Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
(df.o): Delete duplicate dependency on coretypes.h $(TM_H).

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

21 years ago * config/rs6000/rs6000.md: Remove warning.
geoffk [Wed, 22 Jan 2003 01:11:17 +0000 (01:11 +0000)]
* config/rs6000/rs6000.md: Remove warning.
(builtin_setjmp_receiver): Likewise.
* config/darwin.c (update_stubs): Slightly improve terrible hack
with identifiers.  Add comment pointing out problems with it.
(update_non_lazy_ptrs): Likewise.

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

21 years ago * dwarf2out.c (lookup_filename): Fix printf format warning.
rth [Wed, 22 Jan 2003 01:02:51 +0000 (01:02 +0000)]
    * dwarf2out.c (lookup_filename): Fix printf format warning.
        * system.h (fread_unlocked, fwrite_unlocked): Undef.

        * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
        (fixincl.o-warn, gnu-regex.o-warn): New.
        * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
        * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
        * fixinc/fixincl.c (process): Fix printf format warning.

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

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

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

21 years ago * dwarf2out (output_file_names): Don't crash if called
uweigand [Tue, 21 Jan 2003 23:10:07 +0000 (23:10 +0000)]
* dwarf2out (output_file_names): Don't crash if called
with empty file_table.

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

21 years ago * java/util/natResourceBundle.cc (getCallingClassLoader): Start
tromey [Tue, 21 Jan 2003 21:16:46 +0000 (21:16 +0000)]
* java/util/natResourceBundle.cc (getCallingClassLoader): Start
search at 2, not 3.

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

21 years ago * genautomata.c (output_internal_insn_latency_func): Add
zack [Tue, 21 Jan 2003 21:10:40 +0000 (21:10 +0000)]
* genautomata.c (output_internal_insn_latency_func): Add
missing break statement to generated code.

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

21 years ago2003-01-21 Ranjit Mathew <rmathew@hotmail.com>
tromey [Tue, 21 Jan 2003 20:53:31 +0000 (20:53 +0000)]
2003-01-21  Ranjit Mathew  <rmathew@hotmail.com>

* jartool.c (list_jar): Terminate the 'ascii_date' buffer
with a '\0' to guard against the case where the formatted
time string is more than the size allowed by the buffer.

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

21 years ago * stmt.c (same_case_target_p): New function to determine whether
sayle [Tue, 21 Jan 2003 20:52:44 +0000 (20:52 +0000)]
* stmt.c (same_case_target_p): New function to determine whether
two case labels branch to the same target.  Split out from...
(group_case_nodes): ... here.  Use same_case_target_p instead.
(strip_default_case_nodes): Remove explicit case nodes
that branch to the default destination.
(expand_end_case_type): Call strip_default_case_nodes after
group_case_nodes, to simplify the case-list before we count it.
Only generate table_label RTX when actually needed.  Try to share
thiscase->exit_label and thiscase->data.case_stmt.default_label
when a switch has no explicit default case.  Simplify test for
constant index.

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

21 years ago2003-01-21 Andreas Tobler <a.tobler@schweiz.ch>
tromey [Tue, 21 Jan 2003 20:49:26 +0000 (20:49 +0000)]
2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>

* src/powerpc/darwin.S: Add unwind info.
* src/powerpc/darwin_closure.S: Likewise.

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

21 years ago2003-01-21 Vladimir Puskas <vpuskas@eunet.yu>
tromey [Tue, 21 Jan 2003 20:45:57 +0000 (20:45 +0000)]
2003-01-21  Vladimir Puskas  <vpuskas@eunet.yu>

* java/io/natFileWin32.cc (isAbsolute): Check path length before
looking at any characters.
* java/io/natFilePosix.cc (_stat): Only compute `buf' if it will
be used.
(isAbsolute): Check path's length as well.

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

21 years ago * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
kazu [Tue, 21 Jan 2003 20:34:01 +0000 (20:34 +0000)]
* config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
\t.
(*negsf2_h8300hs): Likewise.
(*addsi3_lshiftrt_16_zexthi): Likewise.
(*iorhi3_lshiftrt_8): Likewise.

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

21 years ago * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
hubicka [Tue, 21 Jan 2003 19:43:53 +0000 (19:43 +0000)]
* gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
* gcc.c-torture/execute/eeprof-1.c:  Likewise.
* gcc.c-torture/execute/stdio-opt-*.c: Likewise.
* gcc.c-torture/execute/string-opt-*.c: Likewise.

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

21 years ago * class.c (supers_all_compiled): New function.
tromey [Tue, 21 Jan 2003 18:54:25 +0000 (18:54 +0000)]
* class.c (supers_all_compiled): New function.
(make_class_data): Use it.

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

21 years ago * parse.y (method_header): Native method can't be strictfp.
tromey [Tue, 21 Jan 2003 18:51:41 +0000 (18:51 +0000)]
* parse.y (method_header): Native method can't be strictfp.
No method can be transient or volatile.

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

21 years ago * libjava.jacks/jacks.xfail: All 8.4.3 tests and 9.4-modifier-10
tromey [Tue, 21 Jan 2003 18:50:28 +0000 (18:50 +0000)]
* libjava.jacks/jacks.xfail: All 8.4.3 tests and 9.4-modifier-10
now pass.

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

21 years agoFix PR attribution.
rth [Tue, 21 Jan 2003 18:17:33 +0000 (18:17 +0000)]
Fix PR attribution.

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

21 years ago2003-01-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 21 Jan 2003 15:31:36 +0000 (15:31 +0000)]
2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>

Reshuffle 22_locale testsuite.
* 22_locale/(codecvt.cc money_get.cc
codecvt_members_char_char.cc money_get_members_char.cc
codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
collate_members_char.cc money_put.cc collate_members_wchar_t.cc
money_put_members_char.cc ctor_copy_dtor.cc
money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
operators.cc ctype_widen_char.cc static_members.cc
ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
global_templates.cc time_get_members_wchar_t.cc, members.cc,
time_put.cc, messages_byname.cc, time_put_members_char.cc,
messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc):
Splint up into individual test cases...
* 22_locale/codecvt/1.cc: New.
* 22_locale/codecvt/2.cc: New.
* 22_locale/codecvt/always_noconv/char/1.cc: New.
* 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
* 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/encoding/char/1.cc: New.
* 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
* 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
* 22_locale/codecvt/encoding/wchar_t/1.cc: New.
* 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/in/char/1.cc: New.
* 22_locale/codecvt/in/char/wrapped_env.cc: New.
* 22_locale/codecvt/in/char/wrapped_locale.cc: New.
* 22_locale/codecvt/in/wchar_t/1.cc: New.
* 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/length/char/1.cc: New.
* 22_locale/codecvt/length/char/wrapped_env.cc: New.
* 22_locale/codecvt/length/char/wrapped_locale.cc: New.
* 22_locale/codecvt/length/wchar_t/1.cc: New.
* 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/max_length/char/1.cc: New.
* 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
* 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
* 22_locale/codecvt/max_length/wchar_t/1.cc: New.
* 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/out/char/1.cc: New.
* 22_locale/codecvt/out/char/wrapped_env.cc: New.
* 22_locale/codecvt/out/char/wrapped_locale.cc: New.
* 22_locale/codecvt/out/wchar_t/1.cc: New.
* 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/unicode/char.cc: New.
* 22_locale/codecvt/unicode/wchar_t.cc: New.
* 22_locale/codecvt/unshift/char/1.cc: New.
* 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
* 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
* 22_locale/codecvt/unshift/wchar_t/1.cc: New.
* 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/1.cc: New.
* 22_locale/collate/2.cc: New.
* 22_locale/collate/compare/char/1.cc: New.
* 22_locale/collate/compare/char/2.cc: New.
* 22_locale/collate/compare/char/wrapped_env.cc: New.
* 22_locale/collate/compare/char/wrapped_locale.cc: New.
* 22_locale/collate/compare/wchar_t/1.cc: New.
* 22_locale/collate/compare/wchar_t/2.cc: New.
* 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/hash/char/1.cc: New.
* 22_locale/collate/hash/char/2.cc: New.
* 22_locale/collate/hash/char/wrapped_env.cc: New.
* 22_locale/collate/hash/char/wrapped_locale.cc: New.
* 22_locale/collate/hash/wchar_t/1.cc: New.
* 22_locale/collate/hash/wchar_t/2.cc: New.
* 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/transform/char/2.cc: New.
* 22_locale/collate/transform/char/wrapped_env.cc: New.
* 22_locale/collate/transform/char/wrapped_locale.cc: New.
* 22_locale/collate/transform/wchar_t/2.cc: New.
* 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate_byname/1.cc: New.
* 22_locale/ctype/1.cc: New.
* 22_locale/ctype/2.cc: New.
* 22_locale/ctype/cons/char/1.cc: New.
* 22_locale/ctype/cons/char/wrapped_env.cc: New.
* 22_locale/ctype/cons/char/wrapped_locale.cc: New.
* 22_locale/ctype/is/char/1.cc: New.
* 22_locale/ctype/is/char/2.cc: New.
* 22_locale/ctype/is/char/3.cc: New.
* 22_locale/ctype/is/char/wrapped_env.cc: New.
* 22_locale/ctype/is/char/wrapped_locale.cc: New.
* 22_locale/ctype/is/wchar_t/1.cc: New.
* 22_locale/ctype/is/wchar_t/2.cc: New.
* 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/narrow/char/1.cc: New.
* 22_locale/ctype/narrow/char/2.cc: New.
* 22_locale/ctype/narrow/char/wrapped_env.cc: New.
* 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
* 22_locale/ctype/narrow/wchar_t/1.cc: New.
* 22_locale/ctype/narrow/wchar_t/2.cc: New.
* 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/scan/char/1.cc: New.
* 22_locale/ctype/scan/char/wrapped_env.cc: New.
* 22_locale/ctype/scan/char/wrapped_locale.cc: New.
* 22_locale/ctype/scan/wchar_t/1.cc: New.
* 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/to/char/1.cc: New.
* 22_locale/ctype/to/char/wrapped_env.cc: New.
* 22_locale/ctype/to/char/wrapped_locale.cc: New.
* 22_locale/ctype/to/wchar_t/1.cc: New.
* 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/widen/char/1.cc: New.
* 22_locale/ctype/widen/char/wrapped_env.cc: New.
* 22_locale/ctype/widen/char/wrapped_locale.cc: New.
* 22_locale/ctype/widen/wchar_t/1.cc: New.
* 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
* 22_locale/facet/1.cc: New.
* 22_locale/facet/2.cc: New.
* 22_locale/global_templates/1.cc: New.
* 22_locale/locale/cons/1.cc: New.
* 22_locale/locale/cons/2.cc: New.
* 22_locale/locale/cons/3.cc: New.
* 22_locale/locale/cons/4.cc: New.
* 22_locale/locale/cons/5.cc: New.
* 22_locale/locale/cons/6.cc: New.
* 22_locale/locale/cons/7.cc: New.
* 22_locale/locale/global_locale_objects/1.cc: New.
* 22_locale/locale/global_locale_objects/2.cc: New.
* 22_locale/locale/global_locale_objects/3.cc: New.
* 22_locale/locale/operations/1.cc: New.
* 22_locale/locale/operations/2.cc: New.
* 22_locale/messages/1.cc: New.
* 22_locale/messages/2.cc: New.
* 22_locale/messages/members/char/1.cc: New.
* 22_locale/messages/members/char/2.cc: New.
* 22_locale/messages/members/char/3.cc: New.
* 22_locale/messages/members/char/wrapped_env.cc: New.
* 22_locale/messages/members/char/wrapped_locale.cc: New.
* 22_locale/messages_byname/1.cc: New.
* 22_locale/money_get/1.cc: New.
* 22_locale/money_get/2.cc: New.
* 22_locale/money_get/get/char/1.cc: New.
* 22_locale/money_get/get/char/2.cc: New.
* 22_locale/money_get/get/char/3.cc: New.
* 22_locale/money_get/get/char/4.cc: New.
* 22_locale/money_get/get/char/5.cc: New.
* 22_locale/money_get/get/char/6.cc: New.
* 22_locale/money_get/get/char/7.cc: New.
* 22_locale/money_get/get/char/8.cc: New.
* 22_locale/money_get/get/char/wrapped_env.cc: New.
* 22_locale/money_get/get/char/wrapped_locale.cc: New.
* 22_locale/money_get/get/wchar_t/1.cc: New.
* 22_locale/money_get/get/wchar_t/2.cc: New.
* 22_locale/money_get/get/wchar_t/3.cc: New.
* 22_locale/money_get/get/wchar_t/4.cc: New.
* 22_locale/money_get/get/wchar_t/5.cc: New.
* 22_locale/money_get/get/wchar_t/6.cc: New.
* 22_locale/money_get/get/wchar_t/7.cc: New.
* 22_locale/money_get/get/wchar_t/8.cc: New.
* 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
* 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
* 22_locale/money_put/1.cc: New.
* 22_locale/money_put/2.cc: New.
* 22_locale/money_put/put/char/1.cc: New.
* 22_locale/money_put/put/char/2.cc: New.
* 22_locale/money_put/put/char/3.cc: New.
* 22_locale/money_put/put/char/4.cc: New.
* 22_locale/money_put/put/char/5.cc: New.
* 22_locale/money_put/put/char/6.cc: New.
* 22_locale/money_put/put/char/wrapped_env.cc: New.
* 22_locale/money_put/put/char/wrapped_locale.cc: New.
* 22_locale/money_put/put/wchar_t/1.cc: New.
* 22_locale/money_put/put/wchar_t/2.cc: New.
* 22_locale/money_put/put/wchar_t/3.cc: New.
* 22_locale/money_put/put/wchar_t/4.cc: New.
* 22_locale/money_put/put/wchar_t/5.cc: New.
* 22_locale/money_put/put/wchar_t/6.cc: New.
* 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
* 22_locale/moneypunct/1.cc: New.
* 22_locale/moneypunct/2.cc: New.
* 22_locale/moneypunct/3.cc: New.
* 22_locale/moneypunct/members/char/1.cc: New.
* 22_locale/moneypunct/members/char/2.cc: New.
* 22_locale/moneypunct/members/char/wrapped_env.cc: New.
* 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
* 22_locale/moneypunct/members/wchar_t/1.cc: New.
* 22_locale/moneypunct/members/wchar_t/2.cc: New.
* 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
* 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
* 22_locale/moneypunct_byname/1.cc: New.
* 22_locale/num_get/1.cc: New.
* 22_locale/num_get/2.cc: New.
* 22_locale/num_get/get/char/1.cc: New.
* 22_locale/num_get/get/char/2.cc: New.
* 22_locale/num_get/get/char/3.cc: New.
* 22_locale/num_get/get/char/4.cc: New.
* 22_locale/num_get/get/char/5.cc: New.
* 22_locale/num_get/get/char/6.cc: New.
* 22_locale/num_get/get/char/wrapped_env.cc: New.
* 22_locale/num_get/get/char/wrapped_locale.cc: New.
* 22_locale/num_get/get/wchar_t/1.cc: New.
* 22_locale/num_get/get/wchar_t/2.cc: New.
* 22_locale/num_get/get/wchar_t/3.cc: New.
* 22_locale/num_get/get/wchar_t/4.cc: New.
* 22_locale/num_get/get/wchar_t/5.cc: New.
* 22_locale/num_get/get/wchar_t/6.cc: New.
* 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
* 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
* 22_locale/num_put/1.cc: New.
* 22_locale/num_put/2.cc: New.
* 22_locale/num_put/put/char/1.cc: New.
* 22_locale/num_put/put/char/2.cc: New.
* 22_locale/num_put/put/char/3.cc: New.
* 22_locale/num_put/put/char/4.cc: New.
* 22_locale/num_put/put/char/5.cc: New.
* 22_locale/num_put/put/char/wrapped_env.cc: New.
* 22_locale/num_put/put/char/wrapped_locale.cc: New.
* 22_locale/num_put/put/wchar_t/1.cc: New.
* 22_locale/num_put/put/wchar_t/2.cc: New.
* 22_locale/num_put/put/wchar_t/3.cc: New.
* 22_locale/num_put/put/wchar_t/4.cc: New.
* 22_locale/num_put/put/wchar_t/5.cc: New.
* 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
* 22_locale/numpunct/1.cc: New.
* 22_locale/numpunct/2.cc: New.
* 22_locale/numpunct/members/char/1.cc: New.
* 22_locale/numpunct/members/char/2.cc: New.
* 22_locale/numpunct/members/char/wrapped_env.cc: New.
* 22_locale/numpunct/members/char/wrapped_locale.cc: New.
* 22_locale/numpunct/members/wchar_t/1.cc: New.
* 22_locale/numpunct/members/wchar_t/2.cc: New.
* 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
* 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
* 22_locale/numpunct_byname/1.cc: New.
* 22_locale/numpunct_byname/2.cc: New.
* 22_locale/time_get/1.cc: New.
* 22_locale/time_get/2.cc: New.
* 22_locale/time_get/date_order/char/1.cc: New.
* 22_locale/time_get/date_order/char/wrapped_env.cc: New.
* 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
* 22_locale/time_get/date_order/wchar_t/1.cc: New.
* 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_date/char/1.cc: New.
* 22_locale/time_get/get_date/char/2.cc: New.
* 22_locale/time_get/get_date/char/3.cc: New.
* 22_locale/time_get/get_date/char/wrapped_env.cc: New.
* 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_date/wchar_t/1.cc: New.
* 22_locale/time_get/get_date/wchar_t/2.cc: New.
* 22_locale/time_get/get_date/wchar_t/3.cc: New.
* 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_monthname/char/1.cc: New.
* 22_locale/time_get/get_monthname/char/2.cc: New.
* 22_locale/time_get/get_monthname/char/3.cc: New.
* 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
* 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_time/char/1.cc: New.
* 22_locale/time_get/get_time/char/2.cc: New.
* 22_locale/time_get/get_time/char/3.cc: New.
* 22_locale/time_get/get_time/char/wrapped_env.cc: New.
* 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_time/wchar_t/1.cc: New.
* 22_locale/time_get/get_time/wchar_t/2.cc: New.
* 22_locale/time_get/get_time/wchar_t/3.cc: New.
* 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_weekday/char/1.cc: New.
* 22_locale/time_get/get_weekday/char/2.cc: New.
* 22_locale/time_get/get_weekday/char/3.cc: New.
* 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
* 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_year/char/1.cc: New.
* 22_locale/time_get/get_year/char/3.cc: New.
* 22_locale/time_get/get_year/char/wrapped_env.cc: New.
* 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_year/wchar_t/1.cc: New.
* 22_locale/time_get/get_year/wchar_t/3.cc: New.
* 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_put/1.cc: New.
* 22_locale/time_put/2.cc: New.
* 22_locale/time_put/put/char/1.cc: New.
* 22_locale/time_put/put/char/10.cc: New.
* 22_locale/time_put/put/char/2.cc: New.
* 22_locale/time_put/put/char/3.cc: New.
* 22_locale/time_put/put/char/4.cc: New.
* 22_locale/time_put/put/char/5.cc: New.
* 22_locale/time_put/put/char/6.cc: New.
* 22_locale/time_put/put/char/7.cc: New.
* 22_locale/time_put/put/char/8.cc: New.
* 22_locale/time_put/put/char/9.cc: New.
* 22_locale/time_put/put/char/wrapped_env.cc: New.
* 22_locale/time_put/put/char/wrapped_locale.cc: New.
* 22_locale/time_put/put/wchar_t/1.cc: New.
* 22_locale/time_put/put/wchar_t/10.cc: New.
* 22_locale/time_put/put/wchar_t/2.cc: New.
* 22_locale/time_put/put/wchar_t/3.cc: New.
* 22_locale/time_put/put/wchar_t/4.cc: New.
* 22_locale/time_put/put/wchar_t/5.cc: New.
* 22_locale/time_put/put/wchar_t/6.cc: New.
* 22_locale/time_put/put/wchar_t/7.cc: New.
* 22_locale/time_put/put/wchar_t/8.cc: New.
* 22_locale/time_put/put/wchar_t/9.cc: New.
* 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.

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

21 years ago2003-01-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 21 Jan 2003 15:29:19 +0000 (15:29 +0000)]
2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>

Reshuffle 22_locale testsuite.
* 22_locale/(codecvt.cc money_get.cc
codecvt_members_char_char.cc money_get_members_char.cc
codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
collate_members_char.cc money_put.cc collate_members_wchar_t.cc
money_put_members_char.cc ctor_copy_dtor.cc
money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
operators.cc ctype_widen_char.cc static_members.cc
ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
global_templates.cc time_get_members_wchar_t.cc, members.cc,
time_put.cc, messages_byname.cc, time_put_members_char.cc,
messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc):
Splint up into individual test cases...
* 22_locale/codecvt/1.cc: New.
* 22_locale/codecvt/2.cc: New.
* 22_locale/codecvt/always_noconv/char/1.cc: New.
* 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
* 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/encoding/char/1.cc: New.
* 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
* 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
* 22_locale/codecvt/encoding/wchar_t/1.cc: New.
* 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/in/char/1.cc: New.
* 22_locale/codecvt/in/char/wrapped_env.cc: New.
* 22_locale/codecvt/in/char/wrapped_locale.cc: New.
* 22_locale/codecvt/in/wchar_t/1.cc: New.
* 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/length/char/1.cc: New.
* 22_locale/codecvt/length/char/wrapped_env.cc: New.
* 22_locale/codecvt/length/char/wrapped_locale.cc: New.
* 22_locale/codecvt/length/wchar_t/1.cc: New.
* 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/max_length/char/1.cc: New.
* 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
* 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
* 22_locale/codecvt/max_length/wchar_t/1.cc: New.
* 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/out/char/1.cc: New.
* 22_locale/codecvt/out/char/wrapped_env.cc: New.
* 22_locale/codecvt/out/char/wrapped_locale.cc: New.
* 22_locale/codecvt/out/wchar_t/1.cc: New.
* 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
* 22_locale/codecvt/unicode/char.cc: New.
* 22_locale/codecvt/unicode/wchar_t.cc: New.
* 22_locale/codecvt/unshift/char/1.cc: New.
* 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
* 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
* 22_locale/codecvt/unshift/wchar_t/1.cc: New.
* 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
* 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/1.cc: New.
* 22_locale/collate/2.cc: New.
* 22_locale/collate/compare/char/1.cc: New.
* 22_locale/collate/compare/char/2.cc: New.
* 22_locale/collate/compare/char/wrapped_env.cc: New.
* 22_locale/collate/compare/char/wrapped_locale.cc: New.
* 22_locale/collate/compare/wchar_t/1.cc: New.
* 22_locale/collate/compare/wchar_t/2.cc: New.
* 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/hash/char/1.cc: New.
* 22_locale/collate/hash/char/2.cc: New.
* 22_locale/collate/hash/char/wrapped_env.cc: New.
* 22_locale/collate/hash/char/wrapped_locale.cc: New.
* 22_locale/collate/hash/wchar_t/1.cc: New.
* 22_locale/collate/hash/wchar_t/2.cc: New.
* 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate/transform/char/2.cc: New.
* 22_locale/collate/transform/char/wrapped_env.cc: New.
* 22_locale/collate/transform/char/wrapped_locale.cc: New.
* 22_locale/collate/transform/wchar_t/2.cc: New.
* 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
* 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
* 22_locale/collate_byname/1.cc: New.
* 22_locale/ctype/1.cc: New.
* 22_locale/ctype/2.cc: New.
* 22_locale/ctype/cons/char/1.cc: New.
* 22_locale/ctype/cons/char/wrapped_env.cc: New.
* 22_locale/ctype/cons/char/wrapped_locale.cc: New.
* 22_locale/ctype/is/char/1.cc: New.
* 22_locale/ctype/is/char/2.cc: New.
* 22_locale/ctype/is/char/3.cc: New.
* 22_locale/ctype/is/char/wrapped_env.cc: New.
* 22_locale/ctype/is/char/wrapped_locale.cc: New.
* 22_locale/ctype/is/wchar_t/1.cc: New.
* 22_locale/ctype/is/wchar_t/2.cc: New.
* 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/narrow/char/1.cc: New.
* 22_locale/ctype/narrow/char/2.cc: New.
* 22_locale/ctype/narrow/char/wrapped_env.cc: New.
* 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
* 22_locale/ctype/narrow/wchar_t/1.cc: New.
* 22_locale/ctype/narrow/wchar_t/2.cc: New.
* 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/scan/char/1.cc: New.
* 22_locale/ctype/scan/char/wrapped_env.cc: New.
* 22_locale/ctype/scan/char/wrapped_locale.cc: New.
* 22_locale/ctype/scan/wchar_t/1.cc: New.
* 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/to/char/1.cc: New.
* 22_locale/ctype/to/char/wrapped_env.cc: New.
* 22_locale/ctype/to/char/wrapped_locale.cc: New.
* 22_locale/ctype/to/wchar_t/1.cc: New.
* 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
* 22_locale/ctype/widen/char/1.cc: New.
* 22_locale/ctype/widen/char/wrapped_env.cc: New.
* 22_locale/ctype/widen/char/wrapped_locale.cc: New.
* 22_locale/ctype/widen/wchar_t/1.cc: New.
* 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
* 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
* 22_locale/facet/1.cc: New.
* 22_locale/facet/2.cc: New.
* 22_locale/global_templates/1.cc: New.
* 22_locale/locale/cons/1.cc: New.
* 22_locale/locale/cons/2.cc: New.
* 22_locale/locale/cons/3.cc: New.
* 22_locale/locale/cons/4.cc: New.
* 22_locale/locale/cons/5.cc: New.
* 22_locale/locale/cons/6.cc: New.
* 22_locale/locale/cons/7.cc: New.
* 22_locale/locale/global_locale_objects/1.cc: New.
* 22_locale/locale/global_locale_objects/2.cc: New.
* 22_locale/locale/global_locale_objects/3.cc: New.
* 22_locale/locale/operations/1.cc: New.
* 22_locale/locale/operations/2.cc: New.
* 22_locale/messages/1.cc: New.
* 22_locale/messages/2.cc: New.
* 22_locale/messages/members/char/1.cc: New.
* 22_locale/messages/members/char/2.cc: New.
* 22_locale/messages/members/char/3.cc: New.
* 22_locale/messages/members/char/wrapped_env.cc: New.
* 22_locale/messages/members/char/wrapped_locale.cc: New.
* 22_locale/messages_byname/1.cc: New.
* 22_locale/money_get/1.cc: New.
* 22_locale/money_get/2.cc: New.
* 22_locale/money_get/get/char/1.cc: New.
* 22_locale/money_get/get/char/2.cc: New.
* 22_locale/money_get/get/char/3.cc: New.
* 22_locale/money_get/get/char/4.cc: New.
* 22_locale/money_get/get/char/5.cc: New.
* 22_locale/money_get/get/char/6.cc: New.
* 22_locale/money_get/get/char/7.cc: New.
* 22_locale/money_get/get/char/8.cc: New.
* 22_locale/money_get/get/char/wrapped_env.cc: New.
* 22_locale/money_get/get/char/wrapped_locale.cc: New.
* 22_locale/money_get/get/wchar_t/1.cc: New.
* 22_locale/money_get/get/wchar_t/2.cc: New.
* 22_locale/money_get/get/wchar_t/3.cc: New.
* 22_locale/money_get/get/wchar_t/4.cc: New.
* 22_locale/money_get/get/wchar_t/5.cc: New.
* 22_locale/money_get/get/wchar_t/6.cc: New.
* 22_locale/money_get/get/wchar_t/7.cc: New.
* 22_locale/money_get/get/wchar_t/8.cc: New.
* 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
* 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
* 22_locale/money_put/1.cc: New.
* 22_locale/money_put/2.cc: New.
* 22_locale/money_put/put/char/1.cc: New.
* 22_locale/money_put/put/char/2.cc: New.
* 22_locale/money_put/put/char/3.cc: New.
* 22_locale/money_put/put/char/4.cc: New.
* 22_locale/money_put/put/char/5.cc: New.
* 22_locale/money_put/put/char/6.cc: New.
* 22_locale/money_put/put/char/wrapped_env.cc: New.
* 22_locale/money_put/put/char/wrapped_locale.cc: New.
* 22_locale/money_put/put/wchar_t/1.cc: New.
* 22_locale/money_put/put/wchar_t/2.cc: New.
* 22_locale/money_put/put/wchar_t/3.cc: New.
* 22_locale/money_put/put/wchar_t/4.cc: New.
* 22_locale/money_put/put/wchar_t/5.cc: New.
* 22_locale/money_put/put/wchar_t/6.cc: New.
* 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
* 22_locale/moneypunct/1.cc: New.
* 22_locale/moneypunct/2.cc: New.
* 22_locale/moneypunct/3.cc: New.
* 22_locale/moneypunct/members/char/1.cc: New.
* 22_locale/moneypunct/members/char/2.cc: New.
* 22_locale/moneypunct/members/char/wrapped_env.cc: New.
* 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
* 22_locale/moneypunct/members/wchar_t/1.cc: New.
* 22_locale/moneypunct/members/wchar_t/2.cc: New.
* 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
* 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
* 22_locale/moneypunct_byname/1.cc: New.
* 22_locale/num_get/1.cc: New.
* 22_locale/num_get/2.cc: New.
* 22_locale/num_get/get/char/1.cc: New.
* 22_locale/num_get/get/char/2.cc: New.
* 22_locale/num_get/get/char/3.cc: New.
* 22_locale/num_get/get/char/4.cc: New.
* 22_locale/num_get/get/char/5.cc: New.
* 22_locale/num_get/get/char/6.cc: New.
* 22_locale/num_get/get/char/wrapped_env.cc: New.
* 22_locale/num_get/get/char/wrapped_locale.cc: New.
* 22_locale/num_get/get/wchar_t/1.cc: New.
* 22_locale/num_get/get/wchar_t/2.cc: New.
* 22_locale/num_get/get/wchar_t/3.cc: New.
* 22_locale/num_get/get/wchar_t/4.cc: New.
* 22_locale/num_get/get/wchar_t/5.cc: New.
* 22_locale/num_get/get/wchar_t/6.cc: New.
* 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
* 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
* 22_locale/num_put/1.cc: New.
* 22_locale/num_put/2.cc: New.
* 22_locale/num_put/put/char/1.cc: New.
* 22_locale/num_put/put/char/2.cc: New.
* 22_locale/num_put/put/char/3.cc: New.
* 22_locale/num_put/put/char/4.cc: New.
* 22_locale/num_put/put/char/5.cc: New.
* 22_locale/num_put/put/char/wrapped_env.cc: New.
* 22_locale/num_put/put/char/wrapped_locale.cc: New.
* 22_locale/num_put/put/wchar_t/1.cc: New.
* 22_locale/num_put/put/wchar_t/2.cc: New.
* 22_locale/num_put/put/wchar_t/3.cc: New.
* 22_locale/num_put/put/wchar_t/4.cc: New.
* 22_locale/num_put/put/wchar_t/5.cc: New.
* 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
* 22_locale/numpunct/1.cc: New.
* 22_locale/numpunct/2.cc: New.
* 22_locale/numpunct/members/char/1.cc: New.
* 22_locale/numpunct/members/char/2.cc: New.
* 22_locale/numpunct/members/char/wrapped_env.cc: New.
* 22_locale/numpunct/members/char/wrapped_locale.cc: New.
* 22_locale/numpunct/members/wchar_t/1.cc: New.
* 22_locale/numpunct/members/wchar_t/2.cc: New.
* 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
* 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
* 22_locale/numpunct_byname/1.cc: New.
* 22_locale/numpunct_byname/2.cc: New.
* 22_locale/time_get/1.cc: New.
* 22_locale/time_get/2.cc: New.
* 22_locale/time_get/date_order/char/1.cc: New.
* 22_locale/time_get/date_order/char/wrapped_env.cc: New.
* 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
* 22_locale/time_get/date_order/wchar_t/1.cc: New.
* 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_date/char/1.cc: New.
* 22_locale/time_get/get_date/char/2.cc: New.
* 22_locale/time_get/get_date/char/3.cc: New.
* 22_locale/time_get/get_date/char/wrapped_env.cc: New.
* 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_date/wchar_t/1.cc: New.
* 22_locale/time_get/get_date/wchar_t/2.cc: New.
* 22_locale/time_get/get_date/wchar_t/3.cc: New.
* 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_monthname/char/1.cc: New.
* 22_locale/time_get/get_monthname/char/2.cc: New.
* 22_locale/time_get/get_monthname/char/3.cc: New.
* 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
* 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_time/char/1.cc: New.
* 22_locale/time_get/get_time/char/2.cc: New.
* 22_locale/time_get/get_time/char/3.cc: New.
* 22_locale/time_get/get_time/char/wrapped_env.cc: New.
* 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_time/wchar_t/1.cc: New.
* 22_locale/time_get/get_time/wchar_t/2.cc: New.
* 22_locale/time_get/get_time/wchar_t/3.cc: New.
* 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_weekday/char/1.cc: New.
* 22_locale/time_get/get_weekday/char/2.cc: New.
* 22_locale/time_get/get_weekday/char/3.cc: New.
* 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
* 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_get/get_year/char/1.cc: New.
* 22_locale/time_get/get_year/char/3.cc: New.
* 22_locale/time_get/get_year/char/wrapped_env.cc: New.
* 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
* 22_locale/time_get/get_year/wchar_t/1.cc: New.
* 22_locale/time_get/get_year/wchar_t/3.cc: New.
* 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
* 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
* 22_locale/time_put/1.cc: New.
* 22_locale/time_put/2.cc: New.
* 22_locale/time_put/put/char/1.cc: New.
* 22_locale/time_put/put/char/10.cc: New.
* 22_locale/time_put/put/char/2.cc: New.
* 22_locale/time_put/put/char/3.cc: New.
* 22_locale/time_put/put/char/4.cc: New.
* 22_locale/time_put/put/char/5.cc: New.
* 22_locale/time_put/put/char/6.cc: New.
* 22_locale/time_put/put/char/7.cc: New.
* 22_locale/time_put/put/char/8.cc: New.
* 22_locale/time_put/put/char/9.cc: New.
* 22_locale/time_put/put/char/wrapped_env.cc: New.
* 22_locale/time_put/put/char/wrapped_locale.cc: New.
* 22_locale/time_put/put/wchar_t/1.cc: New.
* 22_locale/time_put/put/wchar_t/10.cc: New.
* 22_locale/time_put/put/wchar_t/2.cc: New.
* 22_locale/time_put/put/wchar_t/3.cc: New.
* 22_locale/time_put/put/wchar_t/4.cc: New.
* 22_locale/time_put/put/wchar_t/5.cc: New.
* 22_locale/time_put/put/wchar_t/6.cc: New.
* 22_locale/time_put/put/wchar_t/7.cc: New.
* 22_locale/time_put/put/wchar_t/8.cc: New.
* 22_locale/time_put/put/wchar_t/9.cc: New.
* 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
* 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.

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

21 years ago * dwarf2out.c (fde_table_in_use): Mark GTY.
uweigand [Tue, 21 Jan 2003 14:54:21 +0000 (14:54 +0000)]
* dwarf2out.c (fde_table_in_use): Mark GTY.
(dwarf2out_cfi_label_num): New variable, marked GTY.
(dwarf2out_cfi_label): Use it instead of static label_num.
* emit-rtl.c (label_num): Mark GTY.

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

21 years ago * config/h8300/h8300.c (output_plussi): Support H8/300.
kazu [Tue, 21 Jan 2003 14:31:29 +0000 (14:31 +0000)]
* config/h8300/h8300.c (output_plussi): Support H8/300.
(compute_plussi_length): Likewise.
(compute_plussi_cc): Likewise.
* config/h8300/h8300.md (addsi_h8300): Use output_plussi to
output assembly instructions.

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

21 years ago * calls.c (fix_unsafe_tree): Prototype.
ghazi [Tue, 21 Jan 2003 14:28:38 +0000 (14:28 +0000)]
* calls.c (fix_unsafe_tree): Prototype.

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

21 years agogcc:
ghazi [Tue, 21 Jan 2003 13:45:16 +0000 (13:45 +0000)]
gcc:
* Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
(gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
c-parse.o-warn): Add -Wno-error.
(STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".

* configure.in (--enable-werror): Add new flag.
* doc/install.texi (--enable-werror): Document.
* configure: Regenerate.

* objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.

cp:
Make-lang.in (cp/decl.o-warn): Add -Wno-error.

f:
Make-lang.in (f/sta.o-warn): Add -Wno-error.

java:
Make-lang.in (jvspec.o-warn): Add -Wno-error.

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

21 years ago * genautomata.c (output_internal_insn_latency_func): Fix missing
schwab [Tue, 21 Jan 2003 09:41:18 +0000 (09:41 +0000)]
* genautomata.c (output_internal_insn_latency_func): Fix missing
close paren in output.

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

21 years ago * genautomata.c: Space savings in generated code:
zack [Tue, 21 Jan 2003 08:33:20 +0000 (08:33 +0000)]
* genautomata.c: Space savings in generated code:
(output_dfa_insn_code_func): Split out the table-enlargement
path to an out-of-line static function, dfa_insn_code_enlarge.
(output_internal_insn_latency_func): Use a lookup table for the
default latencies.
(output_print_reservation_func): Use a lookup table for the
strings.

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

21 years ago PR opt/7507
rth [Tue, 21 Jan 2003 08:02:31 +0000 (08:02 +0000)]
    PR opt/7507
        * calls.c (fix_unsafe_tree): Split out from ...
        (expand_call): ... here.  Use it on the function address too.

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

21 years ago * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
rth [Tue, 21 Jan 2003 07:55:53 +0000 (07:55 +0000)]
    * expr.h (default_must_pass_in_stack): Move decl outside ifdef.

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

21 years ago PR opt/7507
rth [Tue, 21 Jan 2003 07:37:13 +0000 (07:37 +0000)]
    PR opt/7507
        * stmt.c (expand_asm_operands): Validize memory operands.
* gcc.dg/20030120-1.c: New.

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

21 years ago PR opt/8848
rth [Tue, 21 Jan 2003 05:04:34 +0000 (05:04 +0000)]
    PR opt/8848
        * ifcvt.c (noce_process_if_block): Correct arguments to
        modified_between_p for no-else-block case.
        * gcc.c-torture/execute/20030120-2.c: New.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* config.in, configure: Regenerate.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* rtti.c (get_pseudo_ti_desc): Fix thinko.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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