r263541 - in /trunk/gcc: ChangeLog testsuite/Ch...

msebor@gcc.gnu.org msebor@gcc.gnu.org
Tue Aug 14 19:11:00 GMT 2018


Author: msebor
Date: Tue Aug 14 19:11:20 2018
New Revision: 263541

URL: https://gcc.gnu.org/viewcvs?rev=263541&root=gcc&view=rev
Log:
PR tree-optimization/86650 - -Warray-bounds missing inlining context

gcc/ChangeLog:

	PR tree-optimization/86650
	* tree-vrp.c (vrp_prop::check_array_ref): Print an inform message.
	(vrp_prop::check_mem_ref): Same.

gcc/testsuite/ChangeLog:

	PR tree-optimization/86650
	* gcc.dg/Warray-bounds-34.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/Warray-bounds-34.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vrp.c



More information about the Gcc-cvs mailing list