From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dellerweb.de (unknown [IPv6:2a02:c207:3003:236::1]) by sourceware.org (Postfix) with ESMTPS id B18B13858D1E for ; Sat, 13 Jan 2024 18:12:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B18B13858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=parisc-linux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=parisc-linux.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B18B13858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a02:c207:3003:236::1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705169539; cv=none; b=cP86TsT64B2oIanfNOwrH/7jElVxvFGPhuncFOJ5RUexpdJMvnzvSAOdpTnl71RDDJMqDoOOhu0/jVmhvF5FBrSJZz1vN1QUCbBE16DRM/EvsPGZH5FmOk2rMxPUn4FtCP5raQNZhvwTs83+Te2EhT+YzQk169+ExogoZrhieAM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705169539; c=relaxed/simple; bh=z8UA0vpuAEYCiQyH0RaUfqqd+Ckcb/L9f840dEsBhW4=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=wcz9YvfAKVRzMObtbetGitOeFhweehIflZlb5hQUyZ7f07a379VfDbqGwUlq6cWfYz6tO8FU0pnRW6t+kRcWqk4FAgDXICQ4zt7gqQZVC6Zkhvwurse+MDIzeqmmntV4BSoiohlUFNj+ug3Dl/kHVRL4dLs38zJNFy/NlO2WSx0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mx3210.localdomain (unknown [142.126.114.79]) by dellerweb.de (Postfix) with ESMTPSA id 1EB8A16003B6; Sat, 13 Jan 2024 19:12:16 +0100 (CET) Received: by mx3210.localdomain (Postfix, from userid 1000) id E54A022011C; Sat, 13 Jan 2024 18:11:58 +0000 (UTC) Date: Sat, 13 Jan 2024 18:11:58 +0000 From: John David Anglin To: GCC Patches Subject: [committed] hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="TzB1h29FmCjNEM34" Content-Disposition: inline X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --TzB1h29FmCjNEM34 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Tested on hppa64-hp-hpux11.11. Committed to trunk. Dave --- hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3= =2Ef90 The hppa*64*-*-hpux* target is not included in the set of fortran_real_16 targets because it doesn't have cosl. However, these tests don't need cosl, etc. 2024-01-13 John David Anglin gcc/testsuite/ChangeLog: * gfortran.dg/fmt_f_default_field_width_3.f90: Add hppa*64*-*-hpux* to real_16 dg-error targets. * gfortran.dg/fmt_g_default_field_width_3.f90: Likewise. diff --git a/gcc/testsuite/gfortran.dg/fmt_f_default_field_width_3.f90 b/gc= c/testsuite/gfortran.dg/fmt_f_default_field_width_3.f90 index 3e7d8f64d43..46f271e0c60 100644 --- a/gcc/testsuite/gfortran.dg/fmt_f_default_field_width_3.f90 +++ b/gcc/testsuite/gfortran.dg/fmt_f_default_field_width_3.f90 @@ -30,6 +30,6 @@ program test =20 #ifdef __GFC_REAL_16__ real_16 =3D 4.18 - write(buffer, fmt) ':',real_16,':' ! { dg-error "Nonnegative width req= uired" "" { target fortran_real_16 } } + write(buffer, fmt) ':',real_16,':' ! { dg-error "Nonnegative width req= uired" "" { target { fortran_real_16 || { hppa*64*-*-hpux* } } } } #endif end diff --git a/gcc/testsuite/gfortran.dg/fmt_g_default_field_width_3.f90 b/gc= c/testsuite/gfortran.dg/fmt_g_default_field_width_3.f90 index 95a05981941..22fe1a35d65 100644 --- a/gcc/testsuite/gfortran.dg/fmt_g_default_field_width_3.f90 +++ b/gcc/testsuite/gfortran.dg/fmt_g_default_field_width_3.f90 @@ -33,6 +33,6 @@ program test =20 #ifdef __GFC_REAL_16__ real_16 =3D 4.18 - write(buffer, fmt) ':',real_16,':' ! { dg-error "Positive width requir= ed" "" { target fortran_real_16 } } + write(buffer, fmt) ':',real_16,':' ! { dg-error "Positive width requir= ed" "" { target { fortran_real_16 || { hppa*64*-*-hpux* } } } } #endif end --TzB1h29FmCjNEM34 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEnRzl+6e9+DTrEhyEXb/Nrl8ZTfEFAmWi0mQACgkQXb/Nrl8Z TfGrCw/7BsuNCksbstHAFIG5DGMp+uu1ejlGOn17kzg5Aw39XPKA2bYz4ugmPAbz XaI0zlAyTBT4JgrySG+9WxZCAs4FQ6ViWsyqCz7waB1tGGILyRByHoMyDB4fgXnp sTsznROop/K+EXZsM64FXMkc3PwNVs3QXGYdgtNQGqDOt4h9lL/HfCVIqBMFS6Sd SB+wUiVNHlApt9ttlzq3fY2mqwj6nnS7AYm9Z0N+bJqaUXWD+VG2+woPLAxA4+BF C3Bt625L2Q4KyZReWOD21RegEIUBRNXG+bZgHxM9bL5fQijno1Lt0MSiQnThzVGU Z1d03ZxkvYXl/3hYY7DybVfqQqNF/a1au6WGeNFk+q9TAt/em6d0fXJRHjBIYzSV gM/V+Hd2w4aUixG/LxB/GVb4lU2kw7FGBuGSxFGb9Z/M8iry+fcv6wfBXZ6hrmFN bybyq1mn2DO9ymLI+SWAyxxux8X/ecqOTb2ondFTQnBpyCFoPgzw529VEh0whvIC sVIgwrtKGBkepA8gmexDpVkXHdX9S6oiIVspFvdQXuzfR6tuKzqKKj0ihwVNeEYX FehP0QuHzJxmqEx4RzRg0D2HMrkdiNRKdBOtlQHfFnWOp180I9QHp1P2L053Bow/ rtVxzTwbObMSUOkkSdULB3A3WjQwNmZvbf52g1ZKUaJ+GMzir8k= =dbur -----END PGP SIGNATURE----- --TzB1h29FmCjNEM34--