On May 1, 5:42pm, ubiz...@gmail.com (Uros Bizjak) wrote:
-- Subject: [PATCH, i386]: Fix PR 68491, __get_cpuid with 0 level breaks on e
| Hello!
|
| > I've been asked to send the patch against trunk here.
|
| I have fixed the PR in a slightly different way.
Thank you!
christos
Hello,
I've been asked to send the patch against trunk here.
Best,
christos
Index: cpuid.h
===
--- cpuid.h (revision 247395)
+++ cpuid.h (working copy)
@@ -235,6 +235,16 @@
return __eax;
}
+/* Return non-zero if we
In article ,
Jake Hamby wrote:
Hi,
Thanks a lot for your patch. I applied it to our gcc-5 in the tree.
Unfortunately gcc-5 seems that it was never tested to even compile.
I fixed the simple compilation issue, but it fails to compile some
files with an internal error trying to construct a dwarf
On May 11, 3:18pm, sell...@imgtec.com (Steve Ellcey) wrote:
-- Subject: Re: [tz] [C/C++ PATCH] Implement -Wshift-negative-value (PR c/651
| FYI: I put this into my glibc sources (the private.h, zdump.c, and zic.c
| parts, glibc doesn't have localtime.c in the timezone directory and the
| one in t