This is the mail archive of the gcc@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]

Re: gcc warning


Joe Buck <jbuck@racerx.synopsys.com> writes:

| > The warning is already controlled by -pedantic, it's not activated by
| > -Wall or on by default.  So I don't understand all the flag fuss. :-)
| 
| Then it's already right, I withdraw my fuss.  I misunderstood the original
| report.  It's fine for -pedantic to warn about anything that might not
| be compilable by a standard compiler.

The warning, according to the original reporter, happened in a C++
program.  I don't think that is right. 

I don't think it does a good job to check any conformance limits at
all for C++ codes.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com

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