c++/890

Mark Mitchell mark@codesourcery.com
Tue Nov 28 10:15:00 GMT 2000


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

    Nathan> Should this error be downgraded to a warning in the
    Nathan> presence of -fpermissive?

Nah.  Exception specifications are a relatively progressive C++
feature; it's fine to be strict about this.  Allowing incomplete types
is only asking for trouble later when we forget and start assuming
they're complete somewhere else.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Gcc mailing list