This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14036] [tree-ssa] [unit-at-a-time] gcc ICEs on redeclaration of local externs to global declaration
- 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 Mar 2004 16:50:48 -0000
- Subject: [Bug c/14036] [tree-ssa] [unit-at-a-time] gcc ICEs on redeclaration of local externs to global declaration
- References: <20040205232519.14036.fjahanian@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-10 16:50 -------
The problem is that when converting from generic to gimple, the variable goes from
extern to static for some reason.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14036