------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-30 03:32 ------- Subject: Re: FAIL: gfortran.dg/module_equivalence_1.f90
> This is obvious an issue, this is what I get on x86_64-linux-gnu: > .comm test_equiv.eq.1_,16,16 > .comm test_equiv.eq.1_,16,16 > .comm test_equiv.eq.1_,16,16 This is what I see with 4.1.0 (I blew away the 4.2 build): test_equiv.eq.1_ .comm 16 test_equiv.eq.1_ .comm 16 test_equiv.eq.1_ .comm 16 .comm because somewhat differently on the PA (HP as compatibility). It looks like this is a GAS bug. The HP assembler accepts the three .comm directives. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25172