Ignore:
Timestamp:
Aug 22, 2016, 3:11:00 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:
837a17c, bd9f8be, c1c1112
Parents:
ab57786 (diff), 8d2844a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

Conflicts:

src/Parser/parser.cc
src/Parser/parser.yy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    rab57786 r2acf5fc  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Aug 22 14:15:15 2016
    13 // Update Count     : 1943
     12// Last Modified On : Mon Aug 22 14:30:56 2016
     13// Update Count     : 1944
    1414//
    1515
     
    21532153asm_name_opt:                                                                                   // GCC
    21542154        // empty
    2155         | ASM '(' string_literal ')' attribute_list_opt
     2155        | ASM '(' string_literal_list ')' attribute_list_opt
     2156                { delete $3; }
    21562157        ;
    21572158
     
    21832184        | any_word
    21842185        | any_word '(' comma_expression_opt ')'
     2186                { delete $3; }
    21852187        ;
    21862188
Note: See TracChangeset for help on using the changeset viewer.