Re: [PATCH 2/3] Fix spurious semicolons

2015-04-28 Thread Jeff Law
On 04/28/2015 06:02 PM, David Malcolm wrote: An earlier version of the -Wmisleading-indentation patch issued warnings for spurious trailing semicolons guarded by a conditional. Although the latest version of -Wmisleading-indentation no longer warns about these, I fixed the ones that were reporte

[PATCH 2/3] Fix spurious semicolons

2015-04-28 Thread David Malcolm
An earlier version of the -Wmisleading-indentation patch issued warnings for spurious trailing semicolons guarded by a conditional. Although the latest version of -Wmisleading-indentation no longer warns about these, I fixed the ones that were reported, thusly. gcc/ChangeLog: * builtins.c