This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/82018] [6/7/8 Regression] missing warnings with -Wconversion
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Aug 2017 09:42:30 +0000
- Subject: [Bug fortran/82018] [6/7/8 Regression] missing warnings with -Wconversion
- Auto-submitted: auto-generated
- References: <bug-82018-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82018
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |janus at gcc dot gnu.org
--- Comment #5 from janus at gcc dot gnu.org ---
(In reply to tkoenig@netcologne.de from comment #3)
> > Maybe one could re-enable such warnings at least with -Wextra?
>
> The warning is given with -Wconversion-extra.
>
> We could enable -Wconversion-extra with -Wextra.
Yes, please! Why isn't that done already? Sounds like an ideal candidate for
-Wextra. Leaving it out certainly violates the principle of least surprise ...
If no one else has time for such "trivialities", I will take the time.