Ignore:
Timestamp:
Dec 18, 2024, 10:33:40 AM (6 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
faf9e19
Parents:
94aa202
Message:

Removed increment and decrement operators for enumerations from builtins. I am confident the generic fallbacks work because I added tests.

File:
1 edited

Legend:

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

    r94aa202 r5780d0d  
    9999    signed int _X1bi_2;
    100100    {
    101         signed int *(*_tmp_cp_ret8)(signed int __param_0, signed int __param_1);
    102         ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret8=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret8)));
     101        signed int *(*_tmp_cp_ret4)(signed int __param_0, signed int __param_1);
     102        ((void)(_X1xFPi_ii__2=(((void)(_tmp_cp_ret4=_X3f10FFPi_ii__iPiPid__1(3, (&_X1ai_2), (&_X1bi_2), 3.5))) , _tmp_cp_ret4)));
    103103    }
    104104
Note: See TracChangeset for help on using the changeset viewer.