[Bug fortran/108349] LTO mismatch for __builtin_realloc between glibc and gfortran frontend

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 10 10:14:13 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108349

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> ---
Caused by r0-100026-gb64fca63690ad6042bea, before that it was
  tmp = tree_cons (NULL_TREE, pvoid_type_node, void_list_node);
  tmp = tree_cons (NULL_TREE, size_type_node, tmp);
  ftype = build_function_type (pvoid_type_node, tmp);
which is correct.  Let me eyeball the other changes in that commit.


More information about the Gcc-bugs mailing list