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 fortran/18937] quadratic behaviour with many label "spaghetti" code


------- 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


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