Ignore:
Timestamp:
Dec 22, 2024, 4:48:31 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
43299af
Parents:
5a02308 (diff), 28c2c9d5 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-collections/array-raii.hfa

    r5a02308 ra5e2786f  
    5959        }
    6060    }
     61  #pragma GCC diagnostic push
     62  #pragma GCC diagnostic ignored "-Wuninitialized"
     63  #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
    6164    void case1() {
    6265        ADECL1(x, float, 5)
     
    6871        checkzero(x[0].f, x[1].f, x[2].f, x[3].f, x[4].f);
    6972    }
     73  #pragma GCC diagnostic pop
    7074
    7175    writeJunkOnStack(5);
Note: See TracChangeset for help on using the changeset viewer.