This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/50224] [c++0x]g++ complains unused parameter but it is referenced in lambda


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50224

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-08-29 12:39:36 UTC ---
(In reply to comment #0)
> gcc version 4.6.1 20110819 (prerelease) (GCC) 
> 
> There is a similar bug I've reported before
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49339
> marked as duplicated of
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49251
> Hope that will help.

As that bug indicates, this is fixed in 4.6.1

Please use an FSF release and report a bug to ArchLinux that their GCC version
string is misleading, it should show that it is a modified GCC.

"4.6.1 20110819 (prerelease)" is nonsensical because 4.6.1 was released in
June, so whatever they're shipping should be described in the version string.

*** This bug has been marked as a duplicate of bug 49251 ***


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