From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53177 invoked by alias); 8 Oct 2018 22:03:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 53156 invoked by uid 89); 8 Oct 2018 22:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Oct 2018 22:03:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8CF3382266; Tue, 9 Oct 2018 00:03:06 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SfsRJWQd_yU5; Tue, 9 Oct 2018 00:03:06 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 934D481F6E; Tue, 9 Oct 2018 00:03:05 +0200 (CEST) From: Eric Botcazou To: Rainer Orth Cc: gcc-patches@gcc.gnu.org, Bernd Edlinger , Andreas Schwab , Olivier Hainque , Richard Biener , Arnaud Charlet , Jakub Jelinek , Jeff Law Subject: Re: [PATCHv2] Handle not explicitly zero terminated strings in merge sections Date: Mon, 08 Oct 2018 22:16:00 -0000 Message-ID: <2143488.pHUI1SiOlT@polaris> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2018-10/txt/msg00469.txt.bz2 > Besides, the patch seems to have produced more fallout on Solaris: I see > many new Go testsuite failures on Solaris 10 which probably are related, > and Solaris bootstrap with Ada included is broken due to the extended > usage of string merging. I'm currently investigating what's going on > there. I can bootstrap on SPARC/Solaris 10 and 11 (GNU as and system linker) but I have regressions on Solaris 11 (and not 10) under the form of SIGBUSes: === acats tests === FAIL: c34005g FAIL: c35508c FAIL: ce3602d FAIL: cxa4005 FAIL: ee3412c FAIL: gfortran.dg/allocatable_function_5.f90 -O1 execution test FAIL: gfortran.dg/allocatable_function_5.f90 -O2 execution test FAIL: gfortran.dg/allocatable_function_5.f90 -O3 -fomit-frame-pointer - funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/allocatable_function_5.f90 -O3 -g execution test FAIL: gfortran.dg/allocatable_function_5.f90 -Os execution test FAIL: gfortran.dg/char_allocation_1.f90 -O1 (test for excess errors) UNRESOLVED: gfortran.dg/char_allocation_1.f90 -O1 compilation failed to produce executable FAIL: gfortran.dg/char_allocation_1.f90 -O2 (test for excess errors) UNRESOLVED: gfortran.dg/char_allocation_1.f90 -O2 compilation failed to produce executable FAIL: gfortran.dg/char_allocation_1.f90 -O3 -fomit-frame-pointer -funroll- loops -fpeel-loops -ftracer -finline-functions (test for excess errors) UNRESOLVED: gfortran.dg/char_allocation_1.f90 -O3 -fomit-frame-pointer - funroll-loops -fpeel-loops -ftracer -finline-functions compilation failed to produce executable FAIL: gfortran.dg/char_allocation_1.f90 -O3 -g (test for excess errors) UNRESOLVED: gfortran.dg/char_allocation_1.f90 -O3 -g compilation failed to produce executable FAIL: gfortran.dg/char_pointer_assign_3.f90 -O2 execution test FAIL: gfortran.dg/char_pointer_assign_3.f90 -O3 -fomit-frame-pointer - funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/char_pointer_assign_3.f90 -O3 -g execution test FAIL: gfortran.dg/implied_do_io_2.f90 -Os execution test FAIL: gfortran.dg/namelist_38.f90 -O2 execution test FAIL: gfortran.dg/namelist_38.f90 -O3 -fomit-frame-pointer -funroll-loops - fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/namelist_38.f90 -O3 -g execution test FAIL: gfortran.dg/namelist_70.f90 -O1 execution test FAIL: gfortran.dg/namelist_70.f90 -O2 execution test FAIL: gfortran.dg/namelist_70.f90 -O3 -fomit-frame-pointer -funroll-loops - fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/namelist_70.f90 -O3 -g execution test FAIL: gfortran.dg/namelist_70.f90 -Os execution test FAIL: gfortran.dg/nan_6.f90 -O1 execution test FAIL: gfortran.dg/realloc_on_assign_4.f03 -O1 execution test FAIL: gfortran.dg/realloc_on_assign_4.f03 -O2 execution test FAIL: gfortran.dg/realloc_on_assign_4.f03 -O3 -fomit-frame-pointer -funroll- loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/realloc_on_assign_4.f03 -O3 -g execution test FAIL: gfortran.dg/realloc_on_assign_4.f03 -Os execution test FAIL: gfortran.dg/streamio_14.f90 -O2 execution test FAIL: gfortran.dg/streamio_14.f90 -O3 -fomit-frame-pointer -funroll-loops - fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/streamio_14.f90 -O3 -g execution test FAIL: gfortran.dg/substr_7.f90 -O (test for excess errors) UNRESOLVED: gfortran.dg/substr_7.f90 -O compilation failed to produce executable FAIL: gfortran.dg/widechar_2.f90 -O1 execution test FAIL: gfortran.dg/widechar_2.f90 -Os execution test FAIL: gfortran.fortran-torture/execute/adjustr.f90 execution, -Os FAIL: go.test/test/fixedbugs/issue4562.go execution, -O2 -g FAIL: go.test/test/nil.go execution, -O2 -g -- Eric Botcazou