platform/upstream/gcc.git
21 years agolocale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits...
Brendan Kehoe [Tue, 27 May 2003 21:14:49 +0000 (17:14 -0400)]
locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the...

2003-05-26  Brendan Kehoe  <brendan@zen.org>

    * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
    make sure the number of digits required after the decimal-point
    (if any) is exactly the value returned by frac_digits().

From-SVN: r67192

21 years agorevert change on wrong branch
Jason Merrill [Tue, 27 May 2003 19:59:13 +0000 (15:59 -0400)]
revert change on wrong branch

From-SVN: r67191

21 years agotree.h (contains_placeholder_p): Now returns bool.
Richard Kenner [Tue, 27 May 2003 18:44:57 +0000 (14:44 -0400)]
tree.h (contains_placeholder_p): Now returns bool.

* tree.h (contains_placeholder_p): Now returns bool.
(CONTAINS_PLACEHOLDER_P): New macro.
(type_contains_placeholder_p): New function.
* tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
(contains_placeholder_p): Now returns bool.
Rework to use CONTAINS_PLACEHOLDER_P macro.
(type_contains_placeholder_p): New function.
* fold-const.c (fold, case COMPONENT_REF): Don't fold if
type_contains_placeholder_p.
(fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
Use CONTAINS_PLACEHOLDER_P macro.
* builtins.c (fold_builtin): Likewise.
* calls.c (initialize_argument_information): Likewise.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
* explow.c (expr_size): Likewise.
* expr.c (store_constructor, get_inner_reference): Likewise.
* function.c (assign_parms): Likewise.
* stor-layout.c (variable_size): Likewise.

From-SVN: r67189

21 years agoc-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location...
Jason Merrill [Tue, 27 May 2003 16:09:28 +0000 (12:09 -0400)]
c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location of its first line.

        * c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the
        source location of its first line.

From-SVN: r67188

21 years agostd_istream.h, [...]: Typo in comment.
Jonathan Wakely [Tue, 27 May 2003 13:29:39 +0000 (14:29 +0100)]
std_istream.h, [...]: Typo in comment.

2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>

* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.

From-SVN: r67187

21 years agogcc_release (build_diffs): Add diagnostics in case we cannot generate a specific...
Gerald Pfeifer [Tue, 27 May 2003 13:26:23 +0000 (15:26 +0200)]
gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file.

* gcc_release (build_diffs): Add diagnostics in case we cannot
generate a specific diff file.

From-SVN: r67186

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:34:29 +0000 (06:34 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java
(FILTERED): Merged documentation from classpath.
* java/util/zip/DeflaterOutputStream.java
(DeflaterOutputStream): Merged documentation and argument validity
check from classpath.
(deflate): Merged documentation from classpath.
(finish): Likewise.
* java/util/zip/Inflater.java
(Inflater): Merged class documentation from classpath.
(zstream): Reordered.
(is_finished): Reordered.
(dict_needed): Reordered.
(Inflater): Reordered, merged documentation from classpath.
(end): Likewise.
(finalize): Merged documentation from classpath.
(finished): Likewise.
(getAdler): Likewise.
(getRemaining): Likewise.
(getTotalIn): Likewise.
(getTotalOut): Likewise.
(inflate): Likewise.
(needsDictionary): Likewise.
(needsInput): Likewise.
(reset): Likewise.
(setDictionary): Likewise.
(setInput): Likewise.

From-SVN: r67185

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:17:57 +0000 (06:17 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/net/URLConnection.java
(getHeaderFieldInt): Merged with classpath.

From-SVN: r67184

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:04:28 +0000 (06:04 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/io/PrintStream.java
(PrintStream): Reformatted.
(PrintStream): New method, merged from classpath.
(write): Reformatted.

From-SVN: r67183

21 years agoSystem.java: Explicitely import needed classes.
Michael Koch [Tue, 27 May 2003 06:03:14 +0000 (06:03 +0000)]
System.java: Explicitely import needed classes.

2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/lang/System.java:
Explicitely import needed classes.

From-SVN: r67182

21 years agore PR fortran/10843 (g77 -ffree-form rejects "GO TO".)
David Billinghurst [Tue, 27 May 2003 05:07:58 +0000 (05:07 +0000)]
re PR fortran/10843 (g77 -ffree-form rejects "GO TO".)

2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)

PR fortran/10843
* g77.dg/ffixed-form-1.f: New test
* g77.dg/ffixed-form-2.f: New test
* g77.dg/ffree-form-2.f: New test - XFAIL pending fix
* g77.dg/ffree-form-3.f: New test

From-SVN: r67181

21 years agoDaily bump.
GCC Administrator [Tue, 27 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67179

21 years agowchar_t-1.c: XFAIL on darwin, no wchar.h available.
Andreas Tobler [Mon, 26 May 2003 18:10:20 +0000 (20:10 +0200)]
wchar_t-1.c: XFAIL on darwin, no wchar.h available.

2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
        * gcc.dg/wint_t-1.c: Likewise.

From-SVN: r67176

21 years agore PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)
Benjamin Kosnik [Mon, 26 May 2003 14:54:42 +0000 (14:54 +0000)]
re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)

2003-05-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/9339
* include/std/std_fstream.h (basic_filebuf::_M_overflow): Remove.
(_M_pback): No array necessary.
* include/bits/fstream.tcc (basic_filebuf::_M_overflow): Add
unbuffered case, coalesec into ...
(basic_filebuf::overflow): ...this.
* testsuite/27_io/basic_filebuf/sputn/char/9339.cc: New.
* testsuite/27_io/basic_filebuf/sputc/char/2.cc: Unbuffered.

From-SVN: r67175

21 years agoNetPermission.java, [...]: New versions from classpath.
Michael Koch [Mon, 26 May 2003 12:58:02 +0000 (12:58 +0000)]
NetPermission.java, [...]: New versions from classpath.

2003-05-26  Michael Koch  <konqueror@gmx.de>

* java/net/NetPermission.java,
java/net/NetworkInterface.java,
java/net/PasswordAuthentication.java,
java/net/SocketPermission.java:
New versions from classpath.

From-SVN: r67174

21 years agoDaily bump.
GCC Administrator [Mon, 26 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67172

21 years agodiagnostic.h (output_verbatim, verbatim): Remove printf attribute.
Gabriel Dos Reis [Sun, 25 May 2003 20:36:30 +0000 (20:36 +0000)]
diagnostic.h (output_verbatim, verbatim): Remove printf attribute.

* diagnostic.h (output_verbatim, verbatim):  Remove  printf
attribute.

From-SVN: r67169

21 years ago* doc/contrib.texi (Contributors): Update Kean Johnston.
Gerald Pfeifer [Sun, 25 May 2003 18:48:45 +0000 (20:48 +0200)]
* doc/contrib.texi (Contributors): Update Kean Johnston.

From-SVN: r67167

21 years agoparser.c (cp_parser_explicit_instantiation): Restore old access before template insta...
Kriang Lerdsuwanakij [Sun, 25 May 2003 12:59:22 +0000 (12:59 +0000)]
parser.c (cp_parser_explicit_instantiation): Restore old access before template instantiation.

* parser.c (cp_parser_explicit_instantiation): Restore old
access before template instantiation.

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

From-SVN: r67166

21 years agoPushbackInputStream.java, [...]: Merged new versions from classpath.
Michael Koch [Sun, 25 May 2003 11:40:19 +0000 (11:40 +0000)]
PushbackInputStream.java, [...]: Merged new versions from classpath.

2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/io/PushbackInputStream.java,
java/net/Authenticator.java,
java/net/ContentHandler.java,
java/net/ContentHandlerFactory.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/DatagramSocketImplFactory.java,
java/net/FileNameMap.java,
java/net/SocketImplFactory.java,
java/net/SocketOptions.java,
java/net/URLStreamHandlerFactory.java:
Merged new versions from classpath.

From-SVN: r67165

21 years agoCheckbox.java, [...]: New versions from classpath.
Michael Koch [Sun, 25 May 2003 11:24:27 +0000 (11:24 +0000)]
Checkbox.java, [...]: New versions from classpath.

2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/awt/Checkbox.java,
java/awt/Dialog.java,
java/awt/Font.java,
java/awt/Frame.java,
java/awt/ScrollPaneAdjustable.java,
java/awt/Scrollbar.java,
java/awt/Window.java:
New versions from classpath.

From-SVN: r67164

21 years agore PR c++/10849 (Cannot define an out-of-class specialization of a private nested...
Kriang Lerdsuwanakij [Sun, 25 May 2003 10:34:51 +0000 (10:34 +0000)]
re PR c++/10849 (Cannot define an out-of-class specialization of a private nested template class)

PR c++/10849
* g++.dg/template/access10.C: New test.

From-SVN: r67163

21 years ago* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
David Edelsohn [Sun, 25 May 2003 04:18:06 +0000 (04:18 +0000)]
* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.

From-SVN: r67160

21 years agoDaily bump.
GCC Administrator [Sun, 25 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67158

21 years ago440.md, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 16:54:04 +0000 (16:54 +0000)]
440.md, [...]: Replace "GNU CC" with "GCC".

* config/rs6000/440.md, config/stormy16/stormy16protos.h,
config/stormy16/stormy16.c, config/stormy16/stormy16.md:
Replace "GNU CC" with "GCC".

From-SVN: r67156

21 years agoMakefile.am, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 16:22:03 +0000 (16:22 +0000)]
Makefile.am, [...]: Replace "GNU CC" with "GCC".

2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>

* libsupc++/Makefile.am, libsupc++/cxxabi.h, libsupc++/del_op.cc,
libsupc++/del_opnt.cc, libsupc++/del_opv.cc, libsupc++/del_opvnt.cc,
libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc,
libsupc++/eh_catch.cc, libsupc++/eh_exception.cc,
libsupc++/eh_globals.cc, libsupc++/eh_personality.cc,
libsupc++/eh_term_handler.cc, libsupc++/eh_terminate.cc,
libsupc++/eh_throw.cc, libsupc++/eh_type.cc,
libsupc++/eh_unex_handler.cc, libsupc++/exception,
libsupc++/new, libsupc++/new_handler.cc, libsupc++/new_op.cc,
libsupc++/new_opnt.cc, libsupc++/new_opv.cc, libsupc++/new_opvnt.cc,
libsupc++/pure.cc, libsupc++/tinfo.cc, libsupc++/tinfo2.cc,
libsupc++/typeinfo, libsupc++/unwind-cxx.h, libsupc++/vec.cc:
Replace "GNU CC" with "GCC".

From-SVN: r67155

21 years agobuiltins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate computation.
Matt Kraai [Sat, 24 May 2003 14:50:02 +0000 (14:50 +0000)]
builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate computation.

* builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
intermediate computation.

From-SVN: r67154

21 years agosimd-5.x: XFAIL on SPARC64.
Eric Botcazou [Sat, 24 May 2003 11:52:18 +0000 (13:52 +0200)]
simd-5.x: XFAIL on SPARC64.

* gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.

Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
From-SVN: r67151

21 years agoAndreas Tobler <a.tobler@schweiz.ch>
Andreas Tobler [Sat, 24 May 2003 06:04:35 +0000 (08:04 +0200)]
Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
        suppress for powerpc-*-darwin*.
        * gcc.dg/torture/builtin-noret-2.c: Likewise.

From-SVN: r67150

21 years agobuiltins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.
Andreas Tobler [Sat, 24 May 2003 05:58:15 +0000 (07:58 +0200)]
builtins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.

2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
        suppress option for powerpc-*-darwin*.

From-SVN: r67149

21 years ago* ChangeLog: Correct typo in my previous ChangeLog entry.
Roger Sayle [Sat, 24 May 2003 05:23:27 +0000 (05:23 +0000)]
* ChangeLog: Correct typo in my previous ChangeLog entry.

From-SVN: r67148

21 years ago* include/backward/new.h: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 04:50:19 +0000 (04:50 +0000)]
* include/backward/new.h: Replace "GNU CC" with "GCC".

From-SVN: r67147

21 years agoDaily bump.
GCC Administrator [Sat, 24 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67145

21 years agogcc_release (build_sources): Only update ChangeLog files which do not yet contain...
Gerald Pfeifer [Fri, 23 May 2003 22:55:50 +0000 (00:55 +0200)]
gcc_release (build_sources): Only update ChangeLog files which do not yet contain the entry we are going to add.

* gcc_release (build_sources): Only update ChangeLog files which
do not yet contain the entry we are going to add.
Fix typo in added ChangeLog entries.

From-SVN: r67143

21 years agomips.md (clzsi, clzdi): New patterns.
Eric Christopher [Fri, 23 May 2003 22:19:16 +0000 (22:19 +0000)]
mips.md (clzsi, clzdi): New patterns.

2003-05-23  Eric Christopher  <echristo@redhat.com>

        * config/mips/mips.md (clzsi, clzdi): New patterns.

From-SVN: r67142

21 years agors6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.
Geoffrey Keating [Fri, 23 May 2003 20:57:11 +0000 (20:57 +0000)]
rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.

* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
and ! TARGET_STRING cases.

From-SVN: r67140

21 years agoMakefile.in: Correct description.
Nathanael Nerode [Fri, 23 May 2003 20:48:48 +0000 (20:48 +0000)]
Makefile.in: Correct description.

2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* fixinc/Makefile.in: Correct description.
* fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
fixinc/genfixes: Replace "GNU CC" with "GCC".

From-SVN: r67139

21 years agobuiltins.def: Defome atan...
Roger Sayle [Fri, 23 May 2003 20:45:40 +0000 (20:45 +0000)]
builtins.def: Defome atan...

* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
builtin functions (and their __builtin_* variants).
* builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
(expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
optimizing.

* doc/extend.texi: Document new tan and atan builtins, and
their float and long double variants.

* gcc.dg/builtins-1.c: Add tests for tan and atan.
* gcc.dg/builtins-4.c: Add test for fmod.

From-SVN: r67137

21 years agoFix typo.
Mike Stump [Fri, 23 May 2003 20:42:41 +0000 (20:42 +0000)]
Fix typo.

From-SVN: r67136

21 years agonetbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.
Jason Thorpe [Fri, 23 May 2003 20:36:04 +0000 (20:36 +0000)]
netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.

* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case.

From-SVN: r67135

21 years agohash.c, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Fri, 23 May 2003 20:25:39 +0000 (20:25 +0000)]
hash.c, [...]: Replace "GNU CC" with "GCC".

* hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
thr-win32.c, thr.c: Replace "GNU CC" with "GCC".

From-SVN: r67134

21 years ago* i386.c (ix86_reorg): Calls are also jumps.
Jan Hubicka [Fri, 23 May 2003 20:25:21 +0000 (22:25 +0200)]
* i386.c (ix86_reorg): Calls are also jumps.

From-SVN: r67133

21 years agocse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing an EXPR_L...
J"orn Rennecke [Fri, 23 May 2003 20:08:22 +0000 (20:08 +0000)]
cse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing an EXPR_LIST...

* cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
note containing an EXPR_LIST, process all the arguments.

From-SVN: r67132

21 years agoMakefile.in, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Fri, 23 May 2003 20:04:58 +0000 (20:04 +0000)]
Makefile.in, [...]: Replace "GNU CC" with "GCC".

2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".

From-SVN: r67131

21 years agoi386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.
Jan Hubicka [Fri, 23 May 2003 19:43:34 +0000 (21:43 +0200)]
i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.

* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
do not use assertion.

Co-Authored-By: Andreas Jaeger <aj@suse.de>
From-SVN: r67130

21 years agotlink.c (scan_linker_output): Add support for darwin linker...
Mike Stump [Fri, 23 May 2003 18:23:13 +0000 (18:23 +0000)]
tlink.c (scan_linker_output): Add support for darwin linker...

        * tlink.c (scan_linker_output): Add support for darwin linker, as it
        emits unresolved symbols one per line, consuming the entire line.

From-SVN: r67126

21 years agoexplow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
Larin Hennessy [Fri, 23 May 2003 18:19:21 +0000 (18:19 +0000)]
explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.

2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
    Zack Weinberg <zack@codesourcery.com>

* explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
* config/m68k/m68k.c (m68k_output_function_prologue):
Remove code under #if NEED_PROBE.
* config/m68k/m68k.h: Don't define NEED_PROBE.
* config/m68k/m68k.md: Remove "probe" insn.
* doc/md.texi: Remove documentation of "probe" pattern.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r67125

21 years ago* win32-host.c: Normalize copyright boilerplate.
Nathanael Nerode [Fri, 23 May 2003 18:18:49 +0000 (18:18 +0000)]
* win32-host.c: Normalize copyright boilerplate.

From-SVN: r67124

21 years ago* exgettext: Add "This file is part of GCC".
Nathanael Nerode [Fri, 23 May 2003 17:52:54 +0000 (17:52 +0000)]
* exgettext: Add "This file is part of GCC".

From-SVN: r67123

21 years agoexgettext: Replace "GNU CC" and "this program" with "GCC" in copyright boilerplate.
Nathanael Nerode [Fri, 23 May 2003 17:47:54 +0000 (17:47 +0000)]
exgettext: Replace "GNU CC" and "this program" with "GCC" in copyright boilerplate.

* exgettext: Replace "GNU CC" and "this program" with "GCC" in
copyright boilerplate.

From-SVN: r67122

21 years agoanalyze_brprob, [...]: Change GNU CC to GCC.
Nathanael Nerode [Fri, 23 May 2003 16:20:44 +0000 (16:20 +0000)]
analyze_brprob, [...]: Change GNU CC to GCC.

* analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
to GCC.

From-SVN: r67120

21 years agore PR c++/10682 (chokes on a typedef for an enum inside a class template)
Kriang Lerdsuwanakij [Fri, 23 May 2003 15:01:45 +0000 (15:01 +0000)]
re PR c++/10682 (chokes on a typedef for an enum inside a class template)

PR c++/10682
* pt.c (instantiate_class_template): Use DECL_ARTIFICIAL to
check for implicitly created typedef to an enum.

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

From-SVN: r67118

21 years agors6000.md (save_fpregs_{si,di}): Add branch attribute.
Dorit Naishlos [Fri, 23 May 2003 14:47:34 +0000 (14:47 +0000)]
rs6000.md (save_fpregs_{si,di}): Add branch attribute.

2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>

        * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.

From-SVN: r67117

21 years agoinstall.texi: Remove sparc64-*-*.
Eric Botcazou [Fri, 23 May 2003 05:41:21 +0000 (07:41 +0200)]
install.texi: Remove sparc64-*-*.

* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.

From-SVN: r67113

21 years agoreal.c (real_maxval): New function to return the largest finite value representable...
Roger Sayle [Fri, 23 May 2003 03:46:53 +0000 (03:46 +0000)]
real.c (real_maxval): New function to return the largest finite value representable in a given mode (i.e.

* real.c (real_maxval): New function to return the largest finite
value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
* real.h (real_maxval): Prototype here.
* fold-const.c (fold_inf_compare): Transform comparisons against
+-Infinity into comparisons against DBL_MAX (or equivalent).

* gcc.c-torture/execute/ieee/inf-2.c: New test case.

From-SVN: r67112

21 years agore PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)
Jeff Sturm [Fri, 23 May 2003 03:15:36 +0000 (03:15 +0000)]
re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)

PR libgcj/10838:
* java/io/ObjectInputStream (enableResolveObject):
Fixed spelling of permission name.

From-SVN: r67111

21 years agore PR libstdc++/3066 (configure.in generates bad arguments for cross compiling libraries)
Benjamin Kosnik [Fri, 23 May 2003 02:31:07 +0000 (02:31 +0000)]
re PR libstdc++/3066 (configure.in generates bad arguments for cross compiling libraries)

2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/3066.
* configure.in: Switch target to host, don't assume newlib.
(target_alias): Remove.
* configure: Regenerate.
* acinclude.m4: Same.
* aclocal.m4: Regenerate.
* configure.target: Same. Rename to...
* configure.host: This.

From-SVN: r67110

21 years agoFix a loose end of a sentence in the way rth suggested.
Wolfgang Bangerth [Fri, 23 May 2003 01:24:00 +0000 (19:24 -0600)]
Fix a loose end of a sentence in the way rth suggested.

From-SVN: r67108

21 years agoFinish correcting inadvertent checkin.
Richard Kenner [Fri, 23 May 2003 00:38:32 +0000 (20:38 -0400)]
Finish correcting inadvertent checkin.

From-SVN: r67107

21 years agoDaily bump.
GCC Administrator [Fri, 23 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67105

21 years agoRemove hunk commited in error.
Richard Kenner [Fri, 23 May 2003 00:13:04 +0000 (20:13 -0400)]
Remove hunk commited in error.

From-SVN: r67103

21 years agostd_fstream.h (_S_pback_size): Remove definition.
Paolo Carlini [Thu, 22 May 2003 22:16:41 +0000 (00:16 +0200)]
std_fstream.h (_S_pback_size): Remove definition.

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

* include/std/std_fstream.h (_S_pback_size): Remove definition.
(_M_create_pback(), _M_destroy_pback()): Simplify for a single-char
pback buffer.
* include/bits/fstream.tcc (_S_pback_size): Remove declaration.
* testsuite/27_io/basic_filebuf/3.cc: Remove explicit instantiation
of _S_pback_size for systems with no COMDAT or weak support.
* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
* testsuite/27_io/basic_filebuf/underflow/10096.cc: Likewise.
* testsuite/27_io/basic_fstream/3.cc: Likewise.
* testsuite/27_io/basic_ifstream/3.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Likewise.
* testsuite/27_io/basic_ofstream/3.cc: Likewise.
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Likewise.
* testsuite/27_io/basic_streambuf/3.cc: Likewise.

From-SVN: r67102

21 years agoconfig.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default.
Mike Stump [Thu, 22 May 2003 22:08:43 +0000 (22:08 +0000)]
config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default.

* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
default.

From-SVN: r67101

21 years agocalls.c (expand_call): If the arg block is going to grow downward...
DJ Delorie [Thu, 22 May 2003 20:54:43 +0000 (16:54 -0400)]
calls.c (expand_call): If the arg block is going to grow downward...

* calls.c (expand_call): If the arg block is going to grow
downward, we need argblock to point to the top of the block,
not the bottom.

From-SVN: r67099

21 years agoexpr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADDRESS...
Richard Kenner [Thu, 22 May 2003 20:31:46 +0000 (20:31 +0000)]
expr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.

* expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.

From-SVN: r67098

21 years agocom.c (ffecom_sym_transform_): Error out on unallocatable storage after type is set.
Bud Davis [Thu, 22 May 2003 19:49:01 +0000 (19:49 +0000)]
com.c (ffecom_sym_transform_): Error out on unallocatable storage after type is set.

2003-05-22  Bud Davis  <bdavis9659@comcast.net>

* com.c (ffecom_sym_transform_): Error out on unallocatable
storage after type is set.

From-SVN: r67097

21 years ago* c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
Richard Kenner [Thu, 22 May 2003 19:39:13 +0000 (19:39 +0000)]
* c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.

From-SVN: r67096

21 years agofstream.tcc (_M_underflow): simplify...
Paolo Carlini [Thu, 22 May 2003 18:44:02 +0000 (20:44 +0200)]
fstream.tcc (_M_underflow): simplify...

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

* include/bits/fstream.tcc (_M_underflow): simplify:
!__testout implies _M_filepos == _M_in_end, therefore
the first _M_file.seekoff call is never issued.

From-SVN: r67094

21 years agom68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
Kaveh R. Ghazi [Thu, 22 May 2003 17:54:20 +0000 (17:54 +0000)]
m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.

* m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
* m68k.c: Likewise.
* m68k.h: Likewise.

From-SVN: r67093

21 years ago[multiple changes]
Benjamin Kosnik [Thu, 22 May 2003 17:04:13 +0000 (17:04 +0000)]
[multiple changes]

2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Sort cross table.
* configure: Regenerate.

2003-05-22  Brad Spencer  <spencer@infointeractive.com>

* configure.in: Add Solaris cross bits.

From-SVN: r67091

21 years agore PR other/2873 ([3.3 only][fixinclude] Bogus fixinclude of stdio.h from glibc 2...
Zack Weinberg [Thu, 22 May 2003 17:03:57 +0000 (17:03 +0000)]
re PR other/2873 ([3.3 only][fixinclude] Bogus fixinclude of stdio.h from glibc 2.2.3)

PR other/2873
* fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
expressions to prevent triggering on recent curses.h,
linux/nls.h, or X11/Xlib.h.
(stdio_va_list): Add _G_va_list to bypass pattern.
(strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
* fixinc/fixincl.x: Regenerate.

From-SVN: r67090

21 years ago* gnat_rm.texi : Remove reference to Ada Core Technologies.
Geert Bosch [Thu, 22 May 2003 16:25:58 +0000 (18:25 +0200)]
* gnat_rm.texi : Remove reference to Ada Core Technologies.

From-SVN: r67089

21 years agosh.h (TARGET_SWITCHES): Display all the target switches when --target-help option...
Rekha Bhintade [Thu, 22 May 2003 12:20:53 +0000 (12:20 +0000)]
sh.h (TARGET_SWITCHES): Display all the target switches when --target-help option is specified.

2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>

* gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
switches when --target-help option is specified.

From-SVN: r67087

21 years agore PR bootstrap/10805 ([sun-solaris2.7] relocation error when creating sparcv9/libgcc...
Eric Botcazou [Thu, 22 May 2003 07:53:43 +0000 (09:53 +0200)]
re PR bootstrap/10805 ([sun-solaris2.7] relocation error when creating sparcv9/libgcc_s.so.1)

PR bootstrap/10805
* doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
failure with Sun assembler 5.0 Alpha 03/27/98.

From-SVN: r67085

21 years agoTweak last commit, adjust ChangeLog to reflect complete delta.
Loren J. Rittle [Thu, 22 May 2003 06:30:50 +0000 (06:30 +0000)]
Tweak last commit, adjust ChangeLog to reflect complete delta.

From-SVN: r67083

21 years agoI'm sure Loren James Little meant 2003-05-21, not 2003-03-21. :-)
Ben Elliston [Thu, 22 May 2003 06:24:37 +0000 (16:24 +1000)]
I'm sure Loren James Little meant 2003-05-21, not 2003-03-21.  :-)

From-SVN: r67082

21 years agofreebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9 -D__sparc__ to match system compi...
Loren J. Rittle [Thu, 22 May 2003 03:59:19 +0000 (03:59 +0000)]
freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9 -D__sparc__ to match system compiler convention.

* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
-D__sparc__ to match system compiler convention.

From-SVN: r67080

21 years agoconfigure.in: Use curly braces in the definition of tooldir.
Maciej W. Rozycki [Thu, 22 May 2003 02:49:07 +0000 (04:49 +0200)]
configure.in: Use curly braces in the definition of tooldir.

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

From-SVN: r67078

21 years agoMakefile.tpl (configure-target-libiberty): Depend only on gcc, not newlib or libgloss.
DJ Delorie [Thu, 22 May 2003 02:36:20 +0000 (22:36 -0400)]
Makefile.tpl (configure-target-libiberty): Depend only on gcc, not newlib or libgloss.

* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.

From-SVN: r67077

21 years agoDaily bump.
GCC Administrator [Thu, 22 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67075

21 years agoinit.c (build_vec_delete): Copy the address into a temporary variable before calling...
Jason Merrill [Wed, 21 May 2003 23:27:50 +0000 (19:27 -0400)]
init.c (build_vec_delete): Copy the address into a temporary variable before calling build_vec_delete_1.

        * init.c (build_vec_delete): Copy the address into a temporary
        variable before calling build_vec_delete_1.
        * decl2.c (delete_sanity): Don't call stabilize_reference.

From-SVN: r67072

21 years agoscalar-return-1_main.c: New file.
Janis Johnson [Wed, 21 May 2003 23:14:22 +0000 (23:14 +0000)]
scalar-return-1_main.c: New file.

2003-05-21  Janis Johnson <janis187@us.ibm.com>

* gcc.dg/compat/scalar-return-1_main.c: New file.
* gcc.dg/compat/scalar-return-1_x.c: New file.
* gcc.dg/compat/scalar-return-1_y.c: New file.
* gcc.dg/compat/scalar-return-2_main.c: New file.
* gcc.dg/compat/scalar-return-2_x.c: New file.
* gcc.dg/compat/scalar-return-2_y.c: New file.
* gcc.dg/compat/struct-return-3_main.c: New file.
* gcc.dg/compat/struct-return-3_y.c: New file.
* gcc.dg/compat/struct-return-3_x.c: New file.
* gcc.dg/compat/struct-return-2_main.c: New file.
* gcc.dg/compat/struct-return-2_x.c: New file.
* gcc.dg/compat/struct-return-2_y.c: New file.

(I thought I had committed these yesterday)

From-SVN: r67070

21 years agogthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero value, not just if defined.
Danny Smith [Wed, 21 May 2003 22:16:08 +0000 (22:16 +0000)]
gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero value, not just if defined.

* gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero
value, not just if defined.

* libstdc++-v3/config/os/mingw32/os_defines.h (__GTHREAD_HIDE_WIN32API):
Define to 1 by defualt.
(NOMINMAX): Define.

From-SVN: r67069

21 years agore PR target/6428 ([hppa*-hp-hpux] gmon.out is not generated when application to...
John David Anglin [Wed, 21 May 2003 22:00:58 +0000 (22:00 +0000)]
re PR target/6428 ([hppa*-hp-hpux] gmon.out is not generated when application to be profiled is linked with shared libgcc)

PR target/6428
* pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
option is used without `-static'.
* pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
* pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
* g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
for hppa*-hp-hpux*.
* gcc.dg/20021014-1.c (dg-options): Likewise.
* gcc.dg/nest.c (dg-options): Likewise.

From-SVN: r67068

21 years agoxtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete.
Bob Wilson [Wed, 21 May 2003 21:23:03 +0000 (21:23 +0000)]
xtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete.

        * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
        TARGET_SERIALIZE_VOLATILE): Delete.
        (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
        (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
        (TARGET_SWITCHES): Remove "-mserialize-volatile" and
        "-mno-serialize-volatile".
        * config/xtensa/xtensa.c (print_operand): Remove checks of
        TARGET_SERIALIZE_VOLATILE.
        * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
        * doc/invoke.texi (Option Summary, Xtensa Options): Remove
        "-mserialize-volatile" and "-mno-serialize-volatile" options.

From-SVN: r67067

21 years agoMakefile.tpl: Add missing empty maybe-check-gcc target.
DJ Delorie [Wed, 21 May 2003 21:10:32 +0000 (17:10 -0400)]
Makefile.tpl: Add missing empty maybe-check-gcc target.

* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.

From-SVN: r67066

21 years agostd_fstream.h (_M_set_buffer): Fix indentation.
Paolo Carlini [Wed, 21 May 2003 20:22:25 +0000 (22:22 +0200)]
std_fstream.h (_M_set_buffer): Fix indentation.

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

* include/std/std_fstream.h (_M_set_buffer): Fix indentation.

From-SVN: r67065

21 years agoc-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
Nathan Sidwell [Wed, 21 May 2003 14:27:46 +0000 (14:27 +0000)]
c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.

* c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
(nested_function): Likewise.
(notype_nested_function): Likewise.
cp:
* pt.c (register_specialization): Update the decl's location,
if necessary.
(check_explicit_specialization): Likewise.

From-SVN: r67063

21 years agoUpdate overflow type for R_XSTORMY16_16 reloc.
Nick Clifton [Wed, 21 May 2003 13:53:04 +0000 (13:53 +0000)]
Update overflow type for R_XSTORMY16_16 reloc.

From-SVN: r67062

21 years agoindex.html: Fix typo.
Jonathan Wakely [Wed, 21 May 2003 12:18:45 +0000 (13:18 +0100)]
index.html: Fix typo.

2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/faq/index.html: Fix typo.
* docs/html/faq/index.txt: Regenerate.

From-SVN: r67061

21 years agotest.html: Fix markup.
Jonathan Wakely [Wed, 21 May 2003 12:15:18 +0000 (13:15 +0100)]
test.html: Fix markup.

2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/test.html: Fix markup.

From-SVN: r67060

21 years agoremove conflict marker
Nathan Sidwell [Wed, 21 May 2003 11:14:22 +0000 (11:14 +0000)]
remove conflict marker

From-SVN: r67059

21 years agoc-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
Nathan Sidwell [Wed, 21 May 2003 11:13:21 +0000 (11:13 +0000)]
c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.

* c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
* c-parse.in (reswords): Remove __bounded__ and __unbounded__.
(rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
* print-tree.c (print_node): Remove ambient-boundedness.
* tree.h (tree_common): Remove bounded_flag.
(BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
Remove.
(TYPE_QUALS): Remove BOUNDED.
(TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
(TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
VA_LIST_POINTER_DEPTH): Remove.
(struct tree_type): Remove pointer_depth.
treelang:
* treetree.c (reswords): Remove __bounded__, __unbounded__.

From-SVN: r67058

21 years agoinvoke.texi (Option Summary, [...]): Document new options.
Kevin B. Hendricks [Wed, 21 May 2003 03:59:21 +0000 (03:59 +0000)]
invoke.texi (Option Summary, [...]): Document new options.

        * doc/invoke.texi (Option Summary, PowerPC Options): Document
        new options.

Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r67056

21 years agoc-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.
Kaveh R. Ghazi [Wed, 21 May 2003 01:39:38 +0000 (01:39 +0000)]
c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.

gcc:
* c-pretty-print.c (pp_c_integer_literal): Use
HOST_WIDE_INT_PRINT_DOUBLE_HEX.

cp:
* error.c (dump_expr): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.

From-SVN: r67055

21 years agogcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if they...
Roger Sayle [Wed, 21 May 2003 01:16:33 +0000 (01:16 +0000)]
gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if they exist.

* gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
setcc and jump, if they exist.  If substituted instruction
fails to validate, store current effort in a REG_EQUAL note.
(cprop_insn): Don't attempt further substitutions if the
current instruction has been deleted.
(local_cprop_pass): Likewise.

* jump.c (redirect_jump):  Also update REG_EQUAL note, if
one is attached to the jump instruction.
(invert_jump): Delete REG_EQUAL note on jump, if one exists.

Co-Authored-By: Joern Rennecke <joern.rennecke@superh.com>
Co-Authored-By: Kazu Hirata <kazu@cs.umass.edu>
From-SVN: r67054

21 years ago* MAINTAINERS: Update my e-mail address.
Ian Lance Taylor [Wed, 21 May 2003 01:15:30 +0000 (01:15 +0000)]
* MAINTAINERS: Update my e-mail address.

From-SVN: r67053

21 years agostubs.c (hypot, [...]): Don't divide by zero.
Danny Smith [Wed, 21 May 2003 00:51:24 +0000 (00:51 +0000)]
stubs.c (hypot, [...]): Don't divide by zero.

* libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by
zero.
Update copyright year.

From-SVN: r67051

21 years agoConcatenate one of the fprintf calls in the previous change.
Kaveh Ghazi [Wed, 21 May 2003 00:47:44 +0000 (00:47 +0000)]
Concatenate one of the fprintf calls in the previous change.

From-SVN: r67050

21 years agore PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at toplev...
Danny Smith [Wed, 21 May 2003 00:33:27 +0000 (00:33 +0000)]
re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491)

PR c++/9738

* config/i386/winnt.c (i386_pe_encode_section_info): Enable
even if not first.

* cp/decl.c (duplicate_decls): Re-invoke make_decl_rtl
if the old decl had instantiated DECL_RTL.
(Base on Richard Henderson 2003-05-13 patch to c-decl.c).

* testsuite/g++.dg/ext/dllimport2.C: New file.
* testsuite/g++.dg/ext/dllimport3.C: New file.

From-SVN: r67049