[Bug testsuite/121396] g++.dg/modules/pr108080.H FAIL starting with r15-10183-gebfe7bc7d9572c
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 19 02:32:44 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121396
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathaniel Shead <nshead@gcc.gnu.org>:
https://gcc.gnu.org/g:82e4932623e57ded0f9303621fe329ee5aaba508
commit r16-3273-g82e4932623e57ded0f9303621fe329ee5aaba508
Author: Nathaniel Shead <nathanieloshead@gmail.com>
Date: Sun Aug 17 13:06:52 2025 +1000
testsuite: Fix PR108080 testcase for some targets [PR121396]
I added a testcase for the (temporary) warning that we don't currently
support the 'gnu::optimize' or 'gnu::target' attributes in r15-10183;
however, some targets produce target nodes even when only an optimize
attribute is present. This adjusts the warning.
PR c++/108080
PR c++/121396
gcc/testsuite/ChangeLog:
* g++.dg/modules/pr108080.H: Also allow target warnings.
Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
More information about the Gcc-bugs
mailing list