From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25534 invoked by alias); 19 May 2010 16:57:47 -0000 Received: (qmail 25463 invoked by uid 48); 19 May 2010 16:57:27 -0000 Date: Wed, 19 May 2010 16:57:00 -0000 Message-ID: <20100519165727.25462.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38849] ICE in fold_convert with C_F_POINTER and C binding In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg02093.txt.bz2 ------- Comment #4 from dfranke at gcc dot gnu dot org 2010-05-19 16:57 ------- $ gfortran-4.5 pr38849.f90 pr38849.f90: In function 'MAIN__': pr38849.f90:9:0: internal compiler error: in gimplify_expr, at gimplify.c:7346 $ gfortran-svn pr38849.f90 gimplification failed: chararr QI size unit size align 8 symtab 0 alias set -1 canonical type 0xb77a3ba0 arg-types chain chain >>> pointer_to_this > unsigned SI size unit size align 32 symtab 0 alias set -1 canonical type 0xb77a3c00> constant arg 0 public external QI file pr38849.f90 line 5 col 0 align 8 chain used static QI file pr38849.f90 line 2 col 0 align 8 initial result (mem:QI (symbol_ref:SI ("MAIN__") [flags 0x3] ) [0 S1 A8]) struct-function 0xb772239c chain >>> pr38849.f90: In function 'MAIN__': pr38849.f90:9:0: internal compiler error: gimplification failed $ gfortran-svn -v gcc version 4.6.0 20100518 (experimental) (GCC) -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org Known to fail|4.3.2 4.4.0 |4.3.2 4.4.0 4.5.1 4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38849