[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #12 from Iain Sandoe --- Author: iains Date: Mon May 13 20:37:08 2019 New Revision: 271136 URL: https://gcc.gnu.org/viewcvs?rev=271136&root=gcc&view=rev Log: backport fix for PR90379 2019-05-13 Iain Sandoe Backport from

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #11 from Iain Sandoe --- Author: iains Date: Sat May 11 20:19:31 2019 New Revision: 271098 URL: https://gcc.gnu.org/viewcvs?rev=271098&root=gcc&view=rev Log: fixincludes - fix PR90379 One should not provide test_text for wrap style

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #10 from Iain Sandoe --- (In reply to marc from comment #9) > The patch does no longer apply to current gcc-9-branch, which, however, > still has the problem. The_Atomic stuff is easy to spot, though, and I can > confirm this fixes it

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-11 Thread marc at kdab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 marc at kdab dot com changed: What|Removed |Added CC||marc at kdab dot com --- Comment #

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-09 Thread make_distclean at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #8 from Marius Maraloi --- (In reply to Iain Sandoe from comment #7) > Created attachment 46317 [details] > Don't provide test_text for wrap fixes. > > The problem here is that the version I applied still had "test_text" set to > a n

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #7 from Iain Sandoe --- Created attachment 46317 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46317&action=edit Don't provide test_text for wrap fixes. The problem here is that the version I applied still had "test_text" set

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #6 from Iain Sandoe --- (In reply to Jürgen Reuter from comment #5) > I am seeing the same issue on Darwin 18.5.0 (macOSX 10.4.4) with XCode 10.2. Yeah, likewise, I'm looking at my Darwin18 system right now.

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #5 from Jürgen Reuter --- I am seeing the same issue on Darwin 18.5.0 (macOSX 10.4.4) with XCode 10.2.

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #4 from Iain Sandoe --- (In reply to Marius Maraloi from comment #2) > (In reply to Richard Biener from comment #1) > > You need to do 'make -k check' since some tests are always expected to fail. > I ran 'make -k check', it produces

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/90379] Gcc 9.1 fails "make check" on linux due to missing MacOS-specific header file

2019-05-08 Thread make_distclean at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90379 --- Comment #2 from Marius Maraloi --- (In reply to Richard Biener from comment #1) > You need to do 'make -k check' since some tests are always expected to fail. I ran 'make -k check', it produces the same result as without '-k': --- snip ---