[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-09-09 Thread bdavis9659 at comcast dot net
--- Additional Comments From bdavis9659 at comcast dot net 2005-09-09 14:38 --- http://gcc.gnu.org/ml/gcc/2005-09/msg00266.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-09-09 Thread bdavis9659 at comcast dot net
-- What|Removed |Added CC||repucul at link dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-28 Thread mark_l_hansen at yahoo dot com
--- Additional Comments From mark_l_hansen at yahoo dot com 2005-06-29 02:08 --- I did some more research on the bug and found the following: 1) in fortran .TRUE. is 0x1 in hex 2) if(item) statements evaluate to true when the item value is non zero 3) .NOT., .AND., etc either perform bi

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-25 Thread bdavis9659 at comcast dot net
--- Additional Comments From bdavis9659 at comcast dot net 2005-06-25 14:06 --- in the interest of ensuring credit is given to who actually did the work, the above analysis was done by [EMAIL PROTECTED] and posted by me. --bud davis -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=219

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-25 Thread bdavis9659 at comcast dot net
--- Additional Comments From bdavis9659 at comcast dot net 2005-06-25 13:58 --- here are some things i have found while researching this: First, this patch: 2002-05-09 Hassan Aurag <[EMAIL PROTECTED]> * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-19 Thread mark_l_hansen at yahoo dot com
--- Additional Comments From mark_l_hansen at yahoo dot com 2005-06-19 18:39 --- Correct I am using version 3.4.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:48 --- Well, it says: "Reported against: 3.4.2" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-10 Thread bdavis9659 at comcast dot net
--- Additional Comments From bdavis9659 at comcast dot net 2005-06-10 14:53 --- the behavour of -fugly-logint changed between gcc3.2 and above. which version are you using ? --bud davis -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931

[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-06 Thread mark_l_hansen at yahoo dot com
--- Additional Comments From mark_l_hansen at yahoo dot com 2005-06-06 15:51 --- Created an attachment (id=9038) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9038&action=view) Test program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21931