Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !424

Hotfix: fix pragmas being copied in DupTree.c

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Quinten Cabo requested to merge hotfix-fix-pragma-copying into develop Jun 26, 2025
  • Overview 1
  • Commits 2
  • Changes 9

In pretp:rtpf fundef are copied to make the impl functions. In DupTree.c the new pragma atributes added in !420 (merged) where not being copied in DupTree.c. This meant that all but module pragma safe (because the module itself was not copied) disappeared after pretp:rtpf. I don't know how no one noticed this.

In this commit I also add new test to check if #pragma safe is still there after pretp:rtpf just in case.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hotfix-fix-pragma-copying