Re: [wwwdocs][PATCH] Add notes on -Wmisleading-indentation to GCC 6 porting guide

2016-02-06 Thread Gerald Pfeifer
On Tue, 26 Jan 2016, David Malcolm wrote: > [see the notes at https://gcc.gnu.org/ml/gcc/2016-01/msg00224.html on > what -Wmisleading-indentation ran into on a mass-rebuild of Debian] > > I put it apart from the existing headings as it relates to both C and to > C++. Thanks for thinking of the we

Re: [wwwdocs][PATCH] Add notes on -Wmisleading-indentation to GCC 6 porting guide

2016-01-26 Thread Jeff Law
On 01/26/2016 01:41 PM, David Malcolm wrote: htdocs/gcc-6/porting_to.html is looking rather empty right now. The attached patch starts fleshing it out by adding some notes on -Wmisleading-indentation. [see the notes at https://gcc.gnu.org/ml/gcc/2016-01/msg00224.html on what -Wmisleading-indent

[wwwdocs][PATCH] Add notes on -Wmisleading-indentation to GCC 6 porting guide

2016-01-26 Thread David Malcolm
htdocs/gcc-6/porting_to.html is looking rather empty right now. The attached patch starts fleshing it out by adding some notes on -Wmisleading-indentation. [see the notes at https://gcc.gnu.org/ml/gcc/2016-01/msg00224.html on what -Wmisleading-indentation ran into on a mass-rebuild of Debian] I