------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-02 17:08 ------- I am thinking this is a fortran front-end bug: reduced testcase: COMMON /SUBSTR/ NPHASE,NSUB END SUBROUTINE ZIPP COMMON /SUBSTR/ NPHASE,NSUB,IDUM1,KURPA,KTBUF IF (NSUB.LT.0) THEN KTBUF=KTBUF-1 END IF END
I think we get the wrong type for the common section, SUBSTR. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|tree-optimization |fortran Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-08-02 17:09:00 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23201