[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

Richard Biener  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #17 from Richard Biener  ---
The bootstrap issue is fixed.  Please move unrelated issues to new bugs.

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-25 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

--- Comment #16 from Nathan Sidwell  ---
Which tests are failing and how?

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

--- Comment #15 from CVS Commits  ---
The master branch has been updated by Nathan Sidwell :

https://gcc.gnu.org/g:2bf9e68a9589f9d3ace3663a17ff923191144c3b

commit r11-7389-g2bf9e68a9589f9d3ace3663a17ff923191144c3b
Author: Nathan Sidwell 
Date:   Thu Feb 25 04:57:09 2021 -0800

c++:  Fix typo in module-mapper [PR 98318]

User reported this typo: '0' and '-' are right next to each other, and
as it happened I always had networking, so it went unnoticed.

PR c++/98318
gcc/cp/
* mapper-client.cc (module_client::open_module_client): Fix typo
of fd init.

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-24 Thread rimvydas.jas at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

--- Comment #14 from Rimvydas (RJ)  ---
Nathan,

It has come to our attention that some of c++ modules tests are failing if the
kernel has IPV6 support disabled as per bootstrap tools policies.  Are there
guarantees that local two stage bootstrap will remain possible without need for
a functional (non blocked/filtered) network stack?

Also, two possible typos in:
gcc/cp/mapper-client.cc#L252 should be "= -1"? This avoids timeouts in the
testsuite.
int fd = 01;
#if CODY_NETWORKING
fd = Cody::OpenInet6 (, name.c_str (), port);
#endif

gcc/cp/module.cc:#if NETWORKING vs
c++tools/server.cc:#ifdef NETWORKING

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-01-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #13 from Jakub Jelinek  ---
So anything left to do here?
This seemed to be marked as fixed, then reopened for the testsuite, but the
testsuite has been removed.

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-01-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |11.0
Summary|libcody breaks DragonFly|[11 Regression] libcody
   |bootstrap   |breaks DragonFly bootstrap
 Target||x86_64-*-dragonfly