This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/35637] [4.3 Regression] tr1::function fails with const member function pointer
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Mar 2008 23:49:04 -0000
- Subject: [Bug libstdc++/35637] [4.3 Regression] tr1::function fails with const member function pointer
- References: <bug-35637-13405@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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