Changeset 16ed50e


Ignore:
Timestamp:
Apr 14, 2020, 2:30:45 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:
391aa0e
Parents:
da36d25
Message:

A slightly different flag should make GCC 7 work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    rda36d25 r16ed50e  
    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.