Commit 1c2bbb16 by Kai Tietz Committed by Kai Tietz

pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.

2011-03-08  Kai Tietz  <ktietz@redhat.com>

        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of
        'long' type.

From-SVN: r170774
parent 370ef46b
2011-03-08 Kai Tietz <ktietz@redhat.com>
* g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of
'long' type.
2011-03-08 Mikael Pettersson <mikpe@it.uu.se>
PR testsuite/47954
......
......@@ -4,7 +4,7 @@
void link_error();
int a[4];
long b, c;
__INTPTR_TYPE__ b, c;
int main()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment