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]

r278038 - in /trunk/gcc: ChangeLog gimplify.c


Author: tschwinge
Date: Mon Nov 11 08:18:46 2019
New Revision: 278038

URL: https://gcc.gnu.org/viewcvs?rev=278038&root=gcc&view=rev
Log:
Assert 'offset2' instead of 'offset' in 'gcc/gimplify.c:gimplify_scan_omp_clauses'

... to fix a long-time typo/copy'n'past-o.

	gcc/
	* gimplify.c (gimplify_scan_omp_clauses): Assert 'offset2' instead
	of 'offset'.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c


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