This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18913] [3.4 Regression] seg. fault with -finit-local-zero option on complex array of dimension 1



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]