[Bug c/60101] [4.7/4.8/4.9 Regression] Long compile times when mixed complex floating point datatypes are used in lengthy expressions
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 12 07:36:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60101
--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 12 07:35:50 2014
New Revision: 207711
URL: http://gcc.gnu.org/viewcvs?rev=207711&root=gcc&view=rev
Log:
PR c/60101
* c-common.c (merge_tlist): If copy is true, call new_tlist,
if false, add ADD itself, rather than vice versa.
(verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
copy. For SAVE_EXPR, only call merge_tlist once.
* c-c++-common/pr60101.c: New test.
Added:
trunk/gcc/testsuite/c-c++-common/pr60101.c
Modified:
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/c-common.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list