public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/25643]  New: VRP does not remove -fbounds-checking for Fortran
@ 2006-01-02 19:54 pinskia at gcc dot gnu dot org
  2006-01-02 20:23 ` [Bug tree-optimization/25643] VRP does not remove -fbounds-check " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-02 19:54 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
subroutine mysub(n,v)
  integer :: n
  real    :: v(n)

  if (n<=0) return
  do i=1, n
    v(i) = i*i
  end do
  return
end subroutine mysub
------
Compile with -fbounds-checking -O2, and notice that there is still
_gfortran_runtime_error left in the asm.


-- 
           Summary: VRP does not remove -fbounds-checking for Fortran
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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



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

end of thread, other threads:[~2023-09-03  3:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-25643-4@http.gcc.gnu.org/bugzilla/>
2012-06-29 13:23 ` [Bug tree-optimization/25643] VRP does not remove -fbounds-check for Fortran rguenth at gcc dot gnu.org
2023-09-03  3:24 ` pinskia at gcc dot gnu.org
2006-01-02 19:54 [Bug tree-optimization/25643] New: VRP does not remove -fbounds-checking " pinskia at gcc dot gnu dot org
2006-01-02 20:23 ` [Bug tree-optimization/25643] VRP does not remove -fbounds-check " pinskia at gcc dot gnu dot org
2006-01-03 20:37 ` pinskia at gcc dot gnu dot org
2006-01-07 16:20 ` pinskia at gcc dot gnu dot org
2006-01-29 21:05 ` pinskia at gcc dot gnu dot org
2006-05-01  6:18 ` pinskia at gcc dot gnu dot org
2006-05-01 10:09 ` baldrick at free dot fr
2008-01-12 12:48 ` rguenth at gcc dot gnu dot org
2008-01-12 12:49 ` rguenth at gcc dot gnu dot org
2008-01-12 13:06 ` rguenth at gcc dot gnu dot org
2008-01-12 13:17 ` pinskia at gcc dot gnu dot org
2008-01-12 13:35 ` pinskia at gcc dot gnu dot org
2008-01-12 13:53 ` pinskia at gcc dot gnu dot org
2008-01-12 15:15 ` rguenth at gcc dot gnu dot org
2008-03-14 16:40 ` rguenth 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).