-
- Downloads
switch from gimple to gimple*
This renames the gimple_statement_base struct to gimple removes the typedef of gimple_statement_base * to gimple, and then adjusts all of the places that use the type. gcc/ChangeLog: 2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org> * coretypes.h (gimple): Change typedef to be a forward declaration. * gimple.h (gimple_statement_base): rename to gimple. * (all functions and types using gimple): Adjust. * *.[ch]: Likewise. gcc/cp/ChangeLog: 2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org> * cp-gimplify.c (gimplify_must_not_throw_expr): Adjust. From-SVN: r227941
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/asan.c 13 additions, 13 deletionsgcc/asan.c
- gcc/auto-profile.c 10 additions, 10 deletionsgcc/auto-profile.c
- gcc/calls.c 1 addition, 1 deletiongcc/calls.c
- gcc/calls.h 1 addition, 1 deletiongcc/calls.h
- gcc/ccmp.c 7 additions, 7 deletionsgcc/ccmp.c
- gcc/ccmp.h 1 addition, 1 deletiongcc/ccmp.h
- gcc/cfgexpand.c 24 additions, 24 deletionsgcc/cfgexpand.c
- gcc/cfgexpand.h 1 addition, 1 deletiongcc/cfgexpand.h
- gcc/cfghooks.c 1 addition, 1 deletiongcc/cfghooks.c
- gcc/cfghooks.h 1 addition, 1 deletiongcc/cfghooks.h
- gcc/cfgloop.h 1 addition, 1 deletiongcc/cfgloop.h
- gcc/cgraph.c 15 additions, 14 deletionsgcc/cgraph.c
- gcc/cgraph.h 17 additions, 17 deletionsgcc/cgraph.h
- gcc/cgraphbuild.c 6 additions, 6 deletionsgcc/cgraphbuild.c
- gcc/cgraphclones.c 2 additions, 2 deletionsgcc/cgraphclones.c
- gcc/cgraphunit.c 3 additions, 3 deletionsgcc/cgraphunit.c
- gcc/config/aarch64/aarch64-builtins.c 2 additions, 2 deletionsgcc/config/aarch64/aarch64-builtins.c
- gcc/config/alpha/alpha.c 9 additions, 9 deletionsgcc/config/alpha/alpha.c
- gcc/config/i386/i386.c 7 additions, 7 deletionsgcc/config/i386/i386.c
Loading
Please register or sign in to comment