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/extension.x64.txt

    r94aa202 r5780d0d  
    445445
    446446    {
    447         signed int _tmp_cp_ret8;
    448         ((void)(((void)(_tmp_cp_ret8=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret8));
     447        signed int _tmp_cp_ret4;
     448        ((void)(((void)(_tmp_cp_ret4=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret4));
    449449    }
    450450
Note: See TracChangeset for help on using the changeset viewer.