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++/28501] ICE with __real__ and implicit type conversion


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

--- Comment #9 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-05-03 18:30:41 UTC ---
Author: paolo
Date: Tue May  3 18:30:37 2011
New Revision: 173337

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173337
Log:
/cp
2011-05-03  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/28501
    * call.c (add_builtin_candidate): Handle REALPART_EXPR and
    IMAGPART_EXPR.

/testsuite
2011-05-03  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/28501
    * g++.dg/ext/complex9.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/ext/complex9.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/testsuite/ChangeLog


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