[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gfortran.dg / class_45b.f03
blob90ef467530c73eba24c695cda7422b479e9b62e1
1 ! { dg-do link }
2 ! { dg-compile-aux-modules "class_45a.f03" }
4 ! PR 50227: [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable
6 ! Contributed by Andrew Benson <abenson@caltech.edu>
8 program Test
9   use G_Nodes
10   class(t0), allocatable :: c
11   allocate(t1 :: c)
12 end program Test
13 ! { dg-final { cleanup-modules "G_Nodes" } }