This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/10962] [3.3 regression] lookup_field is a linear search on a linked list (can be slow if large struct)
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2003 07:07:29 -0000
- Subject: [Bug c/10962] [3.3 regression] lookup_field is a linear search on a linked list (can be slow if large struct)
- References: <20030524022944.10962.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10962
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-09-05 07:07 -------
The patch is OK, please check it in.