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/48174] DWARF for subroutine with no args indicates 'varargs'


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-18 08:18:23 UTC ---
No, I can reproduce it even with current trunk.
It is a FE bug, TYPE_ARG_TYPES on the function which has no arguments (as
opposed to variable number of arguments or unknown) should be void_list_node
rather than NULL.


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