public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50514] New: gfortran should check ISHFT & ISHFTC aruments (r178939)
@ 2011-09-25 20:07 zeccav at gmail dot com
  2011-09-25 22:13 ` [Bug fortran/50514] " kargl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zeccav at gmail dot com @ 2011-09-25 20:07 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50514
           Summary: gfortran should check ISHFT & ISHFTC aruments
                    (r178939)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zeccav@gmail.com


! gfortran should check ISHFT & ISHFTC aruments (r178939)
! gfortran should not accept SHIFT>BIT_SIZE(I)
      print *,ishft(I=m,SHIFT=640)
      print *,ishftc(I=m,SHIFT=640)
! abs(SHIFT) must be <= SIZE
      print *,ishftc(I=m,SHIFT=1,SIZE=0)
      end


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

end of thread, other threads:[~2011-10-20 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-25 20:07 [Bug fortran/50514] New: gfortran should check ISHFT & ISHFTC aruments (r178939) zeccav at gmail dot com
2011-09-25 22:13 ` [Bug fortran/50514] " kargl at gcc dot gnu.org
2011-09-28 10:43 ` zeccav at gmail dot com
2011-09-28 20:03 ` sgk at troutmask dot apl.washington.edu
2011-09-29  7:56 ` zeccav at gmail dot com
2011-10-20 18:12 ` kargl at gcc dot gnu.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).