[Bug fortran/48174] DWARF for subroutine with no args indicates 'varargs'

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 18 08:32:00 GMT 2011


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.



More information about the Gcc-bugs mailing list