https://sourceware.org/bugzilla/show_bug.cgi?id=29512
Sam James changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
H.J. Lu changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
Florian Weimer changed:
What|Removed |Added
CC||fweimer at redhat dot com
--
You ar
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
--- Comment #4 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2c43d202aefb2b6f202a44bbb8a0baf251aae845
commit 2c43d202aefb2b6f202a44bbb8a0baf2
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
--- Comment #3 from Rainer Orth ---
> --- Comment #2 from H.J. Lu ---
> Created attachment 14288
> --> https://sourceware.org/bugzilla/attachment.cgi?id=14288&action=edit
> A patch
>
> Try this.
I've just successfully completed a i386-pc-s
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
--- Comment #1 from H.J. Lu ---
The code in question is
struct tm *tb = (kind == CPP_time_kind::FIXED
? gmtime : localtime) (&tt);
There is no pointer comparison here. We can ignore protected vis
https://sourceware.org/bugzilla/show_bug.cgi?id=29512
H.J. Lu changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |hjl.tools at gmail dot
com
--- Comm