This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18937] quadratic behaviour with many label "spaghetti" code
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2004 11:55:26 -0000
- Subject: [Bug fortran/18937] quadratic behaviour with many label "spaghetti" code
- References: <20041211082814.18937.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-11 11:55 -------
The problem in gfc_get_st_label() is easy to solve - just turn st_labels
into a hash table. The problem in resolve.c is more difficult, I need to
think about that a little more...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18937