Fix bb-slp-pr97709.c after computed goto change

Looks like I tested the change for bb-slp-pr97709.c on an
older tree which did not have the error message so I had
missed one more place where the change was needed.

Anyways committed after testing to make sure the testcase passes
now.

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/bb-slp-pr97709.c: Fix for computed goto
	pointers.
This commit is contained in:
Andrew Pinski 2021-10-01 09:23:47 +00:00
parent 6de9f0c13b
commit d0abfa815a

View File

@ -17,7 +17,7 @@ g:
d = 0;
h:
c = 1;
goto *a;
goto *(void*)(__INTPTR_TYPE__)a;
i:
{
struct b b = {c, d};