public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17568] New: ISHFT intrinsic: bogus overflow error
@ 2004-09-20 12:23 anlauf at hep dot tu-darmstadt dot de
  2004-09-20 13:09 ` [Bug fortran/17568] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2004-09-20 12:23 UTC (permalink / raw)
  To: gcc-bugs

Hi,

the following code

program gfcbug9
  implicit none
  integer, parameter :: nbits = bit_size (1)
  integer            :: res
  res = ishft (1, nbits-1)
  print *, res
end program gfcbug9


fails to compile with the error message:


 In file gfcbug9.f90:5

  res = ishft (1, nbits-1)
              1
Error: Result of ISHFT overflows its kind at (1)


This is a bug.  AFAIK all bits that drop out left or right just
should get lost.  The only constraint (abs(shift) < bit_size) is
satisfied.

Cheers,
-ha

-- 
           Summary: ISHFT intrinsic: bogus overflow error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-cygwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17568


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-06 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-20 12:23 [Bug fortran/17568] New: ISHFT intrinsic: bogus overflow error anlauf at hep dot tu-darmstadt dot de
2004-09-20 13:09 ` [Bug fortran/17568] " pinskia at gcc dot gnu dot org
2004-10-02 19:37 ` tobi at gcc dot gnu dot org
2004-10-02 19:42 ` tobi at gcc dot gnu dot org
2004-10-06 16:21 ` cvs-commit at gcc dot gnu dot org
2004-10-06 16:27 ` tobi at gcc dot gnu dot org
2004-10-06 17:03 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).