platform/upstream/gcc.git
21 years agodwarf2out.c (lookup_filename): Fix printf format warning.
Richard Henderson [Wed, 22 Jan 2003 01:02:51 +0000 (17:02 -0800)]
dwarf2out.c (lookup_filename): Fix printf format warning.

        * 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.

From-SVN: r61584

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

From-SVN: r61583

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

* dwarf2out (output_file_names): Don't crash if called
with empty file_table.

From-SVN: r61576

21 years agonatResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.
Tom Tromey [Tue, 21 Jan 2003 21:16:46 +0000 (21:16 +0000)]
natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.

* java/util/natResourceBundle.cc (getCallingClassLoader): Start
search at 2, not 3.

From-SVN: r61574

21 years agogenautomata.c (output_internal_insn_latency_func): Add missing break statement to...
Zack Weinberg [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.

* genautomata.c (output_internal_insn_latency_func): Add
missing break statement to generated code.

From-SVN: r61573

21 years agojartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard against...
Ranjit Mathew [Tue, 21 Jan 2003 20:53:31 +0000 (20:53 +0000)]
jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard against the case where...

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.

From-SVN: r61571

21 years agostmt.c (same_case_target_p): New function to determine whether two case labels branch...
Roger 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.

* 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.

From-SVN: r61570

21 years agodarwin.S: Add unwind info.
Andreas Tobler [Tue, 21 Jan 2003 20:49:26 +0000 (21:49 +0100)]
darwin.S: Add unwind info.

2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>

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

From-SVN: r61568

21 years agonatFileWin32.cc (isAbsolute): Check path length before looking at any characters.
Vladimir Puskas [Tue, 21 Jan 2003 20:45:57 +0000 (20:45 +0000)]
natFileWin32.cc (isAbsolute): Check path length before looking at any characters.

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.

From-SVN: r61566

21 years agoh8300.md (*negsf2_h8300): Use \\t instead of \t.
Kazu Hirata [Tue, 21 Jan 2003 20:34:01 +0000 (20:34 +0000)]
h8300.md (*negsf2_h8300): Use \\t instead of \t.

* config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
\t.
(*negsf2_h8300hs): Likewise.
(*addsi3_lshiftrt_16_zexthi): Likewise.
(*iorhi3_lshiftrt_8): Likewise.

From-SVN: r61565

21 years ago990208-1.c: Add noinline attributes as needed.
Jan Hubicka [Tue, 21 Jan 2003 19:43:53 +0000 (20:43 +0100)]
990208-1.c: Add noinline attributes as needed.

* 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.

From-SVN: r61563

21 years agoclass.c (supers_all_compiled): New function.
Tom Tromey [Tue, 21 Jan 2003 18:54:25 +0000 (18:54 +0000)]
class.c (supers_all_compiled): New function.

* class.c (supers_all_compiled): New function.
(make_class_data): Use it.

From-SVN: r61561

21 years agoparse.y (method_header): Native method can't be strictfp.
Tom Tromey [Tue, 21 Jan 2003 18:51:41 +0000 (18:51 +0000)]
parse.y (method_header): Native method can't be strictfp.

* parse.y (method_header): Native method can't be strictfp.
No method can be transient or volatile.

From-SVN: r61559

21 years agojacks.xfail: All 8.4.3 tests and 9.4-modifier-10 now pass.
Tom Tromey [Tue, 21 Jan 2003 18:50:28 +0000 (18:50 +0000)]
jacks.xfail: All 8.4.3 tests and 9.4-modifier-10 now pass.

* libjava.jacks/jacks.xfail: All 8.4.3 tests and 9.4-modifier-10
now pass.

From-SVN: r61557

21 years agoFix PR attribution.
Richard Henderson [Tue, 21 Jan 2003 18:17:33 +0000 (10:17 -0800)]
Fix PR attribution.

From-SVN: r61556

21 years agoReshuffle 22_locale testsuite.
Benjamin Kosnik [Tue, 21 Jan 2003 15:31:36 +0000 (15:31 +0000)]
Reshuffle 22_locale testsuite.

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.

From-SVN: r61549

21 years agoReshuffle 22_locale testsuite.
Benjamin Kosnik [Tue, 21 Jan 2003 15:29:19 +0000 (15:29 +0000)]
Reshuffle 22_locale testsuite.

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.

From-SVN: r61548

21 years agodwarf2out.c (fde_table_in_use): Mark GTY.
Ulrich Weigand [Tue, 21 Jan 2003 14:54:21 +0000 (14:54 +0000)]
dwarf2out.c (fde_table_in_use): Mark GTY.

* 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.

From-SVN: r61547

21 years agoh8300.c (output_plussi): Support H8/300.
Kazu Hirata [Tue, 21 Jan 2003 14:31:29 +0000 (14:31 +0000)]
h8300.c (output_plussi): Support H8/300.

* 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.

From-SVN: r61546

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

From-SVN: r61545

21 years agoMakefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...
Kaveh R. Ghazi [Tue, 21 Jan 2003 13:45:16 +0000 (13:45 +0000)]
Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...

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.

From-SVN: r61544

21 years agogenautomata.c (output_internal_insn_latency_func): Fix missing close paren in output.
Andreas 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.

* genautomata.c (output_internal_insn_latency_func): Fix missing
close paren in output.

From-SVN: r61542

21 years agogenautomata.c: Space savings in generated code:
Zack Weinberg [Tue, 21 Jan 2003 08:33:20 +0000 (08:33 +0000)]
genautomata.c: Space savings in generated code:

* 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.

From-SVN: r61541

21 years agore PR rtl-optimization/7507 (ICE (segfault) with -O2)
Christian Ehrhardt [Tue, 21 Jan 2003 08:02:31 +0000 (08:02 +0000)]
re PR rtl-optimization/7507 (ICE (segfault) with -O2)

        PR opt/7507
        * calls.c (fix_unsafe_tree): Split out from ...
        (expand_call): ... here.  Use it on the function address too.

From-SVN: r61539

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

From-SVN: r61538

21 years agore PR rtl-optimization/7507 (ICE (segfault) with -O2)
Richard Henderson [Tue, 21 Jan 2003 07:37:13 +0000 (23:37 -0800)]
re PR rtl-optimization/7507 (ICE (segfault) with -O2)

        PR opt/7507
        * stmt.c (expand_asm_operands): Validize memory operands.
* gcc.dg/20030120-1.c: New.

From-SVN: r61535

21 years agore PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?))
Richard Henderson [Tue, 21 Jan 2003 05:04:34 +0000 (21:04 -0800)]
re PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?))

        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.

From-SVN: r61532

21 years agoh8300.c (const_costs): Remove a warning.
Kazu Hirata [Tue, 21 Jan 2003 04:10:38 +0000 (04:10 +0000)]
h8300.c (const_costs): Remove a warning.

* config/h8300/h8300.c (const_costs): Remove a warning.
(output_plussi): Likewise.
(compute_plussi_length): Likewise.
(compute_plussi_cc): Likewise.

From-SVN: r61531

21 years agoh8300.md (addsi_h8300): Remove the last alternative.
Kazu Hirata [Tue, 21 Jan 2003 04:01:07 +0000 (04:01 +0000)]
h8300.md (addsi_h8300): Remove the last alternative.

* config/h8300/h8300.md (addsi_h8300): Remove the last
alternative.

From-SVN: r61530

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

From-SVN: r61529

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

From-SVN: r61528

21 years agoifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a scalar...
John David Anglin [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.

* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
is not a scalar int mode.

From-SVN: r61525

21 years agocse.c (cse_insn): Avoid RTL sharing when updating the RETVAL insn's notes following...
Roger 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...

* cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
insn's notes following a substitution inside a libcall.

From-SVN: r61524

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

From-SVN: r61523

21 years agoconfigure.in: Check for system-provided 'uchar' type.
Zack Weinberg [Tue, 21 Jan 2003 00:12:52 +0000 (00:12 +0000)]
configure.in: Check for system-provided 'uchar' type.

* configure.in: Check for system-provided 'uchar' type.
* configure, config.in: Regenerate.
* cpphash.h: Only typedef 'uchar' if the system doesn't.

From-SVN: r61516

21 years agoconfigure.in: Check for system-provided 'uchar' type.
Zack Weinberg [Tue, 21 Jan 2003 00:08:45 +0000 (00:08 +0000)]
configure.in: Check for system-provided 'uchar' type.

* configure.in: Check for system-provided 'uchar' type.
* configure: Regenerate.
* cpphash.h: Only typedef 'uchar' if the system doesn't.

From-SVN: r61515

21 years agoexpr.h (MUST_PASS_IN_STACK): Move implementation...
Richard Henderson [Mon, 20 Jan 2003 23:20:18 +0000 (15:20 -0800)]
expr.h (MUST_PASS_IN_STACK): Move implementation...

        * expr.h (MUST_PASS_IN_STACK): Move implementation...
        * calls.c (default_must_pass_in_stack): ... here.

From-SVN: r61514

21 years agogenattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
Vladimir Makarov [Mon, 20 Jan 2003 22:49:33 +0000 (22:49 +0000)]
genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.

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'.

From-SVN: r61513

21 years agocollect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping.
Kaveh R. Ghazi [Mon, 20 Jan 2003 20:41:55 +0000 (20:41 +0000)]
collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping.

* collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
prototyping.
* configure.in: Check for <ldfcn.h> and ldgetname() prototype.

* config.in, configure: Regenerate.

From-SVN: r61511

21 years agoAdd an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
Nick Clifton [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.

From-SVN: r61509

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

From-SVN: r61507

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

From-SVN: r61506

21 years agosystem.h: Don't declare strsignal if the decl test hasn't been run yet.
Andreas 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.

* system.h: Don't declare strsignal if the decl test hasn't been
run yet.

From-SVN: r61505

21 years agoMakefile.am (core_java_source_files): Add VMObjectStreamClass.java.
Mark Wielaard [Mon, 20 Jan 2003 06:46:28 +0000 (06:46 +0000)]
Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.

       * 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.

From-SVN: r61501

21 years agoh8300.c (notice_update_cc): Don't assume that recog_data.operands[0] is always associ...
Kazu Hirata [Mon, 20 Jan 2003 06:42:58 +0000 (06:42 +0000)]
h8300.c (notice_update_cc): Don't assume that recog_data.operands[0] is always associated with cc0.

* 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.

From-SVN: r61498

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

From-SVN: r61497

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

From-SVN: r61490

21 years agocollect2.c (ldgetname): Expand declaration to prototype.
David Edelsohn [Mon, 20 Jan 2003 02:25:07 +0000 (02:25 +0000)]
collect2.c (ldgetname): Expand declaration to prototype.

        * collect2.c (ldgetname): Expand declaration to prototype.
        * read-rtl.c (atoll): Add prototype.

From-SVN: r61489

21 years agoconfigure.in: Add missing \.
Nathanael Nerode [Sun, 19 Jan 2003 23:44:28 +0000 (23:44 +0000)]
configure.in: Add missing \.

* configure.in: Add missing \.
* configure: Rebuilt.

From-SVN: r61487

21 years agotest_summary (configflags): Only use the first match.
Alexandre Oliva [Sun, 19 Jan 2003 14:34:12 +0000 (14:34 +0000)]
test_summary (configflags): Only use the first match.

* 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.

From-SVN: r61483

21 years agotypename13.C: Remove XFAIL.
Paolo Carlini [Sun, 19 Jan 2003 13:28:26 +0000 (14:28 +0100)]
typename13.C: Remove XFAIL.

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

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

From-SVN: r61482

21 years agoconfig.gcc (mips64*-*-linux*): Added.
Alexandre Oliva [Sun, 19 Jan 2003 13:04:24 +0000 (13:04 +0000)]
config.gcc (mips64*-*-linux*): Added.

* 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.

From-SVN: r61481

21 years agom68hc11.c (stack_push_word, [...]): Declare static and GTY().
Stephane Carrez [Sun, 19 Jan 2003 11:09:08 +0000 (12:09 +0100)]
m68hc11.c (stack_push_word, [...]): Declare static and GTY().

* 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.

From-SVN: r61479

21 years agobasic-block.h: Fix comment formatting.
Kazu Hirata [Sat, 18 Jan 2003 22:32:06 +0000 (22:32 +0000)]
basic-block.h: Fix comment formatting.

* 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.

From-SVN: r61478

21 years agocheck-init.c: Fix comment typos.
Kazu Hirata [Sat, 18 Jan 2003 22:15:51 +0000 (22:15 +0000)]
check-init.c: Fix comment typos.

* 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.

From-SVN: r61477

21 years agoMake-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
Kaveh R. Ghazi [Sat, 18 Jan 2003 19:17:39 +0000 (19:17 +0000)]
Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).

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

From-SVN: r61476

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

From-SVN: r61473

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

From-SVN: r61472

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

From-SVN: r61464

21 years agors6000.md (*floatsidf2_internal): Add earlyclobbers.
Dale Johannesen [Sat, 18 Jan 2003 03:02:19 +0000 (03:02 +0000)]
rs6000.md (*floatsidf2_internal): Add earlyclobbers.

2003-01-17  Dale Johannesen  <dalej@apple.com>

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

From-SVN: r61463

21 years agoalias.c: Fix comment typos.
Kazu Hirata [Sat, 18 Jan 2003 02:26:43 +0000 (02:26 +0000)]
alias.c: Fix comment typos.

* 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.

From-SVN: r61462

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

From-SVN: r61460

21 years agoPR c++/9167, c++/9358
Jason Merrill [Fri, 17 Jan 2003 23:59:22 +0000 (18:59 -0500)]
PR c++/9167, c++/9358

        PR c++/9167, c++/9358
        * decl.c (require_complete_types_for_parms): Also update DECL_ARG_TYPE.

From-SVN: r61459

21 years agore PR c++/9342 (another ICE in cp_expr_size at cp/cp-lang.c: 304)
Jason Merrill [Fri, 17 Jan 2003 22:51:24 +0000 (17:51 -0500)]
re PR c++/9342 (another ICE in cp_expr_size at cp/cp-lang.c: 304)

        PR c++/9342
        * call.c (build_conditional_expr): Always do lvalue-rvalue
        conversion.

From-SVN: r61457

21 years agore PR c++/9294 ([new parser] parser enters infinite loop)
Mark Mitchell [Fri, 17 Jan 2003 20:14:44 +0000 (20:14 +0000)]
re PR c++/9294 ([new parser] parser enters infinite loop)

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.

From-SVN: r61456

21 years agoalpha.c (alpha_need_linkage): Fix obvious mistake in last checkin.
Douglas B Rupp [Fri, 17 Jan 2003 19:56:54 +0000 (19:56 +0000)]
alpha.c (alpha_need_linkage): Fix obvious mistake in last checkin.

* config/alpha/alpha.c (alpha_need_linkage): Fix obvious
mistake in last checkin.

From-SVN: r61455

21 years ago* jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
Kaveh R. 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*.

From-SVN: r61444

21 years agoet-forest.c: Fix comment typos.
Kazu Hirata [Fri, 17 Jan 2003 14:24:24 +0000 (14:24 +0000)]
et-forest.c: Fix comment typos.

* 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.

From-SVN: r61443

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

From-SVN: r61442

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

From-SVN: r61441

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

From-SVN: r61440

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

From-SVN: r61438

21 years agoconfigure.in (baseargs): Avoid using \| in sed regular expressions.
Jakub Jelinek [Fri, 17 Jan 2003 08:02:23 +0000 (09:02 +0100)]
configure.in (baseargs): Avoid using \| in sed regular expressions.

* configure.in (baseargs): Avoid using \| in sed regular
expressions.
* configure: Rebuilt.

From-SVN: r61431

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

From-SVN: r61430

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

From-SVN: r61429

21 years agopch.exp: Copy test header to the working directory before using it either for...
Richard Henderson [Fri, 17 Jan 2003 07:05:54 +0000 (23:05 -0800)]
pch.exp: Copy test header to the working directory before using it either for...

        * 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.

From-SVN: r61428

21 years agoNew.
Richard Henderson [Fri, 17 Jan 2003 07:04:42 +0000 (23:04 -0800)]
New.

From-SVN: r61427

21 years agoalpha.c (alpha_sr_alias_set): Mark GTY.
Richard Henderson [Fri, 17 Jan 2003 06:45:44 +0000 (22:45 -0800)]
alpha.c (alpha_sr_alias_set): Mark GTY.

        * 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.

From-SVN: r61426

21 years agomips.h: Don't use #elif.
Alexandre Oliva [Fri, 17 Jan 2003 05:00:23 +0000 (05:00 +0000)]
mips.h: Don't use #elif.

* config/mips/mips.h: Don't use #elif.  Reported by Kaveh
R. Ghazi.

From-SVN: r61425

21 years agore PR c++/8564 (ICE in find_function_data, at function.c:329)
Jason Merrill [Fri, 17 Jan 2003 03:43:52 +0000 (22:43 -0500)]
re PR c++/8564 (ICE in find_function_data, at function.c:329)

        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.

From-SVN: r61422

21 years agoifcvt.c: Fix comment typos.
Kazu Hirata [Fri, 17 Jan 2003 03:28:11 +0000 (03:28 +0000)]
ifcvt.c: Fix comment typos.

* 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.

From-SVN: r61421

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

From-SVN: r61420

21 years agopch.exp: Copy test header to the working directory before using it either for...
Richard Henderson [Fri, 17 Jan 2003 02:48:09 +0000 (18:48 -0800)]
pch.exp: Copy test header to the working directory before using it either for...

        * 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.

From-SVN: r61419

21 years agodwarf2out.c (struct file_table): Remove.
Richard Henderson [Fri, 17 Jan 2003 02:34:04 +0000 (18:34 -0800)]
dwarf2out.c (struct file_table): Remove.

        * 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.

From-SVN: r61418

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

From-SVN: r61417

21 years ago* config/locale/generic/messages_members.h
Jeffrey D. Oldham [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.

From-SVN: r61416

21 years agobuiltins.c (java_build_function_call_expr): Renamed from build_function_call_expr.
Kaveh R. 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.

* builtins.c (java_build_function_call_expr): Renamed from
build_function_call_expr.  All callers changed.

From-SVN: r61415

21 years agosh.c (sh_initialize_trampoline): Emit rotrdi3_mextr instead of rotldi3_mextr.
Kaz Kojima [Fri, 17 Jan 2003 00:26:53 +0000 (00:26 +0000)]
sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr instead of rotldi3_mextr.

        * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
        instead of rotldi3_mextr.

From-SVN: r61413

21 years agohaifa-sched.c (move_insn): Restore moving all schedule group.
Vladimir Makarov [Fri, 17 Jan 2003 00:00:18 +0000 (00:00 +0000)]
haifa-sched.c (move_insn): Restore moving all schedule group.

2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>

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

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

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

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

From-SVN: r61412

21 years agom68hc11.c (m68hc11_check_z_replacement): Fix handling 68HC12 pre/post inc/dec side...
Stephane Carrez [Thu, 16 Jan 2003 22:12:39 +0000 (23:12 +0100)]
m68hc11.c (m68hc11_check_z_replacement): Fix handling 68HC12 pre/post inc/dec side effects.

* config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
68HC12 pre/post inc/dec side effects.

From-SVN: r61410

21 years agocp-tree.h (tsubst_copy_and_build): New declaration.
Jeffrey D. Oldham [Thu, 16 Jan 2003 22:06:04 +0000 (22:06 +0000)]
cp-tree.h (tsubst_copy_and_build): New declaration.

2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>

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

From-SVN: r61409

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

From-SVN: r61407

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

From-SVN: r61406

21 years agoSocketImpl.java (toString): Don't explicitly call toString() on possible null address.
Mark Wielaard [Thu, 16 Jan 2003 21:37:56 +0000 (21:37 +0000)]
SocketImpl.java (toString): Don't explicitly call toString() on possible null address.

       * java/net/SocketImpl.java (toString): Don't explicitly call
       toString() on possible null address.

From-SVN: r61404

21 years agocp-tree.h (lang_type_class): Remove is_partial_instantiation.
Mark Mitchell [Thu, 16 Jan 2003 20:30:50 +0000 (20:30 +0000)]
cp-tree.h (lang_type_class): Remove is_partial_instantiation.

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

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

Co-Authored-By: Jeffrey Oldham <oldham@codesourcery.com>
From-SVN: r61403

21 years agors6000.h: Mention Altivec registers in commentary.
Zack Weinberg [Thu, 16 Jan 2003 18:09:21 +0000 (18:09 +0000)]
rs6000.h: Mention Altivec registers in commentary.

* config/rs6000/rs6000.h: Mention Altivec registers in
commentary.  Fix typo.

From-SVN: r61401

21 years agore PR c++/9212 (Internal compiler error in grokdeclarator, at cp/decl.c:11052 [gcc...
Nathan Sidwell [Thu, 16 Jan 2003 17:08:54 +0000 (17:08 +0000)]
re PR c++/9212 (Internal compiler error in grokdeclarator, at cp/decl.c:11052 [gcc 3.2])

cp:
PR C++/9212
* parser.c (cp_parser_direct_declarator): If accepting either
abstract or named, the name must be an unqualified-id.
testsuite:
* g++.dg/parse/ambig2.C: New test.

From-SVN: r61399

21 years agors6000.md (movti_string): Remove clobber.
David Edelsohn [Thu, 16 Jan 2003 16:32:25 +0000 (16:32 +0000)]
rs6000.md (movti_string): Remove clobber.

        * config/rs6000/rs6000.md (movti_string): Remove clobber.
        * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
        generate PARALLEL with clobber for TARGET_POWER.

From-SVN: r61398

21 years agoconfigure.in (baseargs): Remove all supported forms of --cache-file...
Jakub Jelinek [Thu, 16 Jan 2003 16:31:49 +0000 (17:31 +0100)]
configure.in (baseargs): Remove all supported forms of --cache-file...

* configure.in (baseargs): Remove all supported forms of
--cache-file, --srcdir, --host, --build and --target options
from argument lists.
* configure: Rebuilt.

From-SVN: r61397

21 years agoMake-lang.in (f/target.o): Depend on toplev.h.
Kaveh R. Ghazi [Thu, 16 Jan 2003 15:58:40 +0000 (15:58 +0000)]
Make-lang.in (f/target.o): Depend on toplev.h.

f:
* Make-lang.in (f/target.o): Depend on toplev.h.
* target.c: Include toplev.h.

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

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

From-SVN: r61394