2 ! Tests the fix for PR35474, in which the PRIVATE statement would
3 ! cause the error Internal Error at (1): free_pi_tree(): Unresolved fixup
4 ! This arose because the symbol for 'i' emanating from the COMMON was
5 ! not being fixed-up as the EQUIVALENCE was built.
7 ! Contributed by FX Coudert <fxcoudert@gcc.gnu.org>