Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7
authorJerome Lambourg <lambourg@adacore.com>
Fri, 1 Jan 2021 00:37:59 +0000 (21:37 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 1 Jan 2021 05:05:57 +0000 (02:05 -0300)
commit0bcaee87e8da563854cd3add4a70c26ac2d1aff6
tree7d985e50fb44b4bea01baa78f91835f2b74661dd
parent59cd72afce43a286e025cc9338b0a081a05a512c
Fix testsuite/g++.dg/opt/20050511-1.C compilation error on VxWorks 7

In VxWorks 7, UINT32 is defined in both modes, kernel and rtp.  Adjust
the work around accordingly.

for  gcc/testsuite/ChangeLog

* g++.dg/opt/20050511-1.C: Work around UINT32 in vxworks rtp
headers too.
gcc/testsuite/g++.dg/opt/20050511-1.C