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++/56493] [4.8/4.9/5 Regression] Performance regression in google dense hashmap


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493

--- Comment #21 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Dec  4 09:47:54 2014
New Revision: 218346

URL: https://gcc.gnu.org/viewcvs?rev=218346&root=gcc&view=rev
Log:
    PR c++/56493
    * convert.c (convert_to_real, convert_to_expr, convert_to_complex):
    Handle COMPOUND_EXPR.

    * c-c++-common/pr56493.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/pr56493.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/convert.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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