Hi gcc-patches mailing list, Christopher Bazley <[email protected]> has requested that the following forgejo pull request be published on the mailing list.
Created on: 2026-01-29 15:31:41+00:00 Latest update: 2026-01-29 15:55:14+00:00 Changes: 1 changed files, 3 additions, 3 deletions Head revision: chris.bazley/gcc ref ForgejoDemo commit 7c4b85ebc5be077186e51b06db85993720d92c62 Base revision: gcc/gcc-TEST ref trunk commit 630c1bfbb5bc3ba9fafca5e97096263ab8f0a04b r16-6246-g630c1bfbb5bc3b Merge base: 630c1bfbb5bc3ba9fafca5e97096263ab8f0a04b Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/138.diff Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/138 Requested Reviewers: This test was trying to set the architecture directly instead of using the framework. The queried options were previously ignored. Changed files: - M: gcc/testsuite/gcc.target/arm/stack-protector-7.c Christopher Bazley (1): arm: testsuite: Use test framework to set arch in stack-protector-7 gcc/testsuite/gcc.target/arm/stack-protector-7.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Range-diff against v1: 1: d57444bdfffe ! 1: 7c4b85ebc5be arm: testsuite: Use test framework to set arch in stack-protector-7 @@ Commit message This test was trying to set the architecture directly instead of using the framework. The queried options were previously ignored. + gcc/testsuite/ChangeLog: + * gcc.target/arm/stack-protector-7.c: Fix dgdirectives. + ## gcc/testsuite/gcc.target/arm/stack-protector-7.c ## @@ /* { dg-do compile } */ -- 2.52.0
