[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Sep 23 17:48:00 2019 New Revision: 276059 URL: https://gcc.gnu.org/viewcvs?rev=276059&root=gcc&view=rev Log: PR c++/91809 - bit-field and ellipsis. decay_conversion converts

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 --- Comment #2 from Andrew Pinski --- Or rather maybe fixed with the fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30277 (which was done 3 days ago).

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 --- Comment #1 from Andrew Pinski --- I thought I had saw a dup of this bug and closed as invalid before.