Landing: ca21ad4ae39f

Project / Subsystem

gcc / testsuite

Date

2026-05-08

Author

Thomas Schwinge

Commit

ca21ad4ae39fc4a990d02201d3ef3fb3e37f8b35

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
ca21ad4ae39fc4a990d02201d3ef3fb3e37f8b35
source_type
github
headline
Testsuite: Fix test requirements for diagnostic-test-paths-4.py
tldr
The testsuite now correctly checks diagnostic paths in the presence of compiler plugins.
author
Thomas Schwinge
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • plugin
  • diagnostics
discussion_id_link
bugzilla_pr
date
2026-05-08T00:00:00.000Z

A recent change added a ‘dg-require-effective-target signal’ line to ‘gcc.dg/plugin/diagnostic-test-paths-4.c’, which caused a test failure. This commit updates the corresponding Python test file ‘gcc.dg/plugin/diagnostic-test-paths-4.py’ to align with the new test requirements, resolving the regression.