This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52640] performance bottleneck: gcc/tree.c;value_member
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 21 Mar 2012 13:03:57 +0000
- Subject: [Bug c/52640] performance bottleneck: gcc/tree.c;value_member
- Auto-submitted: auto-generated
- References: <bug-52640-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640
--- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> 2012-03-21 13:03:57 UTC ---
Ah, and obviously there should be a pointer_set_insert before VEC_safe_push...