Changeset cb20dcd
- Timestamp:
- Apr 9, 2020, 12:25:13 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:
- 0100882
- Parents:
- a201f7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
ra201f7b rcb20dcd 10 10 // Created On : Mon Jun 26 15:13:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Apr 08 15:45:00 202013 // Update Count : 1 612 // Last Modified On : Thr Apr 9 12:20:00 2020 13 // Update Count : 17 14 14 // 15 15 … … 445 445 446 446 #pragma GCC push_options 447 #pragma GCC optimize(" O0")447 #pragma GCC optimize("no-toplevel-reorder") 448 448 449 449 // 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.