llnl / llnl/rose

Backend unparser will drop __attribute__ attached with variable declaration

Open
#407 0 comments 0 reactions 1 assignee Claimed by @tristanvdb View on GitHub
Dominant language
C
Stars
688
Forks
144
PR merge metrics
No merged PRs in 30d

Description

My input code is as following:
`int __attribute__((bitwidth(13))) a;`
ROSE backend will generate the following output:
`int a;`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.