[Bug fortran/38592] eliminate some string comparisons
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 8 11:25:00 GMT 2009
------- Comment #5 from burnus at gcc dot gnu dot org 2009-05-08 11:25 -------
> > As a matter of curiosity, do other compilers catch this?
> Intel does not.
Sure? If I look at the assembler of ifort 11.1 with -O3, I only see:
call __intel_new_proc_init #1.9
call for_set_reentrancy #1.9
call for_write_seq_lis #4.3
And if I'm not mistaken, sunf95 also does not have any call anymore.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38592
More information about the Gcc-bugs
mailing list