Landing: 582e88fd9184

Project / Subsystem

gcc / libga68

Date

2026-05-05

Author

Pietro Monteiro

Commit

582e88fd9184bb4afca98af44c4e95268d5762a9

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libga68
patch_id
commit_hash
582e88fd9184bb4afca98af44c4e95268d5762a9
source_type
github
headline
libga68: Remove redundant attribute visibility check macro.
tldr
The libga68 library now uses the shared GCC macro for checking attribute visibility.
author
Pietro Monteiro
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libga68
  • build
  • autotools
  • maintenance
discussion_id_link
bugzilla_pr
date
2026-05-05T00:00:00.000Z

This commit removes a redundant macro, CHECK_ATTRIBUTE_VISIBILITY, from libga68 and replaces it with the shared GCC macro from config/visibility.m4. This change simplifies the build process and promotes consistency across the GCC project.