[Bug fortran/46588] New: Segfault on automatic function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46588 Summary: Segfault on automatic function Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran AssignedTo: unassig...@g
[Bug fortran/46588] Segfault on automatic function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46588 --- Comment #1 from Oleh Steblev 2010-11-21 19:13:43 UTC --- This chunk causes an error. Although PVF 10.8 passes this function. function aufun() character(len = *) aufun character(len = trim(aufun)) t end