Changeset e045590 for libcfa


Ignore:
Timestamp:
Apr 21, 2020, 11:19:29 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
998c106
Parents:
61248a4
Message:

Even if this doesn't fix the exception problem it should make the problem easier to debug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r61248a4 re045590  
    445445
    446446#pragma GCC push_options
    447 #if __GNUC__ < 7
    448 #pragma GCC optimize("no-toplevel-reorder")
    449 #elif __GNUC__ == 7
    450447#pragma GCC optimize(0)
    451 #endif
    452448
    453449// Try statements are hoisted out see comments for details. While this could probably be unique
     
    546542        "       .quad __gcfa_personality_v0\n"
    547543#else // then __i386
    548         "   .long __gcfa_personality_v0\n"
     544        "       .long __gcfa_personality_v0\n"
    549545#endif
    550546);
Note: See TracChangeset for help on using the changeset viewer.