Go to file
Richard Biener 229a6dbd9e middle-end/100547 - check rtvec_alloc size
This makes the rtvec_alloc argument size_t catching overflow and
truncated arguments (from "invalid" testcases), verifying the
argument against INT_MAX which is the limit set by the int
typed rtvec_def.num_elem member.

2021-05-12  Richard Biener  <rguenther@suse.de>

	PR middle-end/100547
	* rtl.h (rtvec_alloc): Make argument size_t.
	* rtl.c (rtvec_alloc): Verify the count is less than INT_MAX.
2021-05-12 10:47:59 +02:00
INSTALL
c++tools Daily bump. 2021-05-11 00:16:36 +00:00
config
contrib gcc-changelog: respect branch in git_update_version.py. 2021-05-12 10:37:12 +02:00
fixincludes
gcc middle-end/100547 - check rtvec_alloc size 2021-05-12 10:47:59 +02:00
gnattools
gotools
include
intl
libada
libatomic
libbacktrace
libcc1
libcody
libcpp preprocessor: Support C2X #elifdef, #elifndef 2021-05-11 23:54:01 +00:00
libdecnumber
libffi
libgcc Daily bump. 2021-05-11 00:16:36 +00:00
libgfortran
libgo
libgomp openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471] 2021-05-11 09:07:47 +02:00
libiberty
libitm
libobjc
liboffloadmic
libphobos Daily bump. 2021-05-11 00:16:36 +00:00
libquadmath
libsanitizer
libssp
libstdc++-v3 libstdc++: Remove extern "C" from Ryu sources 2021-05-11 13:19:46 -04:00
libvtv
lto-plugin Daily bump. 2021-05-11 00:16:36 +00:00
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS Remove dead components from MAINTAINERS. 2021-05-11 15:13:44 +02:00
Makefile.def Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
Makefile.in Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
Makefile.tpl
README
ar-lib
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
configure.ac Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
symlink-tree
test-driver
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with 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/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.