Go to file
Roger Sayle 0f57299d37 c-typeck.c (parser_build_binary_op): Don't call the function unsigned_conversion_warning to spot operand/result type...
* c-typeck.c (parser_build_binary_op): Don't call the function
	unsigned_conversion_warning to spot operand/result type overflow.
	(build_binary_op): Instead, call convert_and_check instead of
	convert to report the problem when the operands are promoted.
	* c-common.c (unsigned_conversion_warning): Make static.
	* c-common.h (unsigned_conversion_warning): Delete prototype.

	* gcc.dg/Wconversion-3.c: New test case.
	* gcc.dg/Wconversion-4.c: Likewise.


Co-Authored-By: Joseph Myers <joseph@codesourcery.com>

From-SVN: r113418
2006-05-01 16:51:19 +00:00
boehm-gc dyn_load.c (GC_has_static_roots): Declare. 2006-04-24 13:40:21 +00:00
config
contrib
fixincludes
gcc c-typeck.c (parser_build_binary_op): Don't call the function unsigned_conversion_warning to spot operand/result type... 2006-05-01 16:51:19 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi README: Remove notice about 'Crazy Comments'. 2006-04-22 23:17:35 +02:00
libgcc-math
libgfortran re PR libfortran/27360 (Memory leaks when reading logicals) 2006-04-30 03:19:37 +00:00
libgomp re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time) 2006-04-26 10:26:06 +02:00
libiberty floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. 2006-04-24 21:24:27 +00:00
libjava boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling... 2006-05-01 16:28:42 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the presence of wctype.h, for use in GLIBCXX_ENABLE_C99. 2006-05-01 15:00:04 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog MAINTAINERS (Various Maintainers): Add myself as libgcc-math maintainer. 2006-05-01 11:30:26 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS (Various Maintainers): Add myself as libgcc-math maintainer. 2006-05-01 11:30:26 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
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.