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 optimization/14019] fortran if statement with .and. causes optimizer to produce wrong code


------- Additional Comments From mmrashid at ucdavis dot edu  2004-02-05 23:52 -------
Subject: Re:  fortran if statement with .and. causes optimizer to produce wrong code

Thanks for the quick response.  I did just try the program on a different 
machine with a newer version of gcc, and the problem does indeed go away.  

I then downloaded and built gcc-3.3.2 on my machine (RedHat Linux 7.0), used 
g77 to compile a very simple fortran program.  Upon running this program, I 
get:

error while loading shared libraries:  libg2c.so.0:  cannot load shared 
object file:  No such file or directory.

libg2c.so.0 exists alright, in /usr/local/lib, which is in my path.  Not sure 
why a shared object is needed at run-time anyway.  Does this indicate that 
the compiler/assembler has created an executable that is "missing" something?

Thanks for any help -

Mark Rashid


On Wednesday 04 February 2004 11:14, you wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-04
> 19:14 ------- Can you first try a newer compiler that one is 3 years old
> now?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14019


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