From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4773 invoked by alias); 15 Jul 2010 16:02:30 -0000 Received: (qmail 3101 invoked by uid 48); 15 Jul 2010 16:02:14 -0000 Date: Thu, 15 Jul 2010 16:02:00 -0000 Message-ID: <20100715160214.3100.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/44945] [4.6 Regression] FAIL: gfortran.dg/char_array_structure_constructor.f90 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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-07/txt/msg01597.txt.bz2 ------- Comment #5 from burnus at gcc dot gnu dot org 2010-07-15 16:02 ------- According to gcc-testresults this seems to affect only Darwin, cf. http://gcc.gnu.org/ml/gcc-testresults/2010-07/msg01432.html The optimized dumps also seem to be OK (or at there is no obvious difference). In the span working Rev. 162148 to failing Rev. 162192, I see the following commits which might be related: a) _gfortran_compare_string is now PURE, http://gcc.gnu.org/viewcvs?view=revision&revision=162160 b) Two MEMREF related commits, http://gcc.gnu.org/viewcvs?view=revision&revision=162175 http://gcc.gnu.org/viewcvs?view=revision&revision=162177 c) Some commits I have overlooked -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44945