This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

*Ping* patch, fortran] Warn about constant integer divisions


*ping*

https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00966.html


> Hello world,
> 
> the attached patch emits a warning for constant integer division.
> While correct according to the standard, I cannot really think
> of a legitimate reason why people would want to write 3/5 where
> they could have written 0 , so my preference would be to put
> this under -Wconversion (like in the attached patch).
> 
> However, I am open to discussion on that.  It is easy enough to
> change.
> 
> Regression-tested.  Opinions?  Comments?  Would somebody rather
> have -Wconversion-extra?  OK for trunk?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]