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]

Re: Patch: update -fmessage-length docs


Tom Tromey <tromey@redhat.com> writes:

| It turns out that -fmessage-length defaults to 0 even for g++. 

Then, that is a bug. 
When I oiginally implemented that for C++, the intended semantics
definitely was to have it default to 72 -- but C people wanted
something different for C front end.  If it is observed that g++ has
it set to zero, then we must set it back to 72.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]