I'm playing a bit with HP's testdrive systems and noticed that when compiling a 64 bit version of openssl-0.9.8a with gcc-4.1.0, the resulting binaries fail during "make test". Since I have no such problem on any other platform nor with HP's own compiler, this makes me think that gcc-4.1.0 generated some wrong code. Changing compilation flags from "-O3" to "-O0" did not help, so it's apparently not an optimizer problem.
I know, this is about as bad a bug report as it can be, but since I'm neither very familiar with HP/UX nor have unlimited access to the system (e.g. there's no 64-bit version of gdb installed...), there's not much more that I can do than hope that somebody with better debugging facilities will have a look and refine this report (or tell me that I'm apparently doing something wrong since it works for him) - sorry about that. -- Summary: Compiling OpenSSL gives invalid code?? Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Stefan dot Neis at kobil dot com GCC build triplet: hppa64-hp-hpux11.11 GCC host triplet: hppa64-hp-hpux11.11 GCC target triplet: hppa64-hp-hpux11.11 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27286