Changeset 16ed50e
- Timestamp:
- Apr 14, 2020, 2:30:45 PM (5 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:
- 391aa0e
- Parents:
- da36d25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
rda36d25 r16ed50e 10 10 // Created On : Mon Jun 26 15:13:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T hr Apr 9 12:20:00 202013 // Update Count : 1 712 // Last Modified On : Tue Apr 14 12:01:00 2020 13 // Update Count : 18 14 14 // 15 15 … … 445 445 446 446 #pragma GCC push_options 447 #if __GNUC__ != 7 447 448 #pragma GCC optimize("no-toplevel-reorder") 449 #else 450 #pragma GCC optimize("no-unit-at-a-time") 451 #endif 448 452 449 453 // Try statements are hoisted out see comments for details. While this could probably be unique
Note: See TracChangeset
for help on using the changeset viewer.