Changeset 998c106 for libcfa/src/exception.c
- Timestamp:
- Apr 21, 2020, 1:12:48 PM (3 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:
- 1bcdeff, 65583e2
- Parents:
- 5847d35 (diff), e045590 (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
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r5847d35 r998c106 445 445 446 446 #pragma GCC push_options 447 #if __GNUC__ < 7448 #pragma GCC optimize("no-toplevel-reorder")449 #elif __GNUC__ == 7450 447 #pragma GCC optimize(0) 451 #endif452 448 453 449 // Try statements are hoisted out see comments for details. While this could probably be unique … … 546 542 " .quad __gcfa_personality_v0\n" 547 543 #else // then __i386 548 " 544 " .long __gcfa_personality_v0\n" 549 545 #endif 550 546 );
Note: See TracChangeset
for help on using the changeset viewer.