Changeset cb20dcd


Ignore:
Timestamp:
Apr 9, 2020, 12:25:13 PM (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:
0100882
Parents:
a201f7b
Message:

Found the exact optimization flag causing problems in exception.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    ra201f7b rcb20dcd  
    1010// Created On       : Mon Jun 26 15:13:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Apr 08 15:45:00 2020
    13 // Update Count     : 16
     12// Last Modified On : Thr Apr  9 12:20:00 2020
     13// Update Count     : 17
    1414//
    1515
     
    445445
    446446#pragma GCC push_options
    447 #pragma GCC optimize("O0")
     447#pragma GCC optimize("no-toplevel-reorder")
    448448
    449449// 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.