Changeset 0da3e2c for src/tests


Ignore:
Timestamp:
Aug 16, 2016, 5:56:37 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, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
29917c6
Parents:
7880579
Message:

more refactoring of parser code

Location:
src/tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/declarationErrors.txt

    r7880579 r0da3e2c  
    44Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0
    55  with members
    6     i: int
    76   with body
    87
     
    109Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
    1110  with members
    12     i: int
    1311   with body
    1412
  • src/tests/.expect/declarationSpecifier.txt

    r7880579 r0da3e2c  
    44Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous8
    55  with members
    6     i: int
    76   with body
    87
     
    109Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous9
    1110  with members
    12     i: int
    1311   with body
    1412
  • src/tests/gccExtensions.c

    r7880579 r0da3e2c  
    11//
    2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     2// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
     
    1010// Created On       : Sun Aug 14 17:28:17 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Aug 15 12:44:35 2016
    13 // Update Count     : 5
     12// Last Modified On : Tue Aug 16 14:49:47 2016
     13// Update Count     : 6
    1414//
    1515
Note: See TracChangeset for help on using the changeset viewer.