public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/60571] New: FTBFS on hurd-i386
@ 2014-03-18 20:30 svante.signell at gmail dot com
  2014-03-19  7:19 ` [Bug lto/60571] " jakub at gcc dot gnu.org
  2014-03-19  7:24 ` jakub at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: svante.signell at gmail dot com @ 2014-03-18 20:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60571
           Summary: FTBFS on hurd-i386
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: svante.signell at gmail dot com

Created attachment 32384
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32384&action=edit
Use WCONTINUED as third argument to waitpid only if defined

Hi,

Currently gcc-4.9 (20140218-1 20140303-1) and fails to build on GNU/Hurd due to
WCONTINUED not being defined. The attached patch solves this problem by only
using that option as third argument to waitpid when available. This flag is
Linux-specific, and according to the Linux waitpid man page it was
introduced in 2.6.10.

Reported as Debian bug #740153 and accepted to be part of next gcc-4.9
snapshot.

Thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug lto/60571] FTBFS on hurd-i386
  2014-03-18 20:30 [Bug lto/60571] New: FTBFS on hurd-i386 svante.signell at gmail dot com
@ 2014-03-19  7:19 ` jakub at gcc dot gnu.org
  2014-03-19  7:24 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-03-19  7:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Mar 19 07:18:46 2014
New Revision: 208675

URL: http://gcc.gnu.org/viewcvs?rev=208675&root=gcc&view=rev
Log:
    PR lto/60571
    * lto.c (wait_for_child): Define WCONTINUED if not defined to 0.
    Fix formatting.

Modified:
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto.c


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug lto/60571] FTBFS on hurd-i386
  2014-03-18 20:30 [Bug lto/60571] New: FTBFS on hurd-i386 svante.signell at gmail dot com
  2014-03-19  7:19 ` [Bug lto/60571] " jakub at gcc dot gnu.org
@ 2014-03-19  7:24 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-03-19  7:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-19  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 20:30 [Bug lto/60571] New: FTBFS on hurd-i386 svante.signell at gmail dot com
2014-03-19  7:19 ` [Bug lto/60571] " jakub at gcc dot gnu.org
2014-03-19  7:24 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).