Landing: c6133f911ea5

Project / Subsystem

gcc / gcc

Date

2026-05-21

Author

Thomas Schwinge

Commit

c6133f911ea5ae4a4df59079c6299593fdec8afc

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
c6133f911ea5ae4a4df59079c6299593fdec8afc
source_type
github
headline
De-duplicate '#define _GNU_SOURCE' in libgomp/config/linux/allocator.c
tldr
The `_GNU_SOURCE` macro is de-duplicated in `libgomp/config/linux/allocator.c`, resolving a minor redundancy.
author
Thomas Schwinge
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • cleanup
  • libgomp
discussion_id_link
bugzilla_pr
date
2026-05-21T00:00:00.000Z

This commit removes a duplicate #define _GNU_SOURCE directive from libgomp/config/linux/allocator.c. The change is a minor cleanup to remove redundant preprocessor definitions, ensuring the code remains tidy and standard-compliant. It specifically tidies up a small redundancy introduced by a previous commit related to pinned memory on Linux.