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]

r226767 - in /branches/gomp-4_0-branch/gcc: Cha...


Author: tschwinge
Date: Mon Aug 10 19:37:49 2015
New Revision: 226767

URL: https://gcc.gnu.org/viewcvs?rev=226767&root=gcc&view=rev
Log:
Address -Werror=unused-variable diagnostic

Fixup for r226531.

	gcc/
	* internal-fn.c (expand_GOACC_DIM_SIZE) [!HAVE_oacc_dim_size]:
	Don't define and set variable val.
	(expand_GOACC_DIM_POS) [!HAVE_oacc_dim_pos]: Likewise.
	* internal-fn.c (expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS)
	[!HAVE_oacc_dim_size]: Don't define and set variable val.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/internal-fn.c


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