From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77478 invoked by alias); 1 Apr 2019 06:57:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 77469 invoked by uid 89); 1 Apr 2019 06:57:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=89877, UD:longlong.h, longlong.h, longlongh X-HELO: mail-yb1-f179.google.com Received: from mail-yb1-f179.google.com (HELO mail-yb1-f179.google.com) (209.85.219.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Apr 2019 06:57:42 +0000 Received: by mail-yb1-f179.google.com with SMTP id x84so576550ybg.9 for ; Sun, 31 Mar 2019 23:57:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:cc:date:user-agent:mime-version :content-transfer-encoding; bh=uuVt/yTQFY3Rv/SDzldA9l7WWU1pQj5SNuIVGrcN144=; b=YzxmYQvfR6xIAdW1ReprZjIIofDkFdfxoHoI2f4EOHtRzUB0biHHk+s4TCY21h237O KSI7N6JZrnrjpTaRvJIRJum8o5lyWSi1wbhtjDeIJT3xPGckGvxFJz4waHasVihFWRiM kUcjp8pyvpfvT9/xB+4aTnQtHYM3UnaDcmMJE54PLLEuYTL9UygAmj2IgkryFzv9HZDp MWwTs6gK/Xkg+Hd2ryQNNofbKiTso8hB+9Yl1/iZ3nwFFgtiXqSzcZXkVTJLpINBEe99 0ROZw78bjZGO1go+se6QQDQqO3sMuYdNHfR9JGNcPaTdzEC4Y1MVIlT8SfNXGcdYlxXZ xt6A== Return-Path: Received: from engy ([193.187.151.25]) by smtp.gmail.com with ESMTPSA id 205sm3508161yww.27.2019.03.31.23.57.38 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 31 Mar 2019 23:57:39 -0700 (PDT) Message-ID: Subject: Applying patch to longlong.h From: claziss@gmail.com To: "gcc@gcc.gnu.org" Cc: "vgupta@sysnopsys.com" Date: Mon, 01 Apr 2019 06:57:00 -0000 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00002.txt.bz2 Hi, I would like to apply the ARC specific fix for bugzilla 89877 to include/longlong.h file, but I don't know for sure if I am allowed or not. I mention that I am the ARC reviewer. Thanks, Claudiu