Changeset 68cd1ce for src/Tests/Expect-e


Ignore:
Timestamp:
Jun 13, 2015, 8:30:25 AM (9 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, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
a1d5d2a
Parents:
7bcf74e
Message:

unify and fix storage class

Location:
src/Tests/Expect-e
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/Expect-e/AsmName.txt

    r7bcf74e r68cd1ce  
    1 x: auto signed int
     1x: extern signed int
    22fred: function
    33    with parameters
  • src/Tests/Expect-e/Attributes.txt

    r7bcf74e r68cd1ce  
    1 Error at line 8 reading token "*"
     1Error at line 58 reading token "*"
  • src/Tests/Expect-e/Context.txt

    r7bcf74e r68cd1ce  
    5454
    5555
    56         Declaration of x: auto type
     56        Declaration of x: extern type
    5757        Declaration of ?=?: automatically generated function
    5858            with parameters
     
    6262              instance of type x (not function type)
    6363
    64         Declaration of y: auto type
     64        Declaration of y: extern type
    6565          with assertions
    6666            instance of context has_r
  • src/Tests/Expect-e/Function.txt

    r7bcf74e r68cd1ce  
    245245
    246246
    247 cfa-cpp: GenPoly/Box.cc:398: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed.
     247cfa-cpp: GenPoly/Box.cc:401: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed.
    248248Aborted (core dumped)
  • src/Tests/Expect-e/TypeGenerator.txt

    r7bcf74e r68cd1ce  
    5353            Name: *?
    5454        ...to:
    55             Variable Expression: _dst: pointer to instance of struct S1
     55            Variable Expression: _dst: pointer to instance of struct S2
    5656    Member Expression, with field:
    5757      i: instance of type T (not function type)
    5858    from aggregate:
    59       Variable Expression: _src: instance of struct S1
     59      Variable Expression: _src: instance of struct S2
    6060
    6161Error: No reasonable alternatives for expression Applying untyped:
     
    6969            Name: *?
    7070        ...to:
    71             Variable Expression: _dst: pointer to instance of struct S2
     71            Variable Expression: _dst: pointer to instance of struct S24
    7272    Member Expression, with field:
    7373      i: instance of type T (not function type)
    7474    from aggregate:
    75       Variable Expression: _src: instance of struct S2
     75      Variable Expression: _src: instance of struct S24
    7676
    7777Error: No reasonable alternatives for expression Applying untyped:
  • src/Tests/Expect-e/report

    r7bcf74e r68cd1ce  
    22---Array.txt---
    33---AsmName.txt---
     41c1
     5< x: auto signed int
     6---
     7> x: extern signed int
    48---Attributes.txt---
    59---Cast.txt---
     
    913---Constant0-1.txt---
    1014---Context.txt---
     1556c56
     16<         Declaration of x: auto type
     17---
     18>         Declaration of x: extern type
     1964c64
     20<         Declaration of y: auto type
     21---
     22>         Declaration of y: extern type
    1123---DeclarationErrors.txt---
    1224---DeclarationSpecifier.txt---
     
    1628---Forall.txt---
    1729---Function.txt---
     30247c247
     31< cfa-cpp: GenPoly/Box.cc:398: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed.
     32---
     33> cfa-cpp: GenPoly/Box.cc:401: void GenPoly::{anonymous}::Pass1::boxParams(ApplicationExpr*, FunctionType*, std::list<Expression*>::iterator&, const TyVarMap&): Assertion `arg != appExpr->get_args().end()' failed.
    1834---Functions.txt---
    1935---GccExtensions.txt---
Note: See TracChangeset for help on using the changeset viewer.