http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35392
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35392
Jorn Wolfgang Rennecke changed:
What|Removed |Added
CC||amylaar at gcc dot gnu.or
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-01-02 19:19 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #3 from manu at gcc dot gnu dot org 2009-07-31 16:46 ---
A reduced testcase:
extern inline const char *
_strnchr (const char *str, char c, unsigned size);
extern inline void *
_memcpy (void *dst, const void *src, const unsigned size)
{
if (__builtin_constant_p (size))
--- Comment #2 from manu at gcc dot gnu dot org 2009-04-18 09:34 ---
This is probably not fixed by the patch to PR 36902. They are totally different
problems.
--
manu at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-15 00:07 ---
*** This bug has been marked as a duplicate of 36902 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--