[Bug tree-optimization/56053] FAIL: c-c++-common/asan/(global|stack)-overflow-1.c

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 28 12:11:00 GMT 2013


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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-28 12:10:57 UTC ---
Just guessing, perhaps Darwin headers define memset using __builtin_memset?
So, perhaps we should ditch #include <string.h> and define the prototypes
ourselves, then it isn't dependent on the target headers.



More information about the Gcc-bugs mailing list