[Bug libstdc++/35637] [4.3 Regression] tr1::function fails with const member function pointer
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Thu Mar 20 23:49:00 GMT 2008
------- Comment #7 from pcarlini at suse dot de 2008-03-20 23:49 -------
(In reply to comment #6)
> Again, from GCC 4.4 on, -pedantic/-pedantic-errors should work the same as for
> the C front-end, that is, -pedantic enables warnings, -pedantic-errors converts
> those warnings into errors. What is the problem then?
The "problem" I was noticing was simply that the behavior of 4_3 was not the
same as the behavior of 4_4: the former, as noticed by submitter, errors with
-pedantic, the latter errors with -pedantic-errors. You are explaining that
this is really the behavior we want, Ok with me!
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35637
More information about the Gcc-bugs
mailing list