This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41777] Wrong-code with POINTER-returning GENERIC function
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2009 16:27:05 -0000
- Subject: [Bug fortran/41777] Wrong-code with POINTER-returning GENERIC function
- References: <bug-41777-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from dominiq at lps dot ens dot fr 2009-10-28 16:27 -------
> + && ((!e->value.function.esym
is the ! at the right place? If e->value.function.esym == 0, would not
e->value.function.esym->result == e->value.function.esym
gives a bus error/segmentation fault?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41777