public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/45172]  New: [4.6 Regression] internal compiler error: verify_flow_info failed
@ 2010-08-03 15:10 jv244 at cam dot ac dot uk
  2010-08-03 15:27 ` [Bug middle-end/45172] " dominiq at lps dot ens dot fr
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: jv244 at cam dot ac dot uk @ 2010-08-03 15:10 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1711 bytes --]

recent trunk (4.6.0 20100803 (experimental) [trunk revision 162839]) fails
with:

> gfortran -c  -fopenmp -O1 -fexceptions bug.f90
bug.f90: In function ‘dbcsr_mult_m_e_e’:
bug.f90:1:0: error: verify_flow_info: Duplicate edge 28->29
bug.f90:1:0: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


> cat bug.f90
  SUBROUTINE dbcsr_mult_m_e_e ( )
    LOGICAL, PARAMETER   :: use_combined_types = .FALSE.
    INTEGER, ALLOCATABLE, DIMENSION(:, :) ::  right_index_sr
    INTEGER, ALLOCATABLE, DIMENSION(:, :, :) ::  my_sizes
    INTEGER, ALLOCATABLE,  DIMENSION(:, :, :, :) :: all_sizes
    ALLOCATE (all_sizes(4, LBOUND(my_sizes,2):UBOUND(my_sizes,2), &
              LBOUND(my_sizes,3):UBOUND(my_sizes,3), 0:numnodes-1))
          IF (use_combined_types) THEN
             CALL mp_waitall (right_index_sr)
          ENDIF
          DO ki = 0, min_nimages-1
!$omp parallel default (none) &
!$omp reduction (+: flop_single, t_all, t_dgemm)
!$omp end parallel
          ENDDO
       checksum = dbcsr_checksum (product_matrix, error)
  END SUBROUTINE dbcsr_mult_m_e_e


older gcc (gcc-4_5-branch revision 162409) is fine.


-- 
           Summary: [4.6 Regression] internal compiler error:
                    verify_flow_info failed
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <bug-45172-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2010-11-16 11:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-03 15:10 [Bug middle-end/45172] New: [4.6 Regression] internal compiler error: verify_flow_info failed jv244 at cam dot ac dot uk
2010-08-03 15:27 ` [Bug middle-end/45172] " dominiq at lps dot ens dot fr
2010-08-03 15:48 ` rguenth at gcc dot gnu dot org
2010-08-03 15:49 ` rguenth at gcc dot gnu dot org
2010-08-19 13:56 ` jakub at gcc dot gnu dot org
2010-08-19 14:24 ` jv244 at cam dot ac dot uk
2010-09-02 11:14 ` rguenth at gcc dot gnu dot org
     [not found] <bug-45172-4@http.gcc.gnu.org/bugzilla/>
2010-11-15 13:23 ` rguenth at gcc dot gnu.org
2010-11-15 14:05 ` rguenth at gcc dot gnu.org
2010-11-15 14:47 ` rguenth at gcc dot gnu.org
2010-11-16 11:43 ` rguenth at gcc dot gnu.org
2010-11-16 11:47 ` rguenth 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).