Changeset 94aa202 for tests


Ignore:
Timestamp:
Dec 17, 2024, 8:26:38 AM (27 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
5780d0d
Parents:
2980ccb8 (diff), 4ff7ea3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/.expect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/attributes.arm64.txt

    r2980ccb8 r94aa202  
    13391339__attribute__ (( noreturn )) void _X4fredFv___1(void){
    13401340    __attribute__ ((unused)) signed int _X1ii_2;
     1341    __attribute__ ((gnu::xxx)) signed int _X1ji_2;
    13411342    switch ( 3 ) {
    13421343        case 2:
  • tests/.expect/attributes.x86.txt

    r2980ccb8 r94aa202  
    13391339__attribute__ (( noreturn )) void _X4fredFv___1(void){
    13401340    __attribute__ ((unused)) signed int _X1ii_2;
     1341    __attribute__ ((gnu::xxx)) signed int _X1ji_2;
    13411342    switch ( 3 ) {
    13421343        case 2:
Note: See TracChangeset for help on using the changeset viewer.