Changeset 391aa0e


Ignore:
Timestamp:
Apr 14, 2020, 3:12:13 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4ea5308
Parents:
4d3e160 (diff), 16ed50e (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r4d3e160 r391aa0e  
    1010// Created On       : Mon Jun 26 15:13:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Apr  9 12:20:00 2020
    13 // Update Count     : 17
     12// Last Modified On : Tue Apr 14 12:01:00 2020
     13// Update Count     : 18
    1414//
    1515
     
    445445
    446446#pragma GCC push_options
     447#if __GNUC__ != 7
    447448#pragma GCC optimize("no-toplevel-reorder")
     449#else
     450#pragma GCC optimize("no-unit-at-a-time")
     451#endif
    448452
    449453// 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.