[Bug c/96284] Outdated C features should be made errors with newer standards

2023-12-01 Thread david at westcontrol dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #16 from David Brown --- Thank you for making these changes. There's always a trade-off between supporting code that "has always compiled fine and works in testing", and making it harder for people to write new poor quality code

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-12-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Sam James changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-12-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Sam James changed: What|Removed |Added Depends on||108476, 85678 See

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Bug 96284 depends on bug 91093, which changed state. Bug 91093 Summary: Error on implicit int by default https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91093 What|Removed |Added

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Bug 96284 depends on bug 106416, which changed state. Bug 106416 Summary: -Wint-conversion should be an error, not a pedwarn https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106416 What|Removed |Added

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #12 from GCC Commits --- The master branch has been updated by Florian Weimer : https://gcc.gnu.org/g:4ecfa6c4a9df19b364cbdf6d9de5f0b98c22bd8f commit r14-6036-g4ecfa6c4a9df19b364cbdf6d9de5f0b98c22bd8f Author: Florian Weimer Date:

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #13 from GCC Commits --- The master branch has been updated by Florian Weimer : https://gcc.gnu.org/g:9715c545d33b3a32ddc1ae817ba9356ade1fb9df commit r14-6037-g9715c545d33b3a32ddc1ae817ba9356ade1fb9df Author: Florian Weimer Date:

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #10 from GCC Commits --- The master branch has been updated by Florian Weimer : https://gcc.gnu.org/g:55e94561e97ed0bce4774aa1c6b5d5d82209a379 commit r14-6033-g55e94561e97ed0bce4774aa1c6b5d5d82209a379 Author: Florian Weimer Date:

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #11 from GCC Commits --- The master branch has been updated by Florian Weimer : https://gcc.gnu.org/g:4ee2aca7ca098cc6e622a9a41e63224af37e6532 commit r14-6034-g4ee2aca7ca098cc6e622a9a41e63224af37e6532 Author: Florian Weimer Date:

[Bug c/96284] Outdated C features should be made errors with newer standards

2023-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #9 from GCC Commits --- The master branch has been updated by Florian Weimer : https://gcc.gnu.org/g:2c3db94d9fd07681f8806dae93d555779ff4dfb1 commit r14-6032-g2c3db94d9fd07681f8806dae93d555779ff4dfb1 Author: Florian Weimer Date:

[Bug c/96284] Outdated C features should be made errors with newer standards

2021-12-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-28 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #7 from Florian Weimer --- (In reply to David Brown from comment #6) > I'm not bothered about my own code - I have makefiles with the relevant > options set in case I make mistakes. My hope is for gcc to be able to have > stricter

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-28 Thread david at westcontrol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #6 from David Brown --- (In reply to Eric Gallager from comment #5) > (In reply to David Brown from comment #0) > > Could this be made an error by default > > (-Werror=implicit-function-declarations) ? Let those who want to compile

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #4 from Martin Sebor --- (In reply to Martin Sebor from comment #3) > I support including more diagnostics in -Wall and -Werror I meant "-Wall and -Wextra."

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Martin Sebor changed: What|Removed |Added Depends on||82922 Ever confirmed|0

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #2 from Jonathan Wakely --- But they're not enabled by default, meaning that the unsafe, ill-formed code is still accepted by default.

[Bug c/96284] Outdated C features should be made errors with newer standards

2020-07-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 --- Comment #1 from Richard Biener --- There's -pedantic and -pedantic-errors