This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269



------- Comment #3 from law at redhat dot com  2006-03-22 18:14 -------
Subject: Re:  [4.2 Regression] ICE at
        gcc/tree-gimple.c:269

On Wed, 2006-03-22 at 17:27 +0000, pinskia at gcc dot gnu dot org wrote:
> 
> ------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-22 17:27 -------
> Confirmed, shorter testcase:
> module solv_cap
>   integer,       private, save :: Ng1=0, Ng2=0
> contains
>   subroutine FourirG(G)
>     real, intent(in out), dimension(0:,0:) :: G
>     complex, allocatable, dimension(:,:)   :: t
>     allocate( t(0:2*Ng1-1,0:2*Ng2-1) )
>     t(0:Ng1,0:Ng2-1)    = G(:,0:Ng2-1)      ! Fill one quadrant (one extra row)
>     t(0:Ng1,Ng2:2*Ng2-1) = G(:,Ng2:1:-1)    ! This quadrant using symmetry
>   end subroutine FourirG
> end module
Options/flags?  I've been unable to reproduce this.
jeff


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]