------- Comment #28 from dave at hiauly1 dot hia dot nrc dot ca 2006-12-04 22:52 ------- Subject: Re: [4.1/4.2/4.3 regression] Unsatisfied symbol "fmodl" in libgfortran shared library
> I suspect the determination of kind types is at least partially broken > since both 32 and 64-bit PA targets on hpux have support for 128-bit > long doubles. However, I'm only seeing the fmodl problem on the 64-bit > target. I investigated the above a bit more and it seems to be an issue with the 32-bit linker. It's no longer printing warnings about unsatisfied shared library symbols unless I add "-Wl,-v" to the command. Then, I see the following: /usr/ccs/bin/ld: Unsatisfied shared library symbols: fmodl (first referenced in /home/gnu/gcc/objdir/hppa2.0w-hp-hpux11.00/./libgfortran/.libs/libgfortran.sl) (code) So, it's not a problem with determination of kind types. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29810