From patchwork Thu Mar 2 08:55:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 734513 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vYmPR6Lj5z9s7p for ; Thu, 2 Mar 2017 19:55:51 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="eWQcLk3M"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:cc:content-type; q=dns; s=default; b=TJZNfsVqykYtAvbzBTHEP5ndeZiPTBtq1hdFXBJ5ETC HH6zdadYUKNhrheFTwFhU8WEWqE4JmSdAtaeSmUcIchsE943j7esS+GKJTsztaKz OU+WthDh368/vookdO8rIsVX1YyPWWvjZ1cnLI45L03aqPHmN01EP2YzkPwWF1Mo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:cc:content-type; s=default; bh=my58JkHFjYQ+2yDDa9UlmvLEPjE=; b=eWQcLk3MmBKGAALvX LjhEheCKRoOaAIJsIsE+jpwc9rrWMtBwOQe2Pan/gP/iAcVVi7ONBiOrAoDsOGqH Cx3dklu6jFfj9zTC2qDpgOr5uyVPWDl7uXJTs5LIaJlGUBZk+djYjGgZ+gv6IplQ qoWBIsgOm6KPIM8lmbcVTDozaQ= Received: (qmail 84954 invoked by alias); 2 Mar 2017 08:55:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 84936 invoked by uid 89); 2 Mar 2017 08:55:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ua0-f177.google.com Received: from mail-ua0-f177.google.com (HELO mail-ua0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Mar 2017 08:55:41 +0000 Received: by mail-ua0-f177.google.com with SMTP id c11so19537475uaa.0 for ; Thu, 02 Mar 2017 00:55:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=nt93CHb9lTZfLlcjmucCGo3rRtmejlSSiO+uv1JtVB0=; b=dr+6d2zdtcfWy3W+NuPiM6baF4LTUsoA8c2pSweqqjGYT4jfyxBnEpFV/TNVLFio2Z lDY19ZGDVC2F4uPx8CplN5Ibaf7tr1D0VUlRdlyx93x9RNMGdpEJP3qfHGcKWLOazIOq mjKNvapgJqd7xt2Iz6Jnh7Z7rfJY/4bW6rz86oodxr47yG6qC5G9X2gNrTpGKhH9sL4p zrO77MpV0vWpyfiahTTAT9mtNVlLI8CjyWhDvWfq0eH87s9f4xq7mqRVkd3GDOyz9dAn 3mWT4VqVkjCeVxDWk8+gJPvIHRytR/0S96SDzIeYBGGz0kut+6MhlsZNSO5dNWv+/jv6 LsVQ== X-Gm-Message-State: AMke39lS5aiCLsICagPEaAdOm3QuENSc11UW8C7y5N7XtBP/VVZR3wJvzj3OFOGa+1Cs57HNuD2LdVF3iO6VdA== X-Received: by 10.176.83.123 with SMTP id y56mr5449952uay.141.1488444940502; Thu, 02 Mar 2017 00:55:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.87.67 with HTTP; Thu, 2 Mar 2017 00:55:40 -0800 (PST) From: Uros Bizjak Date: Thu, 2 Mar 2017 09:55:40 +0100 Message-ID: Subject: Re: [PATCH] Fix rtl/x86_64 fails with -m32 To: "gcc-patches@gcc.gnu.org" Cc: Richard Guenther > Annoying me for quite some time, fixed as follows. > > Tested on x86_64-unknown-linux-gnu, applied to trunk. reason. Uros. Index: gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c =================================================================== --- gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c (revision 245830) +++ gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ All hese should be "{ target { { i?86-*-* x86_64-*-* } && { ! ia32 } } }". x32 works OK with all test, modulo final.c where it ICEs for some