Changeset eae8b37 for tests/.expect


Ignore:
Timestamp:
Dec 4, 2024, 10:17:49 PM (2 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
fc276f3
Parents:
509ec82
Message:

Move enum.hfa/enum.cfa to prelude

Location:
tests/.expect
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/KRfunctions.arm64.txt

    r509ec82 reae8b37  
    104104    signed int _X1bi_2;
    105105    {
    106         signed int *(*_tmp_cp_ret0)(signed int __param_0, signed int __param_1);
    107         ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret0=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret0)));
     106        signed int *(*_tmp_cp_ret8)(signed int __param_0, signed int __param_1);
     107        ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret8=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret8)));
    108108    }
    109109
  • tests/.expect/KRfunctions.x64.txt

    r509ec82 reae8b37  
    104104    signed int _X1bi_2;
    105105    {
    106         signed int *(*_tmp_cp_ret0)(signed int __param_0, signed int __param_1);
    107         ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret0=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret0)));
     106        signed int *(*_tmp_cp_ret8)(signed int __param_0, signed int __param_1);
     107        ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret8=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret8)));
    108108    }
    109109
  • tests/.expect/declarationSpecifier.arm64.txt

    r509ec82 reae8b37  
    10591059    }
    10601060
    1061     signed int _tmp_cp_ret0;
    1062     signed int _X3reti_2 = (((void)(_tmp_cp_ret0=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret0);
     1061    signed int _tmp_cp_ret8;
     1062    signed int _X3reti_2 = (((void)(_tmp_cp_ret8=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret8);
    10631063    if ( ((&_X17cfa_main_returnedi_1)!=((signed int *)0)) ) {
    10641064        {
  • tests/.expect/declarationSpecifier.x64.txt

    r509ec82 reae8b37  
    10591059    }
    10601060
    1061     signed int _tmp_cp_ret0;
    1062     signed int _X3reti_2 = (((void)(_tmp_cp_ret0=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret0);
     1061    signed int _tmp_cp_ret8;
     1062    signed int _X3reti_2 = (((void)(_tmp_cp_ret8=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret8);
    10631063    if ( ((&_X17cfa_main_returnedi_1)!=((signed int *)0)) ) {
    10641064        {
  • tests/.expect/declarationSpecifier.x86.txt

    r509ec82 reae8b37  
    10591059    }
    10601060
    1061     signed int _tmp_cp_ret0;
    1062     signed int _X3reti_2 = (((void)(_tmp_cp_ret0=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret0);
     1061    signed int _tmp_cp_ret8;
     1062    signed int _X3reti_2 = (((void)(_tmp_cp_ret8=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret8);
    10631063    if ( ((&_X17cfa_main_returnedi_1)!=((signed int *)0)) ) {
    10641064        {
  • tests/.expect/extension.x64.txt

    r509ec82 reae8b37  
    457457
    458458    {
    459         signed int _tmp_cp_ret0;
    460         ((void)(((void)(_tmp_cp_ret0=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret0));
     459        signed int _tmp_cp_ret8;
     460        ((void)(((void)(_tmp_cp_ret8=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret8));
    461461    }
    462462
  • tests/.expect/extension.x86.txt

    r509ec82 reae8b37  
    457457
    458458    {
    459         signed int _tmp_cp_ret0;
    460         ((void)(((void)(_tmp_cp_ret0=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret0));
     459        signed int _tmp_cp_ret8;
     460        ((void)(((void)(_tmp_cp_ret8=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret8));
    461461    }
    462462
  • tests/.expect/gccExtensions.arm64.txt

    r509ec82 reae8b37  
    339339    }
    340340
    341     signed int _tmp_cp_ret0;
    342     signed int _X3reti_2 = (((void)(_tmp_cp_ret0=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret0);
     341    signed int _tmp_cp_ret8;
     342    signed int _X3reti_2 = (((void)(_tmp_cp_ret8=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret8);
    343343    if ( ((&_X17cfa_main_returnedi_1)!=((signed int *)0)) ) {
    344344        {
  • tests/.expect/gccExtensions.x64.txt

    r509ec82 reae8b37  
    339339    }
    340340
    341     signed int _tmp_cp_ret0;
    342     signed int _X3reti_2 = (((void)(_tmp_cp_ret0=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret0);
     341    signed int _tmp_cp_ret8;
     342    signed int _X3reti_2 = (((void)(_tmp_cp_ret8=invoke_main(_X4argci_1, _X4argvPPc_1, _X4envpPPc_1))) , _tmp_cp_ret8);
    343343    if ( ((&_X17cfa_main_returnedi_1)!=((signed int *)0)) ) {
    344344        {
Note: See TracChangeset for help on using the changeset viewer.