[gcc r16-3] doc: say "compatible types" for -fstrict-aliasing

2025-04-17 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:7c47badcdc8625ea53aed275be96c32bc78db25b commit r16-3-g7c47badcdc8625ea53aed275be96c32bc78db25b Author: Sam James Date: Mon Mar 24 04:32:47 2025 + doc: say "compatible types" for -fstrict-aliasing Include the term used in the standard to ease further rese

[gcc r15-8956] testsuite: more (mostly cosmetic) dg- whitespace fixes

2025-04-04 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e90d6c2639c39266479085a5f8df443b56eca259 commit r15-8956-ge90d6c2639c39266479085a5f8df443b56eca259 Author: Sam James Date: Thu Mar 27 00:21:43 2025 + testsuite: more (mostly cosmetic) dg- whitespace fixes Some of these are harmless but still inconsistent

[gcc r15-9030] testsuite: arm: fixup more dg-final syntax

2025-03-29 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:78e0cf06c818e6293d36e52ad7a96bd9e7953c06 commit r15-9030-g78e0cf06c818e6293d36e52ad7a96bd9e7953c06 Author: Sam James Date: Sat Mar 29 21:09:25 2025 + testsuite: arm: fixup more dg-final syntax ... as Richard E mentioned on the ML. Followup to r15-8956-ge9

[gcc r15-8997] testsuite, aarch64: fix broken dg directives

2025-03-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:8ac6399970ff39bc72bee5b9efee067325fdee74 commit r15-8997-g8ac6399970ff39bc72bee5b9efee067325fdee74 Author: David Malcolm Date: Wed Mar 26 14:34:46 2025 -0400 testsuite, aarch64: fix broken dg directives Found by dg-lint. gcc/testsuite/ChangeLog:

[gcc r15-8998] testsuite, arm: fix broken dg directives

2025-03-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:39d4c1ff491662b1e167740647b2e0077e2c3739 commit r15-8998-g39d4c1ff491662b1e167740647b2e0077e2c3739 Author: David Malcolm Date: Wed Mar 26 14:34:48 2025 -0400 testsuite, arm: fix broken dg directives Found by dg-lint. gcc/testsuite/ChangeLog:

[gcc r15-9000] testsuite, riscv: fix broken dg directives

2025-03-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:04e51876108ed0ae422856ce7440ed708e9b0cf8 commit r15-9000-g04e51876108ed0ae422856ce7440ed708e9b0cf8 Author: David Malcolm Date: Wed Mar 26 14:34:53 2025 -0400 testsuite, riscv: fix broken dg directives Found by dg-lint. gcc/testsuite/ChangeLog:

[gcc r15-8999] testsuite, i386: fix broken dg directives

2025-03-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d6220c413bf6530bf88270ca5202801db01479e3 commit r15-8999-gd6220c413bf6530bf88270ca5202801db01479e3 Author: David Malcolm Date: Wed Mar 26 14:34:50 2025 -0400 testsuite, i386: fix broken dg directives Found by dg-lint. gcc/testsuite/ChangeLog:

[gcc r15-8983] testsuite: revert Fortran change

2025-03-27 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:22f4125f19d58e30997518e22dfe0bae7cdbbcb6 commit r15-8983-g22f4125f19d58e30997518e22dfe0bae7cdbbcb6 Author: Sam James Date: Thu Mar 27 17:52:19 2025 + testsuite: revert Fortran change Revert part of my change from r15-8973-g1307de1b4e7d5e; as Harald points

[gcc r15-8981] testsuite: aarch64: fix another unbalanced }

2025-03-27 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:176c7a2f751e0487c500c2a83bd44ebad89df958 commit r15-8981-g176c7a2f751e0487c500c2a83bd44ebad89df958 Author: Sam James Date: Thu Mar 27 15:36:00 2025 + testsuite: aarch64: fix another unbalanced } In r15-8956-ge90d6c2639c392, I missed one, so while it did f

[gcc r15-8973] testsuite: harmless dg-* whitespace fixes

2025-03-27 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:1307de1b4e7d5eb80032943e5cdaaf151da38e7a commit r15-8973-g1307de1b4e7d5eb80032943e5cdaaf151da38e7a Author: Sam James Date: Thu Mar 27 13:19:51 2025 + testsuite: harmless dg-* whitespace fixes These just fix inconsistent/unusual style to avoid noise when g

[gcc r15-8974] testsuite: fix typos in comments

2025-03-27 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6d025f1883853800bee969e7e6b4c836791c commit r15-8974-g6d025f1883853800bee969e7e6b4c836791c Author: Sam James Date: Thu Mar 27 13:23:23 2025 + testsuite: fix typos in comments This fixes some 'scan-tree-dump-times' (vs '-time') typos and one or

[gcc r15-8959] testsuite: assorted targets: add missing braces to dg-* directives

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:042a1691c24823f185538220cc523cbb400f01eb commit r15-8959-g042a1691c24823f185538220cc523cbb400f01eb Author: Sam James Date: Thu Mar 27 00:38:10 2025 + testsuite: assorted targets: add missing braces to dg-* directives These get ignored otherwise.

[gcc r15-8954] testsuite: fortran: fix dg syntax errors

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:fed26e59d6771004a0649a98b1a16fa28a9bb1bd commit r15-8954-gfed26e59d6771004a0649a98b1a16fa28a9bb1bd Author: Sam James Date: Thu Mar 27 00:14:21 2025 + testsuite: fortran: fix dg syntax errors No change in test results. The changes other than the first are

[gcc r15-8960] testsuite: fixup tree scan syntax for strub-internal-pr112938.C

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:abd8e46e72c81837d61bc94bd5dfee6b9ef4cde1 commit r15-8960-gabd8e46e72c81837d61bc94bd5dfee6b9ef4cde1 Author: Sam James Date: Thu Mar 27 01:25:40 2025 + testsuite: fixup tree scan syntax for strub-internal-pr112938.C This wasn't being run before my r15-8949-

[gcc r15-8955] testsuite: fix dg-bogus typo

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:06b7549a762e6ed08ae919e7b9befa2ee7fb9b4b commit r15-8955-g06b7549a762e6ed08ae919e7b9befa2ee7fb9b4b Author: Sam James Date: Thu Oct 31 02:52:41 2024 + testsuite: fix dg-bogus typo The dg-bogus directive here is trying to match -Warray-bounds or -Wstrin

[gcc r15-8958] testsuite: fix more dg-* whitespace issues

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:1ecdefb5ee9215153d9c74b0528ac88b9e05e7af commit r15-8958-g1ecdefb5ee9215153d9c74b0528ac88b9e05e7af Author: Sam James Date: Thu Mar 27 00:32:23 2025 + testsuite: fix more dg-* whitespace issues A handful of cosmetic ones in here but most meant the directiv

[gcc r15-8957] testsuite: fix dg-message typos

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ec7b1298a04e1109a8d565c4b509bb15842ba5b9 commit r15-8957-gec7b1298a04e1109a8d565c4b509bb15842ba5b9 Author: Sam James Date: Fri Aug 2 06:37:04 2024 +0100 testsuite: fix dg-message typos gcc/testsuite/ChangeLog: * g++.dg/diagnostic/unclosed-ext

[gcc r15-8952] testsuite: tree-ssa: fix PR98265 test to use C++14

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:dcbc80af6fc3fb5c2b23a1773682ec8f91b4eeaf commit r15-8952-gdcbc80af6fc3fb5c2b23a1773682ec8f91b4eeaf Author: Sam James Date: Fri Nov 1 00:26:46 2024 + testsuite: tree-ssa: fix PR98265 test to use C++14 This test was previously not being run at all so this w

[gcc r15-8951] testsuite: g++.dg: vect: fix PR37143 filename

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:45a8206b1ece6bfd0c9ac4dfe6a46617ce5d0724 commit r15-8951-g45a8206b1ece6bfd0c9ac4dfe6a46617ce5d0724 Author: Sam James Date: Tue Oct 29 05:35:48 2024 + testsuite: g++.dg: vect: fix PR37143 filename The test was being ignored because vect.exp looks for .cc i

[gcc r15-8950] testsuite: tree-ssa: fix PR98265 filename

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:9040a0dfc3931bbce8523de678e70238c9e37501 commit r15-8950-g9040a0dfc3931bbce8523de678e70238c9e37501 Author: Sam James Date: Tue Oct 29 05:34:44 2024 + testsuite: tree-ssa: fix PR98265 filename .C is for C++ testcases and gcc.dg's dg.exp ignores .c. The tes

[gcc r15-8949] testsuite: g++.dg: fix PR112938 filename

2025-03-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6b21f7969241cff217821239b968c760ab8e38fc commit r15-8949-g6b21f7969241cff217821239b968c760ab8e38fc Author: Sam James Date: Tue Oct 29 05:32:46 2024 + testsuite: g++.dg: fix PR112938 filename The test was being ignored because dg.exp looks for .C in g++.dg

[gcc r15-8916] testsuite: add testcase for recent alias fix

2025-03-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:4cac3f83c2b31ab352f537368e4efdadd5c47a9a commit r15-8916-g4cac3f83c2b31ab352f537368e4efdadd5c47a9a Author: Sam James Date: Tue Mar 25 07:47:27 2025 + testsuite: add testcase for recent alias fix r15-7961-gdc47161c1f32c3 fixes a typo in ao_compare::compare

[gcc r15-6928] doc: cleanup trailing whitespace

2025-01-15 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:c340ff207f0fd297231e9d5c093c06c11b84bede commit r15-6928-gc340ff207f0fd297231e9d5c093c06c11b84bede Author: Sam James Date: Wed Jan 15 22:51:31 2025 + doc: cleanup trailing whitespace gcc/ChangeLog: * doc/extend.texi: Cleanup trailing whit

[gcc r15-6927] doc: trivial grammar fix

2025-01-15 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d8e52444aa0fae982dba2176bf29a38b66006380 commit r15-6927-gd8e52444aa0fae982dba2176bf29a38b66006380 Author: Sam James Date: Wed Jan 15 22:50:28 2025 + doc: trivial grammar fix We say 'a constant .. expression' elsewhere. Fix the grammar. gcc/Chang

[gcc r14-11195] doc: cpp: fix version test example syntax

2025-01-09 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:91b524aa80e2ce22c4613f6bea625a72d1f5f4ed commit r14-11195-g91b524aa80e2ce22c4613f6bea625a72d1f5f4ed Author: Sam James Date: Wed Jan 1 17:16:17 2025 + doc: cpp: fix version test example syntax gcc/ChangeLog: * doc/cpp.texi (Common Predefin

[gcc r12-10892] doc: cpp: fix version test example syntax

2025-01-09 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:36db43d30282521732736ba5da23c397fb51f1e0 commit r12-10892-g36db43d30282521732736ba5da23c397fb51f1e0 Author: Sam James Date: Wed Jan 1 17:16:17 2025 + doc: cpp: fix version test example syntax gcc/ChangeLog: * doc/cpp.texi (Common Predefin

[gcc r13-9290] doc: cpp: fix version test example syntax

2025-01-09 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:5ff315e398b6a790471029950dd7eef4e168c312 commit r13-9290-g5ff315e398b6a790471029950dd7eef4e168c312 Author: Sam James Date: Wed Jan 1 17:16:17 2025 + doc: cpp: fix version test example syntax gcc/ChangeLog: * doc/cpp.texi (Common Predefine

[gcc r15-6613] testsuite: add testcase for fixed PR98000

2025-01-06 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e53277d849a13a8a36f488f6725700311c74080e commit r15-6613-ge53277d849a13a8a36f488f6725700311c74080e Author: Sam James Date: Fri Jan 3 16:59:37 2025 + testsuite: add testcase for fixed PR98000 gcc/testsuite/ChangeLog: PR ipa/98000 *

[gcc r15-6612] testsuite: add testcase for fixed PR117546

2025-01-06 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f9ff478446a2cac8f73c906fb3dbeade5aa46909 commit r15-6612-gf9ff478446a2cac8f73c906fb3dbeade5aa46909 Author: Sam James Date: Fri Jan 3 16:56:01 2025 + testsuite: add testcase for fixed PR117546 PR117546 was fixed by Eric's r14-10693-gadab597af288d6 change,

[gcc r15-6546] testsuite: torture: add LLVM testcase for DSE vs. -ftrivial-auto-var-init=

2025-01-03 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:26ca00eeedb01f9d5102586b76ae2a6e787111af commit r15-6546-g26ca00eeedb01f9d5102586b76ae2a6e787111af Author: Sam James Date: Fri Dec 13 04:42:29 2024 + testsuite: torture: add LLVM testcase for DSE vs. -ftrivial-auto-var-init= This testcase came up in a rec

[gcc r15-6485] doc: cpp: fix version test example syntax

2025-01-01 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ea25066d8a9106bb015720328d4645cd1ddd2bab commit r15-6485-gea25066d8a9106bb015720328d4645cd1ddd2bab Author: Sam James Date: Wed Jan 1 17:16:17 2025 + doc: cpp: fix version test example syntax gcc/ChangeLog: * doc/cpp.texi (Common Predefine

[gcc r15-6160] i386: regenerate i386.opt.urls

2024-12-12 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:63317bf991ff336bbbfae5a5744a0220693e42f3 commit r15-6160-g63317bf991ff336bbbfae5a5744a0220693e42f3 Author: Sam James Date: Thu Dec 12 10:52:00 2024 + i386: regenerate i386.opt.urls r15-6128-gfa878dc8c45fa3 missed the regeneration of the URL doc map, so

[gcc r14-10991] gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917]

2024-11-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:29c9213c3759f7ba24cdd498a5bc379cb9d16e5e commit r14-10991-g29c9213c3759f7ba24cdd498a5bc379cb9d16e5e Author: Arsen Arsenović Date: Thu Aug 15 19:17:41 2024 +0200 gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917] gcc/ada/C

[gcc r13-9217] gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917]

2024-11-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e236e9edbe78f2be5224a0f188ae3bb74d6b3c1b commit r13-9217-ge236e9edbe78f2be5224a0f188ae3bb74d6b3c1b Author: Arsen Arsenović Date: Thu Aug 15 19:17:41 2024 +0200 gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917] gcc/ada/Ch

[gcc r12-10833] gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917]

2024-11-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2897bfe8f9efdf58a61e955b51821cc49d2a9cfc commit r12-10833-g2897bfe8f9efdf58a61e955b51821cc49d2a9cfc Author: Arsen Arsenović Date: Thu Aug 15 19:17:41 2024 +0200 gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string [PR115917] gcc/ada/C

[gcc r15-5604] Sync top-level configure with binutils

2024-11-22 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:7ff5900399c889ce1984092552040dfb7e73a4b2 commit r15-5604-g7ff5900399c889ce1984092552040dfb7e73a4b2 Author: Sam James Date: Fri Nov 22 19:09:36 2024 + Sync top-level configure with binutils This syncs us with binutils/gdb's toplevel configure as of 987

[gcc r15-5333] testsuite: i386: adapt to -std=gnu23 default change

2024-11-15 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6aabe3adef1d951293d78115c9e3e129096b6abe commit r15-5333-g6aabe3adef1d951293d78115c9e3e129096b6abe Author: Sam James Date: Sat Nov 16 03:14:19 2024 + testsuite: i386: adapt to -std=gnu23 default change r15-5327-g55e3bd376b2214 changes the default to -std=

[gcc r15-5332] testsuite: graphite: adapt to -std=gnu23 default change

2024-11-15 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:714f7d8e3ace3f3f42ff80e25d48780310089653 commit r15-5332-g714f7d8e3ace3f3f42ff80e25d48780310089653 Author: Sam James Date: Sat Nov 16 03:12:33 2024 + testsuite: graphite: adapt to -std=gnu23 default change r15-5327-g55e3bd376b2214 changes the default to -

[gcc r15-5294] gcc: regenerate configure

2024-11-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:7744da67e95824e15de5773e608aeb3d2bbd8653 commit r15-5294-g7744da67e95824e15de5773e608aeb3d2bbd8653 Author: Sam James Date: Thu Nov 14 20:52:43 2024 + gcc: regenerate configure r15-5257-g56ded80b96b0f6 didn't regenerate configure correctly. See h

[gcc r15-5076] doc: install: document UBSAN_OPTIONS

2024-11-10 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 commit r15-5076-g00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 Author: Sam James Date: Thu Oct 31 21:09:32 2024 + doc: install: document UBSAN_OPTIONS Explain that 'bootstrap-ubsan' won't abort on errors by default and

[gcc r15-5075] doc: install: document bootstrap-ubsan

2024-11-10 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:8f791fac1419a5dc663abd5091cf4db409539b33 commit r15-5075-g8f791fac1419a5dc663abd5091cf4db409539b33 Author: Sam James Date: Thu Oct 31 21:06:13 2024 + doc: install: document bootstrap-ubsan gcc/ChangeLog: PR other/116948 * doc/

[gcc r15-4827] testsuite: g++.dg: debug: fix test filenames

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:a287ff2697f0788856a21c99098611a5ae0a4749 commit r15-4827-ga287ff2697f0788856a21c99098611a5ae0a4749 Author: Sam James Date: Tue Oct 29 06:00:08 2024 + testsuite: g++.dg: debug: fix test filenames gcc/testsuite/ChangeLog: PR debug/15736

[gcc r15-4826] testsuite: g++.dg: torture: fix PR111520 filename

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:57d4ec18f577bad60e7f8bc9c0e4b14eb6d03fd0 commit r15-4826-g57d4ec18f577bad60e7f8bc9c0e4b14eb6d03fd0 Author: Sam James Date: Tue Oct 29 05:58:49 2024 + testsuite: g++.dg: torture: fix PR111520 filename gcc/testsuite/ChangeLog: PR tree-optimizati

[gcc r15-4825] testsuite: g++.dg: fix PR90313 filename

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6df5c49452a1fcf66cc1d15ab50d9de83d01cf1c commit r15-4825-g6df5c49452a1fcf66cc1d15ab50d9de83d01cf1c Author: Sam James Date: Tue Oct 29 05:58:27 2024 + testsuite: g++.dg: fix PR90313 filename gcc/testsuite/ChangeLog: PR c++/90313

[gcc r15-4824] testsuite: fixup pr66655.C

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:1ef0239da9dc5e3326ee5e928f2c5fe1bc2f4ffd commit r15-4824-g1ef0239da9dc5e3326ee5e928f2c5fe1bc2f4ffd Author: Sam James Date: Fri Nov 1 00:03:34 2024 + testsuite: fixup pr66655.C In r15-4823-g14e2f3233bf0ef, I renamed pr66655_1.cc but neglected to update

[gcc r15-4822] testsuite: g++.dg: rename pr42965 test

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6e58db990113ef756970a83de16754563076e701 commit r15-4822-g6e58db990113ef756970a83de16754563076e701 Author: Sam James Date: Fri Oct 25 23:18:12 2024 +0100 testsuite: g++.dg: rename pr42965 test .c is used for C and .C is for C++. The test was being ignored bef

[gcc r15-4823] testsuite: g++.dg: rename pr66655 test

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:14e2f3233bf0ef27e3cbf28478c63c0335cf514c commit r15-4823-g14e2f3233bf0ef27e3cbf28478c63c0335cf514c Author: Sam James Date: Tue Oct 29 05:32:39 2024 + testsuite: g++.dg: rename pr66655 test The test was being ignored because dg.exp looks for .C in g++.dg/.

[gcc r15-4821] testsuite: g++.dg: rename pr105820 test

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:31ec0b0360e2cae5cf927924713757ad7a7c669c commit r15-4821-g31ec0b0360e2cae5cf927924713757ad7a7c669c Author: Sam James Date: Fri Oct 25 23:15:02 2024 +0100 testsuite: g++.dg: rename pr105820 test .c is used for C and .C is for C++. The test was being ignored be

[gcc r15-4820] testsuite: move single-file LTO pr47333 test to torture

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:bedd308c25ac00466bc4921a99279659cff8df51 commit r15-4820-gbedd308c25ac00466bc4921a99279659cff8df51 Author: Sam James Date: Fri Oct 25 22:59:13 2024 +0100 testsuite: move single-file LTO pr47333 test to torture This only started being used recently in r15-4683

[gcc r15-4819] testsuite: move single-file LTO pr95677 test to torture

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:778863eab72fdef226b8ac999b13a6ee71f397c0 commit r15-4819-g778863eab72fdef226b8ac999b13a6ee71f397c0 Author: Sam James Date: Fri Oct 25 22:57:50 2024 +0100 testsuite: move single-file LTO pr95677 test to torture This only started being used recently in r15-4681

[gcc r15-4813] testsuite: fix c23-constexpr-2a.c test to use dg-do run

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2a4ee57b04398e54284e3d6b5ed4f8842ee26a5c commit r15-4813-g2a4ee57b04398e54284e3d6b5ed4f8842ee26a5c Author: Sam James Date: Thu Oct 31 18:37:30 2024 + testsuite: fix c23-constexpr-2a.c test to use dg-do run The comment at the top of the test indicates it s

[gcc r15-4803] testsuite: add testcase for fixed PR106073

2024-10-31 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:df09173e355f30089b97090b19c095907242b35e commit r15-4803-gdf09173e355f30089b97090b19c095907242b35e Author: Sam James Date: Thu Oct 31 03:36:23 2024 + testsuite: add testcase for fixed PR106073 This was fixed by r12-8835-ge8d5f3a1b5a583 which surely made i

[gcc r15-4792] testsuite: fix syntax in Wstringop-overflow-59.c

2024-10-30 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2dcb174385fd366282bf34bf95adbf918d5befda commit r15-4792-g2dcb174385fd366282bf34bf95adbf918d5befda Author: Sam James Date: Thu Oct 31 01:37:47 2024 + testsuite: fix syntax in Wstringop-overflow-59.c Fix quoting issues, escaping, and dg directive types.

[gcc r15-4724] gcc: fix 'statements' comment typo

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ca078d260a13aaf644fc871675a127c44aa12ccc commit r15-4724-gca078d260a13aaf644fc871675a127c44aa12ccc Author: Sam James Date: Mon Oct 28 18:24:14 2024 + gcc: fix 'statements' comment typo gcc/ChangeLog: * opts-common.cc (prune_options): Fix

[gcc r14-10847] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6247aae35faaf04de48c5f3d9c4e4af6f7e3789c commit r14-10847-g6247aae35faaf04de48c5f3d9c4e4af6f7e3789c Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but le

[gcc r14-10846] Revert "testsuite: add testcase for fixed PR107467"

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ed8fb9b285d7706426ca54f7ffbf9d04f346af16 commit r14-10846-ged8fb9b285d7706426ca54f7ffbf9d04f346af16 Author: Sam James Date: Mon Oct 28 17:06:37 2024 + Revert "testsuite: add testcase for fixed PR107467" This reverts commit 2f0d109bd871d11b5b93468f271aa6dc

[gcc r14-10845] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2f0d109bd871d11b5b93468f271aa6dc34ef88d8 commit r14-10845-g2f0d109bd871d11b5b93468f271aa6dc34ef88d8 Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but le

[gcc r15-4723] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:4e09ae37dbe0a10f48490214f50ff733cc92280a commit r15-4723-g4e09ae37dbe0a10f48490214f50ff733cc92280a Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but let

[gcc r15-4683] testsuite: lto: rename pr47333 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:04e0fbbc34e1015f081676c6fc7c674cf0eeb1d5 commit r15-4683-g04e0fbbc34e1015f081676c6fc7c674cf0eeb1d5 Author: Sam James Date: Fri Oct 25 16:31:01 2024 +0100 testsuite: lto: rename pr47333 test This was being ignored previously. Rename it per README. gcc

[gcc r15-4692] testsuite: fixup tbaa test again

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:40fedaf35fa99a9728d5b84d47035f4c92e1ba90 commit r15-4692-g40fedaf35fa99a9728d5b84d47035f4c92e1ba90 Author: Sam James Date: Sat Oct 26 02:03:43 2024 +0100 testsuite: fixup tbaa test again Test was broken until r15-4684-g2d1d6be00257c5 which made it actually

[gcc r15-4681] testsuite: lto: rename pr95677 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:96110c14cf61a1f8ecae04b8d947a60758363701 commit r15-4681-g96110c14cf61a1f8ecae04b8d947a60758363701 Author: Sam James Date: Mon Oct 21 12:13:34 2024 +0100 testsuite: lto: rename pr95677 test This was being ignored previously. Rename it per README. gcc

[gcc r15-4686] testsuite: lto: fix pr95677 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e87c1af38d551cb7f81e10f57bf245a2b8f039be commit r15-4686-ge87c1af38d551cb7f81e10f57bf245a2b8f039be Author: Sam James Date: Fri Oct 25 18:02:06 2024 +0100 testsuite: lto: fix pr95677 test These failures were hidden until we started to run the test by fixing

[gcc r15-4688] testsuite: lto: fix pr47333 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2266e38cfd8071262004f164ebe37f60e2d4615d commit r15-4688-g2266e38cfd8071262004f164ebe37f60e2d4615d Author: Sam James Date: Fri Oct 25 21:12:21 2024 +0100 testsuite: lto: fix pr47333 test This failure was hidden until we started to run the test by fixing t

[gcc r15-4682] testsuite: lto: rename pr62026 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:03ff420aa0a916ab835129d9575c7029116ec4f9 commit r15-4682-g03ff420aa0a916ab835129d9575c7029116ec4f9 Author: Sam James Date: Fri Oct 25 16:30:49 2024 +0100 testsuite: lto: rename pr62026 test This was being ignored previously. Rename it per README. gcc

[gcc r15-4684] testsuite: lto: rename tbaa-1 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2d1d6be00257c5ad9031986ac2f6f3d0a96d935a commit r15-4684-g2d1d6be00257c5ad9031986ac2f6f3d0a96d935a Author: Sam James Date: Fri Oct 25 16:31:32 2024 +0100 testsuite: lto: rename tbaa-1 test This was being ignored previously. Rename it per README. gcc/

[gcc r15-4685] testsuite: lto: fix tbaa_0 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:091e45b4e97d1ecf765bf3afb58cecda23fee23c commit r15-4685-g091e45b4e97d1ecf765bf3afb58cecda23fee23c Author: Sam James Date: Fri Oct 25 17:59:31 2024 +0100 testsuite: lto: fix tbaa_0 test These failures were hidden until we started to run the test by fixing

[gcc r15-4687] testsuite: lto: fix pr62026 test

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:908b306909f10d7592a0ef611cc77b5720f07fa7 commit r15-4687-g908b306909f10d7592a0ef611cc77b5720f07fa7 Author: Sam James Date: Fri Oct 25 20:55:39 2024 +0100 testsuite: lto: fix pr62026 test This failure was hidden until we started to run the test by fixing t

[gcc r15-4676] testsuite: add testcase for fixed PR115933

2024-10-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:68e7ced1c7a9b205d3de5937d36ceab94fb44144 commit r15-4676-g68e7ced1c7a9b205d3de5937d36ceab94fb44144 Author: Sam James Date: Sun Oct 20 08:28:59 2024 +0100 testsuite: add testcase for fixed PR115933 gcc/testsuite/ChangeLog: PR rtl-optimization/11593

[gcc r15-4374] vax: fixup vax.opt.urls

2024-10-16 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:a9e14d2ddf200f612b5991dbf3a3218c08e31d08 commit r15-4374-ga9e14d2ddf200f612b5991dbf3a3218c08e31d08 Author: Sam James Date: Wed Oct 16 09:16:55 2024 +0100 vax: fixup vax.opt.urls Needed after r15-4373-gb388f65abc71c9. gcc/ChangeLog: *

[gcc r15-4373] sparc: drop -mlra

2024-10-16 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:b388f65abc71c951167175aa502476f1bfaa2a83 commit r15-4373-gb388f65abc71c951167175aa502476f1bfaa2a83 Author: Sam James Date: Mon Oct 14 11:53:52 2024 -0700 sparc: drop -mlra The sparc port gained LRA support in r7-5076-gf99bd883fb0d05 and has defaulted to L

[gcc r14-10787] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f0629e32278ef3966c00e889d0c6dce1de6115cc commit r14-10787-gf0629e32278ef3966c00e889d0c6dce1de6115cc Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistr

[gcc r12-10771] Fix modref's iteraction with store merging

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:65b67169fb1c641a11973988bd439e255d62131a commit r12-10771-g65b67169fb1c641a11973988bd439e255d62131a Author: Jan Hubicka Date: Mon Jul 22 19:00:39 2024 +0200 Fix modref's iteraction with store merging Hi, this patch fixes wrong code in case store-merging i

[gcc r12-10772] testsuite: fix PR111613 test

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:0e3580191b449e599a4c8d7bfd634df2ca351d4a commit r12-10772-g0e3580191b449e599a4c8d7bfd634df2ca351d4a Author: Sam James Date: Mon Jul 29 21:47:16 2024 +0100 testsuite: fix PR111613 test PR ipa/111613 * gcc.c-torture/pr111613.c: Rename to..

[gcc r12-10770] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:b454ad0e4eb6bb38a6dfe15a43acb6792315640b commit r12-10770-gb454ad0e4eb6bb38a6dfe15a43acb6792315640b Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistr

[gcc r12-10769] Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:92889011625f16e7eed654a137b9c14a29282917 commit r12-10769-g92889011625f16e7eed654a137b9c14a29282917 Author: Jan Hubicka Date: Thu May 16 15:33:55 2024 +0200 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF TARGET_MEM_REF can be used to offset const

[gcc r12-10768] Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameter

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f2686f12e9345d95a2d6b7291bd777501d197869 commit r12-10768-gf2686f12e9345d95a2d6b7291bd777501d197869 Author: Jan Hubicka Date: Mon Jul 22 18:08:08 2024 +0200 Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameters

[gcc r12-10767] Fix accounting of offsets in unadjusted_ptr_and_unit_offset

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e098149b6b2c61ffe9e758dcd3ef021a78f2d132 commit r12-10767-ge098149b6b2c61ffe9e758dcd3ef021a78f2d132 Author: Jan Hubicka Date: Mon Jul 22 18:05:26 2024 +0200 Fix accounting of offsets in unadjusted_ptr_and_unit_offset unadjusted_ptr_and_unit_offset accidentall

[gcc r12-10766] Remove buggy special case in irange::invert [PR109934].

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ea7d7818fdc7a49be3d35acd441ce122e8bb477e commit r12-10766-gea7d7818fdc7a49be3d35acd441ce122e8bb477e Author: Aldy Hernandez Date: Tue May 23 12:34:45 2023 +0200 Remove buggy special case in irange::invert [PR109934]. This patch removes a buggy special case in

[gcc r13-9113] Use delete[] in int_range destructor [PR109920]

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6a372628228bf57d3e35cc1351650146a8d3febc commit r13-9113-g6a372628228bf57d3e35cc1351650146a8d3febc Author: Aldy Hernandez Date: Mon May 22 21:03:05 2023 +0200 Use delete[] in int_range destructor [PR109920] gcc/ChangeLog: PR tree-optimization

[gcc r13-9114] Remove buggy special case in irange::invert [PR109934].

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:a987affa2b10cd8a0b1d244d9f010746837e031c commit r13-9114-ga987affa2b10cd8a0b1d244d9f010746837e031c Author: Aldy Hernandez Date: Tue May 23 12:34:45 2023 +0200 Remove buggy special case in irange::invert [PR109934]. This patch removes a buggy special case in i

[gcc r13-9107] Fix modref's iteraction with store merging

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:fefa09cb6a1afe0c16186bfc9c80f91e2d5aa5ba commit r13-9107-gfefa09cb6a1afe0c16186bfc9c80f91e2d5aa5ba Author: Jan Hubicka Date: Mon Jul 22 19:00:39 2024 +0200 Fix modref's iteraction with store merging Hi, this patch fixes wrong code in case store-merging in

[gcc r13-9109] Fix accounting of offsets in unadjusted_ptr_and_unit_offset

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:477e905d6f300b2354ece26a474c18a84a046b9e commit r13-9109-g477e905d6f300b2354ece26a474c18a84a046b9e Author: Jan Hubicka Date: Mon Jul 22 18:05:26 2024 +0200 Fix accounting of offsets in unadjusted_ptr_and_unit_offset unadjusted_ptr_and_unit_offset accidentally

[gcc r13-9112] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d5b42d1aa0cdfc11dc400ce66fcd4d13f8622b57 commit r13-9112-gd5b42d1aa0cdfc11dc400ce66fcd4d13f8622b57 Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistre

[gcc r13-9108] testsuite: fix PR111613 test

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:1a2725d346d382503c8d4f18f095fa8678b9f823 commit r13-9108-g1a2725d346d382503c8d4f18f095fa8678b9f823 Author: Sam James Date: Mon Jul 29 21:47:16 2024 +0100 testsuite: fix PR111613 test PR ipa/111613 * gcc.c-torture/pr111613.c: Rename to..

[gcc r13-9110] Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameter

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:55b3fc2ab64594c4ac50925ce3d3cfdbb2a53374 commit r13-9110-g55b3fc2ab64594c4ac50925ce3d3cfdbb2a53374 Author: Jan Hubicka Date: Mon Jul 22 18:08:08 2024 +0200 Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameters

[gcc r13-9111] Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:63557666869a2857665df5b387240231a6f7e5fc commit r13-9111-g63557666869a2857665df5b387240231a6f7e5fc Author: Jan Hubicka Date: Thu May 16 15:33:55 2024 +0200 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF TARGET_MEM_REF can be used to offset consta

[gcc r14-10780] testsuite: fix PR111613 test

2024-10-13 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d8ac855f796b0cf47d80c713d2f01943dffec0b7 commit r14-10780-gd8ac855f796b0cf47d80c713d2f01943dffec0b7 Author: Sam James Date: Mon Jul 29 21:47:16 2024 +0100 testsuite: fix PR111613 test PR ipa/111613 * gcc.c-torture/pr111613.c: Rename to..

[gcc r15-4056] testsuite: fix two newly-running -Wstringop-overflow test directives

2024-10-04 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:0fae155090f2ce77fe876b2d16059dbeac6ded6e commit r15-4056-g0fae155090f2ce77fe876b2d16059dbeac6ded6e Author: Sam James Date: Fri Oct 4 07:47:54 2024 +0100 testsuite: fix two newly-running -Wstringop-overflow test directives This didn't show up until the previou

[gcc r15-4055] testsuite: add missing braces around dejagnu directives

2024-10-04 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:a2b7a6fe28a695a7cb6791e072d55ad84dde16bd commit r15-4055-ga2b7a6fe28a695a7cb6791e072d55ad84dde16bd Author: Sam James Date: Fri Oct 4 06:07:42 2024 +0100 testsuite: add missing braces around dejagnu directives gcc/testsuite/ChangeLog: * c-c++-

[gcc r15-4052] gcc: fix typo in gimplify

2024-10-03 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:4f0026c26fe0a24a44187cb376a819c6fd976c97 commit r15-4052-g4f0026c26fe0a24a44187cb376a819c6fd976c97 Author: Sam James Date: Thu Oct 3 02:47:55 2024 +0100 gcc: fix typo in gimplify gcc/ChangeLog: * gimplify.cc (gimple_add_init_for_auto_var): Fi

[gcc r15-4051] testsuite: gnat.dg: fix dg-do directive syntax

2024-10-03 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:68d88d9b68f5b8a952ded65607af32f9244c8d87 commit r15-4051-g68d88d9b68f5b8a952ded65607af32f9244c8d87 Author: Sam James Date: Fri Oct 4 03:15:28 2024 +0100 testsuite: gnat.dg: fix dg-do directive syntax Fix incorrect use of '[' rather than '{' in 'dg-...' direct

[gcc r15-3949] testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)

2024-09-29 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f4d0c6acc0ef43d7971f2d53afaa64ca05fb4718 commit r15-3949-gf4d0c6acc0ef43d7971f2d53afaa64ca05fb4718 Author: Sam James Date: Sun Sep 29 18:44:20 2024 +0100 testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again) dg-error needs an argument for "why"

[gcc r15-3899] testsuite: XFAIL gfortran.dg/initialization_25.f90 properly

2024-09-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:819098dc71f2079aedc15a904ab5f17f0788d991 commit r15-3899-g819098dc71f2079aedc15a904ab5f17f0788d991 Author: Sam James Date: Thu Sep 26 15:43:33 2024 +0100 testsuite: XFAIL gfortran.dg/initialization_25.f90 properly The test was disabled/XFAIL'd informally in r

[gcc r15-3889] testsuite: fix comment-only directive typos

2024-09-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:98aac7c67f776601143f5d25353a304f72e87f54 commit r15-3889-g98aac7c67f776601143f5d25353a304f72e87f54 Author: Sam James Date: Mon Aug 5 05:01:17 2024 +0100 testsuite: fix comment-only directive typos Doing this to avoid FPs from grepping but also to avoid the po

[gcc r15-3890] testsuite: fix hyphen typos

2024-09-26 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:34bf6aa41ba5390ce26eb40208f10186d0ab17c4 commit r15-3890-g34bf6aa41ba5390ce26eb40208f10186d0ab17c4 Author: Sam James Date: Fri Aug 2 06:38:34 2024 +0100 testsuite: fix hyphen typos gcc/testsuite/ChangeLog: * g++.dg/modules/reparent-1_c.C: Fix

[gcc r15-3879] testsuite: XFAIL g++.dg/modules/indirect-1_b.C

2024-09-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6fee826bc1bbd4016d5b79e16e642d68c4007b09 commit r15-3879-g6fee826bc1bbd4016d5b79e16e642d68c4007b09 Author: Sam James Date: Wed Sep 25 21:03:49 2024 +0100 testsuite: XFAIL g++.dg/modules/indirect-1_b.C Mark the newly typo-fixed dg-final bits as XFAIL until inv

[gcc r15-3878] testsuite: fix dejagnu typos with underscores

2024-09-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d5864b95ce94d9d480a70ffd6e2e4a5f45dc75ed commit r15-3878-gd5864b95ce94d9d480a70ffd6e2e4a5f45dc75ed Author: Sam James Date: Wed Jul 31 17:26:05 2024 +0100 testsuite: fix dejagnu typos with underscores Fix typos in dejagnu 'dg-*' directives with erroneous under

[gcc r15-3874] ltmain.sh: allow more flags at link-time

2024-09-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ed6dccd00d8eedc8f671133f90e6a0cd12f1f05d commit r15-3874-ged6dccd00d8eedc8f671133f90e6a0cd12f1f05d Author: Sam James Date: Wed Aug 14 04:09:39 2024 +0100 ltmain.sh: allow more flags at link-time libtool defaults to filtering flags passed at link-time.

[gcc r15-3873] libstdc++: testsuite: fix dg-bogus directive syntax

2024-09-25 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:82d97278cc3adae40a13eef9ae6f339f87d1f8f6 commit r15-3873-g82d97278cc3adae40a13eef9ae6f339f87d1f8f6 Author: Sam James Date: Fri Sep 20 08:31:45 2024 +0100 libstdc++: testsuite: fix dg-bogus directive syntax These dg-bogus directives were bogus as they missed a

[gcc r15-3729] testsuite: fix target-specific 'do-' typos

2024-09-20 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:0be3f4546f9b92eb149a12303bd1f13569da7f28 commit r15-3729-g0be3f4546f9b92eb149a12303bd1f13569da7f28 Author: Sam James Date: Fri Aug 2 06:32:55 2024 +0100 testsuite: fix target-specific 'do-' typos Fix some target-specific 'do-' (rather than 'dg-') typos.

  1   2   >