Ignore:
Timestamp:
Oct 12, 2023, 5:39:49 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e85a72b8
Parents:
02c5880
Message:

temporary fix to linkonce problem by changing -7 to 7 so initialization does not invoke an operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/link-once/partner.cfa

    r02c5880 r80f8703  
    11// Side file for the link-once test.
    22
    3 __attribute__(( cfa_linkonce )) signed int example = -7;
     3__attribute__(( cfa_linkonce )) signed int example = 7;
    44__attribute__(( cfa_linkonce )) unsigned int example = 12;
    55
Note: See TracChangeset for help on using the changeset viewer.