Go to file
Nathan Sidwell e895113a67 re PR c++/11512 (Spurious warning for comma-operator in templates)
PR c++/11512
	* stmt.c (expand_expr_stmt_value): Don't warn about any void
	typed expression.
cp:
	PR c++/11512
	* cvt.c (convert_to_void): Indicate which side of conditional has
	no effects, and rhs of comma operator. Test for no sideeffect
	expressions here and always build a convert expr.
	* init.c (expand_default_init): Convert the init to void.
	* typeck.c (build_x_compound_expr): Do not check for side effects
	here.
	(build_compound_expr): Do not convert lhs when building a
	template.
testsuite:
	PR C++/11512
	* g++.dg/template/warn1.C: New.

From-SVN: r70505
2003-08-16 13:32:11 +00:00
boehm-gc
config
contrib
fastjar fastjar.texi: License manual under the GPL. 2003-08-13 21:04:12 +00:00
gcc re PR c++/11512 (Spurious warning for comma-operator in templates) 2003-08-16 13:32:11 +00:00
include
INSTALL
intl
libf2c
libffi ffi.c (OFS_INT16): Set 0 for little endian case. 2003-08-13 23:36:54 +00:00
libiberty * cp-demangle.c: Clarify what package(s) this is part of. 2003-08-12 06:58:17 +00:00
libjava * gij.cc (help): Document -? and -X. 2003-08-13 17:20:08 +00:00
libobjc
libstdc++-v3 Daily bump. 2003-08-16 00:16:07 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog * config-ml.in, symlink-tree: Add license. 2003-08-14 16:44:23 -04:00
config-ml.in * config-ml.in, symlink-tree: Add license. 2003-08-14 16:44:23 -04:00
config.guess
config.if
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree * config-ml.in, symlink-tree: Add license. 2003-08-14 16:44:23 -04:00
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.