This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18913] [3.4 Regression] seg. fault with -finit-local-zero option on complex array of dimension 1
- From: "toon at moene dot indiv dot nluug dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2005 12:24:58 -0000
- Subject: [Bug middle-end/18913] [3.4 Regression] seg. fault with -finit-local-zero option on complex array of dimension 1
- References: <bug-18913-9764@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from toon at moene dot indiv dot nluug dot nl 2005-12-27 12:24 -------
This is not a g77 error. The following C routine's compilation
fails in the same way - deep down in the middle world:
main()
{
__complex c[1] = { 0.0 };
}
--
toon at moene dot indiv dot nluug dot nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |middle-end
Known to fail|3.2.3 3.3.3 3.4.0 |3.2.3 3.3.3 3.4.0 3.4.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18913