Changes in / [4d3e160:391aa0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r4d3e160 r391aa0e 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.