Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rainy6144 at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686
--- Comment #2 from rainy6144 at gmail dot com 2007-09-02 18:38 ---
Thank you. The bug appears to have been fixed in the latest 4.3.0 snapshot
(r128023).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33282
ing addition
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rainy6144 at gmail dot com
GCC build triplet: i386-pc-l
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rainy6144 at gmail dot com
GCC build triplet: x86_64-unkno
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rainy6144 at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36013
--- Comment #9 from rainy6144 at gmail dot com 2008-04-23 07:20 ---
Does the patch also fix the warning for conditional expressions? For example:
short f(int cond, short x, short y)
{
return cond ? x : y;
}
--
rainy6144 at gmail dot com changed:
What|Removed