Re: [PATCH, i386]: Fix PR 68491, __get_cpuid with 0 level breaks on early 486

2017-05-01 Thread Christos Zoulas
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

amended fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68491

2017-04-28 Thread Christos Zoulas
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

Re: Patches to fix GCC’s C++ exception handling on NetBSD/VAX

2016-03-23 Thread Christos Zoulas
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

Re: [tz] [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179)

2015-05-12 Thread Christos Zoulas
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