[Bug libfortran/52537] slow trim function

2012-06-07 Thread talebi.hossein at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #9 from Hossein Talebi 2012-06-07 16:03:09 UTC --- I think I found where the problem is. It is not with the trim(). It is mostly with read (st_input_all(j),*,IOSTAT=ios) I50(1:50). I attach a self contained program. With intel it tak

[Bug libfortran/52537] slow trim function

2012-06-07 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #7 from Thomas Koenig 2012-05-11 19:16:08 UTC --- Does this fix the problem?

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #6 from Thomas Koenig 2012-05-11 18:50:27 UTC --- Author: tkoenig Date: Fri May 11 18:50:14 2012 New Revision: 187413 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187413 Log: 2012-05-11 Thomas Koenig PR fortran/52537

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #5 from Thomas Koenig 2012-05-11 13:56:16 UTC --- Author: tkoenig Date: Fri May 11 13:56:06 2012 New Revision: 187406 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187406 Log: 2012-05-11 Thomas Koenig PR fortran/52537

[Bug libfortran/52537] slow trim function

2012-04-12 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #4 from Thomas Koenig 2012-04-12 10:47:36 UTC --- For this particular case, if (trim(a) == '') could be simplified to if (len_trim(a) == 0) Probably best done via front-end optimization.

[Bug libfortran/52537] slow trim function

2012-03-11 Thread talebi.hossein at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #3 from Hossein Talebi 2012-03-11 17:27:42 UTC --- Hello, Hummm, a self contained example... That will be possible when I go back to the office. I can also check it myself with a simpler example. For now, maybe you can figure out som

[Bug libfortran/52537] slow trim function

2012-03-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libfortran/52537] slow trim function

2012-03-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #2

[Bug libfortran/52537] slow trim function

2012-03-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 Tobias Burnus changed: What|Removed |Added Keywords||missed-optimization CC|