Drop need for constant I in ctf test
authorAlexandre Oliva <oliva@adacore.com>
Wed, 22 Feb 2023 17:35:31 +0000 (14:35 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 22 Feb 2023 17:38:17 +0000 (14:38 -0300)
commitc20ab9bcf06709b9c13fe3838d12d58490af9e78
tree147c66dd0537a35aa8f78da4384f361e7682cee6
parent2d6a0fd3bddb9341f1512c21fcc55b3d39d9cd0e
Drop need for constant I in ctf test

Though I is supposed to be a constant expression, this is not the case
on vxworks, but this is not what this debug information format test is
testing for, so use real constants to initialize complex variables.

for  gcc/testsuite/ChangeLog

* gcc.dg/debug/ctf/ctf-complex-1.c: Do not test whether I is
usable in initializers.
gcc/testsuite/gcc.dg/debug/ctf/ctf-complex-1.c