https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65891
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|mpolacek at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- In the ML I wrote: I'm afraid there isn't an easy solution to this; the problem is that we fold sizeof early, so the warning sees t < sizeof 4 && t < 4 Thus unassigning for now.