[Bug c/64526] No warning on function call with excessive arguments

2024-11-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #9 from Sam James --- Of course, it's just about whether it's very important anymore. If it hasn't happened by now, it probably won't. I nearly left a similar comment to pinskia.

[Bug c/64526] No warning on function call with excessive arguments

2024-11-30 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #8 from Eric Gallager --- (In reply to Andrew Pinski from comment #7) > I am not sure if this needed any more since now () means the same as (void) > with C23 and GCC defaults to C23 ... Some people may still wish to compile for earl

[Bug c/64526] No warning on function call with excessive arguments

2024-11-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #7 from Andrew Pinski --- I am not sure if this needed any more since now () means the same as (void) with C23 and GCC defaults to C23 ...

[Bug c/64526] No warning on function call with excessive arguments

2019-01-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|RESOLVED

[Bug c/64526] No warning on function call with excessive arguments

2015-01-08 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #5 from Chengnian Sun --- (In reply to jos...@codesourcery.com from comment #3) > "has no parameters" does not mean "has a type that includes a prototype > with no parameters". See DR#317. > > http://www.open-std.org/jtc1/sc22/wg14

[Bug c/64526] No warning on function call with excessive arguments

2015-01-08 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #3 from joseph at codesourcery dot com --- "has no parameters" does not mean "has a type that includes a prototype with no parameters". See DR#317. http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_317.htm

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Chengnian Sun changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|