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 fortran/18197] bus error on returning from a function


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-08 23:58 -------
For the second call we generate:
      atmp.12.dtype = 281;
      atmp.12.data = 0B;
      atmp.12.offset = 0;
      atmp.12.dim[0].stride = 0;
... (no changes to atmp.12
      funname (&atmp.12, (int4 *) n, &atmp.16);
which is clearly not correct, as atmp.12 should point to y (as it correctly does
in the first call).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197


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