[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 --- Comment #9 from Marek Polacek --- Author: mpolacek Date: Wed Mar 2 07:24:19 2016 New Revision: 233891 URL: https://gcc.gnu.org/viewcvs?rev=233891=gcc=rev Log: PR c/67854 * gimplify.c (gimplify_va_arg_expr): Use expanded

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-02-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-02-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 --- Comment #7 from Marek Polacek --- Yeah, I know; I've already fixed the NULL case some time ago (though I'm not sure if all the appropriate spots are fixed).

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-02-23 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2016-02-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 --- Comment #5 from Marek Polacek --- Sorry about that. I'll look into that this week.

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2015-10-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2015-10-05 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 --- Comment #2 from Mikhail Maltsev --- (In reply to jos...@codesourcery.com from comment #1) > I wonder if this is yet another issue with macros from system headers > (bool being defined in a system header to expand to _Bool) ... Looks like

[Bug c/67854] Missing diagnostic for passing bool to va_arg

2015-10-05 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67854 --- Comment #1 from joseph at codesourcery dot com --- I wonder if this is yet another issue with macros from system headers (bool being defined in a system header to expand to _Bool) ... maybe we need a systematic review of diagnostic