From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26265 invoked by alias); 26 Jul 2010 07:33:30 -0000 Received: (qmail 26227 invoked by uid 48); 26 Jul 2010 07:33:14 -0000 Date: Mon, 26 Jul 2010 07:33:00 -0000 Message-ID: <20100726073314.26226.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/45073] [4.6 Regression] gfortran.dg/assumed_charlen_function_3.f90 ICEs with -fprofile-generate In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "zsojka at seznam dot cz" 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-07/txt/msg02815.txt.bz2 ------- Comment #2 from zsojka at seznam dot cz 2010-07-26 07:33 ------- Thank you for the answer. gfortran.dg/char_pointer_func.f90 and gfortran.dg/function_charlen_2.f90 fail the same way, with similiar backtrace $ gfortran -O2 -fprofile-generate char_pointer_func.f90 char_pointer_func.f90: In function 'char_pointer_func': char_pointer_func.f90:27:0: internal compiler error: Segmentation fault $ gfortran -O2 -fprofile-generate function_charlen_2.f90 function_charlen_2.f90: In function 'test': function_charlen_2.f90:18:0: internal compiler error: Segmentation fault Revisions tested: r162456 - crash r161659 - crash r161170 - OK -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45073