This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r262923 - in /trunk/gcc: ChangeLog gimple-ssa-w...


Author: msebor
Date: Sun Jul 22 21:09:32 2018
New Revision: 262923

URL: https://gcc.gnu.org/viewcvs?rev=262923&root=gcc&view=rev
Log:
PR bootstrap/86621 - 'alloca' bound is unknown in tree-vect-slp.c:1437:16 

gcc/ChangeLog:
	* gcc/gimple-ssa-warn-alloca.c (alloca_call_type_by_arg): Avoid
	diagnosing calls with unknown arguments unless -Walloca-larger-than
	is restricted to less than PTRDIFF_MAX bytes.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-ssa-warn-alloca.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]