https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Andrew Pinski changed:
What|Removed |Added
CC||tower120 at gmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #28 from Jonathan Wakely ---
We might want to mark some tests as XFAIL for *-*-mingw* targets.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #27 from Liu Hao ---
Some tests failed, but despite the failure, all tests compiled now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #26 from Liu Hao ---
Created attachment 44235
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44235&action=edit
test results for trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #25 from Liu Hao ---
Created attachment 44234
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44234&action=edit
test results for trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #24 from Liu Hao ---
(In reply to Jonathan Wakely from comment #23)
> Nothing has been committed for gcc-8-branch so of course it isn't created.
>
> For trunk, did you read comment 14?
Sorry didn't notice it. I started a new build j
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #23 from Jonathan Wakely ---
Nothing has been committed for gcc-8-branch so of course it isn't created.
For trunk, did you read comment 14?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #22 from Liu Hao ---
```
lh_mouse@lhmouse-pc /e/GitHub/MINGW-packages/mingw-w64-gcc-git $ gcc --version
gcc.exe (master HEAD with MCF thread model, built by LH_Mouse.) 9.0.0 20180604
(experimental)
Copyright (C) 2018 Free Software Fou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #21 from Liu Hao ---
On current branch master [1] and gcc-8-branch the libstdc++fs DLL is not
created for x86_64-w64-mingw32.
Please re-open.
[1] remotes/origin/master 84b3cf31c30 PR
target/85832 PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #20 from Jonathan Wakely ---
Probably not.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #19 from Jordi Vilar ---
(In reply to Jonathan Wakely from comment #18)
> That was already done two weeks ago by r260479
Thank you! And a last question: Do you plan to merge both patches into the gcc
8 branch?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #18 from Jonathan Wakely ---
That was already done two weeks ago by r260479
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Jordi Vilar changed:
What|Removed |Added
CC||development at jordi dot
vilar.cat
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #15 from Jonathan Wakely ---
P.S. thanks to niXman for the patch that inspired the approach used.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #13 from Jonathan Wakely ---
Author: redi
Date: Thu May 31 19:20:24 2018
New Revision: 261034
URL: https://gcc.gnu.org/viewcvs?rev=261034&root=gcc&view=rev
Log:
PR libstdc++/78870 support std::filesystem on Windows
PR libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Jonathan Wakely changed:
What|Removed |Added
CC||lh_mouse at 126 dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Eric Gallager changed:
What|Removed |Added
Keywords||patch
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #10 from niXman ---
(In reply to Jonathan Wakely from comment #9)
> There's a patch at https://gcc.gnu.org/ml/libstdc++/2017-02/msg00041.html
>
> I haven't reviewed or tested it yet.
https://gcc.gnu.org/ml/gcc-patches/2017-03/msg007
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #8 from Jan Niklas Hasse ---
I'm not interested in doing all this work again from scratch, especially since
working with the Windows API is a pain.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #7 from Jonathan Wakely ---
(In reply to Jan Niklas Hasse from comment #6)
> According to https://www.gnu.org/licenses/license-list.html the Boost
> License is GPL compatible. So when I mark the code I copied with the source,
> it sho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #6 from Jan Niklas Hasse ---
> Yes.
Okay thanks, I'll look into it.
> You can't copy any code, that would be a copyright violation. It's OK to see
> which Windows API functions Boost uses for a particular filesystem
> operation, but
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #5 from Jonathan Wakely ---
(In reply to Jan Niklas Hasse from comment #4)
> Do you mean the part about legal paperwork in
> https://gcc.gnu.org/contribute.html ?
Yes.
> And can I look at how boost::filesystem does this?
You can't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #4 from Jan Niklas Hasse ---
> Great! Please read
> https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_contributing.html
> especially the part about legal paperwork.
Do you mean the part about legal paperwork in
https://gcc.g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #3 from Jonathan Wakely ---
(In reply to Jan Niklas Hasse from comment #2)
> I'm willing to help.
Great! Please read
https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_contributing.html
especially the part about legal paperwork
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #2 from Jan Niklas Hasse ---
I'm willing to help. Is there an existing starting point for Windows? Can
boost::filesystem's implementation be used?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78870
--- Comment #1 from Jonathan Wakely ---
Because nobody who uses Windows has contributed any help to make it work.
Nothing will change until somebody does that. I've written 100% of the
filesystem code so far, but I'm not going to do the Windows i
30 matches
Mail list logo