Landing: 5fcdb98f7ca6

Project / Subsystem

gcc / testsuite

Date

2026-05-12

Author

Alexandre Oliva

Commit

5fcdb98f7ca658f053a2157731080af56550ca2b

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
5fcdb98f7ca658f053a2157731080af56550ca2b
source_type
github
headline
Testsuite: Include stddef.h for size_t in pr94994
tldr
Fixes a testcase that used size_t without including stddef.h.
author
Alexandre Oliva
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • C
  • C++
discussion_id_link
bugzilla_pr
date
2026-05-12T00:00:00.000Z

The testcase in gcc.dg/vect/pr94994.c refers to size_t without including stddef.h. This commit adds the necessary include to fix the testcase.