From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id B770F3858D35; Thu, 23 Nov 2023 17:39:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B770F3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700761192; bh=Oicpm/cipIEpvnpgpK1f3WRSwxmXqdC4lllxaDKuLJ8=; h=From:To:Subject:Date:From; b=tNlMsSyNpLqXLrhhLfkwiA+Dwo+QLE/1KH1hsQ+I9I0TxIESP3vNNrFG+KrxqkYvG lkYwNMGEjjKE0EM/wEw9ocmoJog96FKht6ma1ewvjVUBXb99ilZCVbZ4LxNRaF94E1 MviUIOJ2UPIt7H2alS6RlVIpZSVNdhLIJvlG667g= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: John David Anglin To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-5792] Don't skip check for warning at line 411 in Wattributes.c on hppa*64*-*-* X-Act-Checkin: gcc X-Git-Author: John David Anglin X-Git-Refname: refs/heads/master X-Git-Oldrev: 24592abd68e6efd4ab00c23d4702a046e63f24aa X-Git-Newrev: dc2dfda0ece59db023dca92c8d44b130f3fdf2cc Message-Id: <20231123173952.B770F3858D35@sourceware.org> Date: Thu, 23 Nov 2023 17:39:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:dc2dfda0ece59db023dca92c8d44b130f3fdf2cc commit r14-5792-gdc2dfda0ece59db023dca92c8d44b130f3fdf2cc Author: John David Anglin Date: Thu Nov 23 17:39:15 2023 +0000 Don't skip check for warning at line 411 in Wattributes.c on hppa*64*-*-* 2023-11-23 John David Anglin gcc/testsuite/ChangeLog: * c-c++-common/Wattributes.c: Don't skip check for warning at line 411 in Wattributes.c on hppa*64*-*-*. Diff: --- gcc/testsuite/c-c++-common/Wattributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/c-c++-common/Wattributes.c b/gcc/testsuite/c-c++-common/Wattributes.c index 978f3f938e9..49a085def9e 100644 --- a/gcc/testsuite/c-c++-common/Wattributes.c +++ b/gcc/testsuite/c-c++-common/Wattributes.c @@ -408,7 +408,7 @@ finline_hot_noret_align (int); /* { dg-warning "ignoring attribute .warn_unused /* { dg-note "previous declaration here" "" { target *-*-* } .-1 } */ inline int ATTR ((aligned (4))) - finline_hot_noret_align (int); /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" { target { ! { hppa*64*-*-* } } } } */ + finline_hot_noret_align (int); /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" } */ inline int ATTR ((aligned (8))) finline_hot_noret_align (int); /* { dg-note "previous declaration here" } */