Go to file
Jakub Jelinek a15ffa22b5 re PR c++/87481 (Endless loop with optimisation in C++17)
PR c++/87481
	* doc/invoke.texi (-fconstexpr-ops-limit=): Document.

	* c.opt (-fconstexpr-ops-limit=): New option.

	* constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.
	(cxx_eval_constant_expression): When not skipping, not constant class
	or location wrapper, increment *ctx->constexpr_ops_count and if it is
	above constexpr_loop_nest_limit, diagnose failure.
	(cxx_eval_outermost_constant_expr): Add constexpr_ops_count and
	initialize ctx.constexpr_ops_count to its address.
	(is_sub_constant_expr): Likewise.

	* g++.dg/cpp1y/constexpr-87481.C: New test.

From-SVN: r269874
2019-03-22 15:40:59 +01:00
config mh-mingw: Also set __USE_MINGW_ACCESS flag for C++ code. 2019-03-18 22:36:56 +00:00
contrib Wrap apostrophes in gcc internal format with %'. 2019-03-11 13:59:04 +00:00
fixincludes
gcc re PR c++/87481 (Endless loop with optimisation in C++17) 2019-03-22 15:40:59 +01:00
gnattools
gotools
include
INSTALL
intl
libada
libatomic
libbacktrace re PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied symbols: backtrace_uncompress_zdebug) 2019-03-11 20:40:34 +00:00
libcc1
libcpp * sv.po: Update. 2019-03-08 00:06:15 +00:00
libdecnumber
libffi
libgcc
libgfortran re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,send}_by_ref’ from incompatible pointer type" when building libgfortran) 2019-03-05 23:41:39 +01:00
libgo compiler,runtime: pass old slice's ptr/len/cap by value to growslice 2019-03-19 18:42:43 +00:00
libgomp
libhsail-rt
libiberty hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is_empty (*slot). 2019-03-14 23:47:01 +01:00
libitm
libobjc encoding.c (DFmode): #undef before #define. 2019-03-06 16:49:13 +01:00
liboffloadmic
libphobos PR d/89177 - Fix unaligned access in std.digest.murmurhash 2019-03-02 19:14:54 +00:00
libquadmath
libsanitizer re PR sanitizer/80953 (Support libsanitizer on Solaris) 2019-03-13 09:19:25 +00:00
libssp
libstdc++-v3 Integrate C++17 parallel algorithms 2019-03-21 23:48:49 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog add myself as selective scheduling reviewer 2019-03-15 19:49:24 +03:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS add myself as selective scheduling reviewer 2019-03-15 19:49:24 +03:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
symlink-tree
test-driver
ylwrap

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.