[Bug fortran/67541] -Wconversion-extra no warning on double = double + single

2015-09-10 Thread jamiebayne at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67541 --- Comment #2 from Jamie Bayne --- Ah, so it's fixed in trunk. Thanks for the info. RE the warnings making sense: floating-point promotions may not lose data, but they do have an associated runtime cost (about equivalent to an add on recent Int

[Bug fortran/67541] New: -Wconversion-extra no warning on double = double + single

2015-09-10 Thread jamiebayne at hotmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jamiebayne at hotmail dot com Target Milestone: --- It is my belief (or at least desire) that every assignment in the following program should emit a warning with the -Wconversion{,-extra