[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-06-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.4.0 Target Milestone|--- |4.4.1 http://

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-06-03 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2009-06-03 19:40 --- Now also FIXED on the 4.4 branch. -> CLOSE -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-05-29 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-05-29 21:33 --- Checked into the trunk (4.5). Keep open for potential back porting to 4.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40019

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-05-29 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-05-29 21:28 --- Subject: Bug 40019 Author: burnus Date: Fri May 29 21:27:54 2009 New Revision: 147987 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147987 Log: 2009-05-29 Francois-Xavier Coudert PR fortran/40019

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-05-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2009-05-27 10:27 --- (In reply to comment #1) > I don't think your patch fixes the following, > > print *, leadz(-1_1), leadz(-1_2), leadz(-1_4), leadz(-1_8), leadz(-1_16) > > which yields > >7 15 31

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-05-27 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-05-27 07:44 --- I don't think your patch fixes the following, print *, leadz(-1_1), leadz(-1_2), leadz(-1_4), leadz(-1_8), leadz(-1_16) which yields 7 15 31 63 127 -- http://gcc

[Bug fortran/40019] LEADZ and TRAILZ give wrong results

2009-05-19 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org