Ignore:
Timestamp:
Aug 25, 2016, 9:14:06 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
4e2b9710
Parents:
2acf5fc
Message:

fix segment fault when printing syntax error, more refactoring of parser code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/declarationErrors.c

    r2acf5fc rc1c1112  
    1010// Created On       : Wed Aug 17 08:23:43 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug 17 08:27:15 2016
    13 // Update Count     : 2
     12// Last Modified On : Thu Aug 25 18:16:40 2016
     13// Update Count     : 5
    1414//
    1515
    16 const short static int volatile x4;
    17 const static volatile short int x4;
    1816static short int volatile static const x9;                              // duplicate static
    1917struct { int i; } const static volatile static x18;             // duplicate static
     
    2927volatile static const volatile inline int f06();                // duplicate volatile
    3028const static const volatile int inline f07();                   // duplicate const
    31 volatile static const int inline volatile f08();                // duplicate volatile
     29volatile static const int inline const volatile f08();          // duplicate volatile
     30
     31volatile static const int inline const volatile f09();          // duplicate volatile
     32volatile static const int inline const volatile f09();          // duplicate volatile
    3233
    3334//Dummy main
Note: See TracChangeset for help on using the changeset viewer.