Changeset 849f2c6b for libcfa/src


Ignore:
Timestamp:
Apr 15, 2020, 8:28:55 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1c412aa
Parents:
7c5d8c4 (diff), f017af6 (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
  • libcfa/src/exception.c

    r7c5d8c4 r849f2c6b  
    445445
    446446#pragma GCC push_options
    447 #if __GNUC__ != 7
     447#if __GNUC__ < 7
    448448#pragma GCC optimize("no-toplevel-reorder")
    449 #else
    450 #pragma GCC optimize("no-unit-at-a-time")
     449#elif __GNUC__ == 7
     450#pragma GCC optimize(0)
    451451#endif
    452452
Note: See TracChangeset for help on using the changeset viewer.