public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Report from the additional type errors for GCC 14 BoF at Cauldron
@ 2023-09-26  8:28 Florian Weimer
  2023-09-26  9:22 ` Jakub Jelinek
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Florian Weimer @ 2023-09-26  8:28 UTC (permalink / raw)
  To: gcc

My understanding of the consensus goes as follows:

* We want to make some changes in this area for GCC 14.
* We should do the same thing that Clang does: default to the relevant
  -Werror= options.
* Unlike regular warnings, these warnings-as-errors should also apply
  to system headers.
* At least implict-int and implicit-function-declaration should be
  upgraded to errors in this way.
* It's too early to make the () changes and bool-as-keyword from C2X
  for GCC 14.
* We should fix the missing scope of the int-conversion warnings
  (PR109827).  Likweise for incompatible-pointer-types (PR109826).

Is this summary accurate?

I think the open issues are:

* Do we want to implement something else beside implicit-int and
  implicit-function-declaration?  (Candidates are int-conversion and
  incompatible-pointer-types, and the void vs non-void part of
  return-type, maybe others as previously discussed on the list.)
* How do we divide up the test suite cleanup work?

Thanks,
Florian


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-09-27  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26  8:28 Report from the additional type errors for GCC 14 BoF at Cauldron Florian Weimer
2023-09-26  9:22 ` Jakub Jelinek
2023-09-26 12:04   ` Florian Weimer
2023-09-26 12:22 ` Jeff Law
2023-09-26 13:42   ` Florian Weimer
2023-09-26 18:49   ` Sam James
2023-09-26 18:40 ` Sam James
2023-09-26 22:06   ` Arsen Arsenović
2023-09-27  4:44     ` Florian Weimer
2023-09-27  8:52       ` Anaya Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).