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++/70847] [6/7 Regression] exponential time in cp_fold for chained virtual function calls


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

--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> ---
As side-note:  There is something pretty fishy in tree-pretty-print.c for
OBJ_TYPE_REF, too.  We do here recurse endless.  Simply add to command line
'-fdump-tree-original' for reproducing.

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