------- Comment #2 from pinskia at gcc dot gnu dot org  2006-02-26 19:46 -------
On the mainline and in 4.1.0, we get:
 In file t.f90:4

write(6,*) SIN(I),DCOS(J)
         1
 In file t.f90:2

COMMON /SIN/ I ! error
           2
Error: Global name 'sin' at (1) is already being used as a COMMON at (2)

But I think we should error out sooner.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25052

Reply via email to