Ignore:
Timestamp:
Sep 3, 2024, 12:08:09 PM (43 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
737bf73
Parents:
cdbb909
Message:

Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out.

File:
1 edited

Legend:

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

    rcdbb909 rdb19e1d  
    1919    const signed int _X2i2Ki_2;
    2020    const signed int _X2i3Ki_2;
    21     inline signed int _X2f1Fi___2(){
     21    inline signed int _X2f1Fi___2(void){
    2222        __attribute__ ((unused)) signed int _X10_retval_f1i_2;
    2323    }
    24     inline signed int _X2f2Fi___2(){
     24    inline signed int _X2f2Fi___2(void){
    2525        __attribute__ ((unused)) signed int _X10_retval_f2i_2;
    2626    }
Note: See TracChangeset for help on using the changeset viewer.