This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269
- From: "law at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 18:14:23 -0000
- Subject: [Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269
- References: <bug-26806-11659@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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