swebb2066 commented on PR #492: URL: https://github.com/apache/logging-log4cxx/pull/492#issuecomment-2763197783
The src/main/abi-symbols/abi.dump produced from g++ 9.4 contains ``` '14545351' => { 'Header' => 'propertysetter.h', 'Line' => '62', 'Memb' => { '0' => { 'access' => 'protected', 'name' => 'obj', 'offset' => '0', 'type' => '648233' } }, 'Name' => 'log4cxx::config::PropertySetter', 'NameSpace' => 'log4cxx::config', 'Size' => '16', 'Type' => 'Class' }, and '648233' => { 'BaseType' => '565797', 'Header' => 'object.h', 'Line' => '114', 'Name' => 'log4cxx::helpers::ObjectPtr', 'NameSpace' => 'log4cxx::helpers', 'Size' => '16', 'Type' => 'Typedef' }, ``` The new-abi.dump produced from g++ 9.5 contains ``` '4837555' => { 'Header' => 'propertysetter.h', 'Line' => '62', 'Memb' => { '0' => { 'access' => 'protected', 'name' => 'obj', 'offset' => '0', 'type' => '455809' } }, 'Name' => 'log4cxx::config::PropertySetter', 'NameSpace' => 'log4cxx::config', 'Size' => '16', 'Type' => 'Class' }, and '455809' => { 'BaseType' => '390060', 'Header' => 'object.h', 'Line' => '114', 'Name' => 'log4cxx::helpers::ObjectPtr', 'NameSpace' => 'log4cxx::helpers', 'Type' => 'Typedef' }, ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org