[cryptopp-users] Re: 7.0.0 update to 8.9.0 PIC register clobbered

2024-01-16 Thread Phil C
Thank you for looking at it. I believe this is a compiler issue that has been corrected in gcc. I do not get the issue with gcc 12.2.0 on a test debian system. Unfortunately I need to use the old c7 / gcc combination. On Tuesday, January 16, 2024 at 8:13:29 AM UTC-5 Jeffrey Walton wrote: > On

[cryptopp-users] Re: 7.0.0 update to 8.9.0 PIC register clobbered

2024-01-16 Thread Phil C
I should also note that I am compiling to link with a 32bit application, so including -Wa,--32 -m32 On Tuesday, January 16, 2024 at 8:10:30 AM UTC-5 Phil C wrote: > CentOS 7..2009 > gcc 4.8.5-44 > > I am updating from cryptopp 7.0.0 to 8..0 and receive the following error > >

[cryptopp-users] 7.0.0 update to 8.9.0 PIC register clobbered

2024-01-16 Thread Phil C
CentOS 7..2009 gcc 4.8.5-44 I am updating from cryptopp 7.0.0 to 8..0 and receive the following error gcm.cpp: In member function 'virtual size_t CryptoPP::GCM_Base::AuthenticateBlocks(const byte*, size_t)': gcm.cpp:733:18: error: PIC register clobbered by '%ebx' in 'asm' Is the correct