Bug 20834 - error needed
Summary: error needed
Status: RESOLVED DUPLICATE of bug 18870
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 15:48 UTC by Joost VandeVondele
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target: i686-pc-linux-gnu
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 Joost VandeVondele 2005-04-08 15:48:47 UTC
The following is non-standard and the compiler should probably generate a
warning/error with '-pedantic -std=f95'

 COMMON /BLOCKA/ A,B,C
 COMMON /BLOCKB/ D,E,F
 EQUIVALENCE(B,E)
END
Comment 1 Andrew Pinski 2005-04-08 16:16:56 UTC
This gives a seg fault for me.  This is a dup of bug 18870, really.

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