[Bug bootstrap/78616] Poison strndup in system.h

2017-01-16 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78616

David Malcolm  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from David Malcolm  ---
(In reply to Jeffrey A. Law from comment #12)
> Regression fixed (regression marker removed).  All that's left is to poison
> strndup in system.h

Poisoned in r244494; marking this PR as resolved.

[Bug bootstrap/78616] Poison strndup in system.h

2017-01-16 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78616

--- Comment #14 from David Malcolm  ---
Author: dmalcolm
Date: Mon Jan 16 15:03:41 2017
New Revision: 244494

URL: https://gcc.gnu.org/viewcvs?rev=244494=gcc=rev
Log:
system.h: Poison strndup (PR bootstrap/78616)

gcc/ChangeLog:
PR bootstrap/78616
* system.h: Poison strndup.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/system.h

[Bug bootstrap/78616] Poison strndup in system.h

2017-01-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78616

--- Comment #13 from David Malcolm  ---
(In reply to Jeffrey A. Law from comment #12)
> Regression fixed (regression marker removed).  All that's left is to poison
> strndup in system.h

Candidate patch:
  https://gcc.gnu.org/ml/gcc-patches/2017-01/msg00998.html

[Bug bootstrap/78616] Poison strndup in system.h

2017-01-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78616

Jeffrey A. Law  changed:

   What|Removed |Added

 CC||law at redhat dot com
Summary|[7 regression] bootstrap|Poison strndup in system.h
   |fails for x86_64-darwin at  |
   |stage1 after 243030 when|
   |the bootstrap compiler  |
   |doesn't have strndup|

--- Comment #12 from Jeffrey A. Law  ---
Regression fixed (regression marker removed).  All that's left is to poison
strndup in system.h