This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
The initial patch, split between rev. 31343 and 31999 indeed addedWow, 31343, I didn't look back so much. Now the issue is whether, after *so* many years with 0, people would *really* consider seeing the default changed to 72, at variance with C and all the other front-ends. I seriously doubt it. Do we have strong evidence of that? For example, is there something similar in other C++ front-end?
+ /* Enable automatic line wrapping by default */ + set_message_length (72);
to C++ lang_decode_option. Later it got appearantly lost somehow, probably during some of the Great Option Reorgs.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |