[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2015-06-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2012-12-23 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 Harald Anlauf anlauf at gmx dot de changed: What|Removed |Added CC||anlauf at gmx

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2012-05-04 Thread david.folkner at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 David Folkner david.folkner at gmail dot com changed: What|Removed |Added CC|

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-09-05 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #7 from Thomas Henlich thenlich at users dot sourceforge.net 2011-09-05 07:55:13 UTC --- Would it be feasible to generate a warning for line 3 of the following: real(8) :: a, b a = 1.4d0 b = a / 1.3

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #6 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-08-21 16:35:31 UTC --- Author: tkoenig Date: Sun Aug 21 16:35:28 2011 New Revision: 177942 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177942 Log: 2011-08-21 Thomas

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-08 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #4 from Thomas Henlich thenlich at users dot sourceforge.net 2011-08-08 06:07:33 UTC --- It is not safe to omit the warning for integers: the constant could have been truncated to an integer, as in: real(8) :: r8 r8 =

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-08 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-08-08 14:50:33 UTC --- On Mon, Aug 08, 2011 at 06:07:36AM +, thenlich at users dot sourceforge.net wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 ---

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-07 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-07 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #3 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-08-07 21:20:36 UTC --- Created attachment 24945 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24945 Proposed patch Here's a patch. For real a a = 2.3d0 it checks

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-07-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-02-09 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|