Ignore:
Timestamp:
Dec 15, 2024, 10:42:56 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
50e04cc
Parents:
0497b6ba
Message:

update expected output of atribute test for x86

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/attributes.x86.txt

    r0497b6ba rd344a63  
    13371337    return _X4_retS3Vad_1;
    13381338}
     1339__attribute__ (( noreturn )) void _X4fredFv___1(void){
     1340    __attribute__ ((unused)) signed int _X1ii_2;
     1341    switch ( 3 ) {
     1342        case 2:
     1343            {
     1344                {
     1345                    ((void)4);
     1346                }
     1347
     1348            }
     1349        case 1:
     1350            {
     1351                {
     1352                    ((void)3);
     1353                }
     1354
     1355            }
     1356    }
     1357
     1358}
     1359__attribute__ ((noreturn)) void _X4maryFv___1(void){
     1360    struct __attribute__ ((aligned(64))) S {
     1361        signed int _X1ii_2;
     1362    };
     1363    inline void _X12_constructorFv_S1S_autogen___2(__attribute__ ((unused)) struct S *_X4_dstS1S_2){
     1364        {
     1365            ((void)((*_X4_dstS1S_2)._X1ii_2) /* ?{} */);
     1366        }
     1367
     1368    }
     1369    inline void _X12_constructorFv_S1SS1S_autogen___2(__attribute__ ((unused)) struct S *_X4_dstS1S_2, __attribute__ ((unused)) struct S _X4_srcS1S_2){
     1370        {
     1371            ((void)((*_X4_dstS1S_2)._X1ii_2=_X4_srcS1S_2._X1ii_2) /* ?{} */);
     1372        }
     1373
     1374    }
     1375    inline void _X11_destructorFv_S1S_autogen___2(__attribute__ ((unused)) struct S *_X4_dstS1S_2){
     1376        {
     1377            ((void)((*_X4_dstS1S_2)._X1ii_2) /* ^?{} */);
     1378        }
     1379
     1380    }
     1381    inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___2(__attribute__ ((unused)) struct S *_X4_dstS1S_2, __attribute__ ((unused)) struct S _X4_srcS1S_2){
     1382        __attribute__ ((unused)) struct S _X4_retS1S_2;
     1383        {
     1384            ((void)((*_X4_dstS1S_2)._X1ii_2=_X4_srcS1S_2._X1ii_2));
     1385        }
     1386
     1387        {
     1388            ((void)_X12_constructorFv_S1SS1S_autogen___2((&_X4_retS1S_2), (*_X4_dstS1S_2)));
     1389        }
     1390
     1391        return _X4_retS1S_2;
     1392    }
     1393    inline void _X12_constructorFv_S1Si_autogen___2(__attribute__ ((unused)) struct S *_X4_dstS1S_2, signed int _X1ii_2){
     1394        {
     1395            ((void)((*_X4_dstS1S_2)._X1ii_2=_X1ii_2) /* ?{} */);
     1396        }
     1397
     1398    }
     1399    __attribute__ ((unused)) signed int _X1ii_2;
     1400    switch ( 3 ) {
     1401        case 2:
     1402            {
     1403                {
     1404                    ((void)4);
     1405                }
     1406
     1407            }
     1408        case 1:
     1409            {
     1410                {
     1411                    ((void)3);
     1412                }
     1413
     1414            }
     1415    }
     1416
     1417}
Note: See TracChangeset for help on using the changeset viewer.