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/46588] Segfault on automatic function


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

--- Comment #1 from Oleh Steblev <oleg.steblev at gmail dot com> 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


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