[Bug target/68491] libgcc calls __get_cpuid with 0 level breaks on early 486

2017-06-27 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68491 --- Comment #10 from Christos Zoulas --- On Jun 27, 4:26pm, gcc-bugzi...@gcc.gnu.org ("luto at kernel dot org") wrote: -- Subject: [Bug target/68491] libgcc calls __get_cpuid with 0 level breaks o | I'm a bit late to the party, but this patch s

[Bug target/68491] libgcc calls __get_cpuid with 0 level breaks on early 486

2017-04-28 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68491 --- Comment #2 from Christos Zoulas --- Created attachment 41284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41284&action=edit Amended cpuid patch. Here's an amended patch against the trunk. Also sent mail to gcc-patches@

[Bug libgcc/68491] New: libgcc calls __get_cpuid with 0 level breaks on early athlon.

2015-11-22 Thread christos at zoulas dot com
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: christos at zoulas dot com Target Milestone: --- http://nxr.netbsd.org/xref/src/external/gpl3/gcc/dist/libgcc/config/i386/cpuinfo.c#284 calls __get_cpuid with 0 level, then we end up in

[Bug c/67956] gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67956 --- Comment #6 from Christos Zoulas --- great, thank you. since this is tracked already you can close it if you want.

[Bug c/67956] gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67956 --- Comment #4 from Christos Zoulas --- I believe that -pedantic enables other "pedantic" warnings which I don't belive I want. I can add a specific printf format that does not accept %m, but I would still need to add a syslog format that does (a

[Bug c/67956] gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67956 --- Comment #2 from Christos Zoulas --- something is wrong with the bug tracking system, when posting a bug with an attachment as the first post; this is how the dup got created.

[Bug c/67957] gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67957 --- Comment #1 from Christos Zoulas --- Created attachment 36504 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36504&action=edit patch

[Bug c/67957] New: gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
ormal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: christos at zoulas dot com Target Milestone: --- According to TOG (http://pubs.opengroup.org/onlinepubs/009695399/functions/fprintf.html), %m is not a legal formatting character for pri

[Bug c/67956] New: gcc's printf attribute accepts %m as a format character

2015-10-13 Thread christos at zoulas dot com
ormal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 36503 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36503&action=edit patch According to TOG (http://pubs.o

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread christos at zoulas dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #6 from Christos Zoulas --- On Jan 4, 8:42pm, gcc-bugzi...@gcc.gnu.org ("mikpelinux at gmail dot com") wrote: -- Subject: [Bug c/59674] On m68k and vax variables stack variables with > MA | That is correct, m68k-linux has looser alig

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread christos at zoulas dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #4 from Christos Zoulas --- On Jan 4, 5:22pm, gcc-bugzi...@gcc.gnu.org ("mikpelinux at gmail dot com") wrote: -- Subject: [Bug c/59674] On m68k and vax variables stack variables with > MA | http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread christos at zoulas dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #2 from Christos Zoulas --- On Jan 4, 11:20am, gcc-bugzi...@gcc.gnu.org ("mikpelinux at gmail dot com") wrote: -- Subject: [Bug c/59674] On m68k and vax variables stack variables with > MA | http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/59674] New: On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-03 Thread christos at zoulas dot com
MED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: christos at zoulas dot com Thie simple example: struct foo { const char *place; long long time; }; extern int goo(struct foo *); int foo(void); int