[Bug middle-end/18913] [3.4 Regression] seg. fault with -finit-local-zero option on complex array of dimension 1
toon at moene dot indiv dot nluug dot nl
gcc-bugzilla@gcc.gnu.org
Tue Dec 27 12:25:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list