Ignore:
Timestamp:
Dec 13, 2016, 3:14:59 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, 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:
04c8bba
Parents:
2ee5426
Message:

add asm_name clause to declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/64/gccExtensions.txt

    r2ee5426 r58dd019  
    55extern void exit(int __status);
    66extern int printf(const char *__restrict __format, ...);
    7 extern int __x__i_1;
     7extern int __x__i_1 asm ( "xx" );
    88int main(int __argc__i_1, const char **__argv__PPCc_1){
    99    asm ( "nop" :  :  :  );
    1010    asm ( "nop" :  :  :  );
    1111    asm ( "nop" :  :  :  );
    12     static int __y__i_2;
    13     static int *__z__Pi_2;
     12    static int __y__i_2 asm ( "yy" );
     13    static int *__z__Pi_2 asm ( "zz" );
    1414    int __src__i_2;
    1515    int __dst__i_2;
Note: See TracChangeset for help on using the changeset viewer.