This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] avoid ABI warnings on arm when running the libstdc++v3 testsuite


Paolo Carlini wrote:

> Interesting clarification... Now, why such inform are enabled and
> disabled via -W options? And why the manuale describes -Wabi as: "Warn
> when G++ generates..."? Frankly I'm quite a bit confused...

I think it's reasonable for the compiler to issue messages of lower
severity than warning (in this case, inform) even when using a -W
option.  I guess we could argue that this should be a warning instead,
but it's not something that even might represent a bug in your code.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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