[Bug c++/79466] strange varargs warnings on superflous paranthesises

2021-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79466

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |6.3
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=70584
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Andrew Pinski  ---
Fixed.

[Bug c++/79466] strange varargs warnings on superflous paranthesises

2017-02-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79466

Martin Sebor  changed:

   What|Removed |Added

   Keywords||diagnostic
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-02-14
 CC||msebor at gcc dot gnu.org
  Known to work||6.3.0, 7.0
 Ever confirmed|0   |1
  Known to fail||5.4.0

--- Comment #2 from Martin Sebor  ---
Confirmed with 5.x.  Neither 6.x nor the latest trunk complain.  The warning
went away after r236616.

[Bug c++/79466] strange varargs warnings on superflous paranthesises

2017-02-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79466

--- Comment #1 from Andrew Pinski  ---
C++14 changed the rules slightly about paranthesises which is why you are
seeing the difference here.