Bug 20828 - gfortran seems confused by character equivalence
Summary: gfortran seems confused by character equivalence
Status: RESOLVED DUPLICATE of bug 18833
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-08 12:12 UTC by Federico Carminati
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: powerpc-apple-darwin7.8.0
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Carminati 2005-04-08 12:12:02 UTC
The following valid code fails to compile

      PROGRAM BUG
      CHARACTER  CQALLC*1, CQLETT(1)*1
      EQUIVALENCE (CQLETT(1),CQALLC(1:1))

      END

[/Users/fca] /opt/gcc-4_0/bin/gfortran -I $ALICE/geant3/minicern -c bugf000000.F 2>&1 | more
 In file bugf000000.F:5

      END                                                               
                                                                       1
 Internal Error at (1):
 find_array_spec(): Missing spec
Comment 1 Andrew Pinski 2005-04-08 12:20:40 UTC

*** This bug has been marked as a duplicate of 18833 ***