[committed 1/5] Fix -Wmisleading-indentation warning in function.c
Fix this warning: ../../../src/gcc/function.c: In function ‘void locate_and_pad_parm(machine_mode, tree, int, int, int, tree, args_size*, locate_and_pad_arg_data*)’: ../../../src/gcc/function.c:4123:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] {
Re: [committed 1/5] Fix -Wmisleading-indentation warning in function.c
FWIW, I believe trunk is clean for -Wmisleading-indentation after these 5 patches (for x86_64-pc-linux-gnu, at least).