This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31072] Wrong code for volatile var with initalization and optimization
- From: "a_fisch at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2007 17:43:53 -0000
- Subject: [Bug c/31072] Wrong code for volatile var with initalization and optimization
- References: <bug-31072-9614@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from a_fisch at gmx dot de 2007-03-07 17:43 -------
Subject: Re: Wrong code for volatile var with initalization
and optimization
My runtime environment is clearing .bss but the problem is that the
initialization value is != 0 . Because of the value != 0 it's not
allowed to be placed in the bss part of sdata.
And I'm requesting to reopen 31072 again.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31072