mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 18:29:27 +08:00
03d0f4af2d
* iomanip.h: Use __extension__ for `extern' explicit template instantiations. * sinst.cc: Don't explicitly instantiation string_char_traits<char>. * cinst.cc: Likewiwse, for complex<float>, complex<double>, complex<long double>. * extend.texi: Remove description of extension to explicit instantiation that is now endorsed by standard C++. * decl2.c (grok_array_decl): Add comment. (mark_used): Don't instantiate an explicit instantiation. * friend.c (make_friend_class): Remove bogus comment. Fix check for partial specializations. * pt.c (check_explicit_specialization): Don't SET_DECL_EXPLICIT_INSTANTIATION here. (mark_decl_instantiated): Or here. (do_decl_instantiation): Do it here, instead. Add checks for duplicate explicit instantiations, etc. Tidy. (do_type_instantiation): Likewise. (instantiate_decl): Improve comments. Complain about explicit instantiations where no definition is available. * cp-tree.h (ansi_null_node): Remove. * call.c (build_over_call): Warn about converting NULL to an arithmetic type. * cvt.c (build_expr_type_conversion): Likewise. Use null_ptr_cst_p instead of expanding it inline. * decl.c (ansi_null_node): Remove. (init_decl_processing): Make null_node always have integral type. * except.c (build_throw): Warn about converting NULL to an arithmetic type. * lex.c (init_parse): Remove handling of ansi_null_node. * pt.c (type_unification_real): Don't convert NULL to void* type. * typeck.c (build_binary_op_nodefault): Fix NULL warnings. (convert_for_assignment): Warn about converting NULL to an arithmetic type. (convert_for_initialization): Likewise. From-SVN: r21915 |
||
---|---|---|
.. | ||
config | ||
dbz | ||
include | ||
stdio | ||
tests | ||
testsuite | ||
builtinbuf.cc | ||
builtinbuf.h | ||
ChangeLog | ||
cleanup.c | ||
config.shared | ||
configure.in | ||
depend | ||
editbuf.cc | ||
editbuf.h | ||
filebuf.cc | ||
filedoalloc.c | ||
fileops.c | ||
floatconv.c | ||
floatio.h | ||
fstream.cc | ||
fstream.h | ||
gen-params | ||
genops.c | ||
indstream.cc | ||
indstream.h | ||
ioassign.cc | ||
ioextend.cc | ||
iofclose.c | ||
iofdopen.c | ||
iofeof.c | ||
ioferror.c | ||
iofflush_u.c | ||
iofflush.c | ||
iofgetpos.c | ||
iofgets.c | ||
iofopen.c | ||
iofprintf.c | ||
iofputs.c | ||
iofread.c | ||
iofscanf.c | ||
iofsetpos.c | ||
ioftell.c | ||
iofwrite.c | ||
iogetc.c | ||
iogetdelim.c | ||
iogetline.c | ||
iogets.c | ||
ioignore.c | ||
iolibio.h | ||
iomanip.cc | ||
iomanip.h | ||
iopadn.c | ||
ioperror.c | ||
iopopen.c | ||
ioprims.c | ||
ioprintf.c | ||
ioputc.c | ||
ioputs.c | ||
ioscanf.c | ||
ioseekoff.c | ||
ioseekpos.c | ||
iosetbuffer.c | ||
iosetvbuf.c | ||
iosprintf.c | ||
iosscanf.c | ||
iostdio.h | ||
iostream.cc | ||
iostream.h | ||
iostream.texi | ||
iostreamP.h | ||
iostrerror.c | ||
ioungetc.c | ||
iovfprintf.c | ||
iovfscanf.c | ||
iovsprintf.c | ||
iovsscanf.c | ||
isgetline.cc | ||
isgetsb.cc | ||
isscan.cc | ||
istream.h | ||
libio.h | ||
libioP.h | ||
Makefile.in | ||
NEWS | ||
osform.cc | ||
ostream.h | ||
outfloat.c | ||
parsestream.cc | ||
parsestream.h | ||
peekc.c | ||
pfstream.cc | ||
pfstream.h | ||
PlotFile.cc | ||
PlotFile.h | ||
procbuf.cc | ||
procbuf.h | ||
README | ||
sbform.cc | ||
sbgetline.cc | ||
sbscan.cc | ||
SFile.cc | ||
SFile.h | ||
stdfiles.c | ||
stdiostream.cc | ||
stdiostream.h | ||
stdstrbufs.cc | ||
stdstreams.cc | ||
stream.cc | ||
stream.h | ||
streambuf.cc | ||
streambuf.h | ||
strfile.h | ||
strops.c | ||
strstream.cc | ||
strstream.h |
This is libio, the GNU C/C++ input/output library. By default, the library is configured to build the C++ iostream facility (in $libdir/libiostream.a). The library can be configured to build the C stdio facility that is part of a C run-time library. This library is distributed with libg++; see ../libg++/README for installation instructions, and where to send bug reports and questions. * Copyright restrictions The files in this directory are generally covered by the GNU Public License (which is in the file ../COPYING), but modified with the following: As a special exception, if you link this library with files compiled with a GNU compiler to produce an executable, this does not cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. A few source files and subroutines are covered by other (but less restrictive) copyright conditions. E.g. some code (such as iovfprintf.c) is based on software that was developed by the University of California, Berkeley, for the Berkeley Software Distribution (BSD-4.4), and bears their copyright; and one file (floatconv.c) is derived from ("free") code copyrighted AT&T.