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:
parent
6de9f0c13b
commit
d0abfa815a
@ -17,7 +17,7 @@ g:
|
||||
d = 0;
|
||||
h:
|
||||
c = 1;
|
||||
goto *a;
|
||||
goto *(void*)(__INTPTR_TYPE__)a;
|
||||
i:
|
||||
{
|
||||
struct b b = {c, d};
|
||||
|
Loading…
Reference in New Issue
Block a user