This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17409] New: [4.0 regression] not emitting variable which was declared extern and initialized and had been declared extern
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2004 21:13:37 -0000
- Subject: [Bug c/17409] New: [4.0 regression] not emitting variable which was declared extern and initialized and had been declared extern
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
extern int t;
extern int t = 0;
void f(){t =0;}
void g(){h(&t);}
--
Summary: [4.0 regression] not emitting variable which was
declared extern and initialized and had been declared
extern
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: critical
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17409