Changeset 849f2c6b for libcfa/src
- Timestamp:
- Apr 15, 2020, 8:28:55 PM (6 years ago)
- 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. - File:
-
- 1 edited
-
libcfa/src/exception.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r7c5d8c4 r849f2c6b 445 445 446 446 #pragma GCC push_options 447 #if __GNUC__ !=7447 #if __GNUC__ < 7 448 448 #pragma GCC optimize("no-toplevel-reorder") 449 #el se450 #pragma GCC optimize( "no-unit-at-a-time")449 #elif __GNUC__ == 7 450 #pragma GCC optimize(0) 451 451 #endif 452 452
Note:
See TracChangeset
for help on using the changeset viewer.