public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53882] New: [4.6/4.7 Regression] ICE in type_contains_placeholder_1, at tree.c:3015
@ 2012-07-06 21:54 doko at gcc dot gnu.org
  2012-07-06 22:04 ` [Bug c++/53882] [4.7/4.8 " doko at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2012-07-06 21:54 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53882
           Summary: [4.6/4.7 Regression] ICE in
                    type_contains_placeholder_1, at tree.c:3015
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


seen with the 4.7 branch 20120704 and trunk, works with 4.6:


$ g++ -std=c++0x -c -O foo.cc 
foo.cc: In constructor 'std::function<_Res(_ArgTypes ...)>::function(_Functor)
[with _Functor = std::_Bind<std::_Mem_fn<void (User::*)(void*)>(User*,
std::nullptr_t)>; <template-parameter-2-2> = void; _Res = void; _ArgTypes =
{}]':
foo.cc:12:1: internal compiler error: in type_contains_placeholder_1, at
tree.c:3015
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.

#include <functional>

struct User
{
        void run(void *) {}
};

int main()
{
        User u;
        std::function<void()> p = std::bind(&User::run, &u, nullptr);
}


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-10  9:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-06 21:54 [Bug c++/53882] New: [4.6/4.7 Regression] ICE in type_contains_placeholder_1, at tree.c:3015 doko at gcc dot gnu.org
2012-07-06 22:04 ` [Bug c++/53882] [4.7/4.8 " doko at gcc dot gnu.org
2012-07-07 12:35 ` hjl.tools at gmail dot com
2012-07-08 17:59 ` doko at gcc dot gnu.org
2012-07-09 14:11 ` jason at gcc dot gnu.org
2012-07-09 14:12 ` jason at gcc dot gnu.org
2012-07-09 14:12 ` jason at gcc dot gnu.org
2012-07-10  9:02 ` jason at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).