[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / obj-c++.dg / comp-types-12.mm
blob1585937cb50cbbacb092b203c3668c9b39a342c2
1 /* { dg-do compile } */
2 #include "../objc-obj-c++-shared/TestsuiteObject.h"
4 @interface Derived: TestsuiteObject
5 @end
7 extern TestsuiteObject* foo(void);
8 static Derived *test(void)
10    Derived *m = foo();   /* { dg-warning "initialization from distinct Objective\\-C type" } */
12    return m;