swebb2066 commented on PR #492:
URL: https://github.com/apache/logging-log4cxx/pull/492#issuecomment-2764412154

   Compiling this branch with g++ 11.4.0 produces a new-abi.dump containing 
(for example):
   ```
                               '18461936' => {
                                               'Class' => '11845076',
                                               'Header' => 'hierarchy.h',
                                               'MnglName' => 
'_ZN7log4cxx9Hierarchy18ensureIsConfiguredESt8functionIFvvEE',
                                               'Param' => {
                                                            '0' => {
                                                                     'name' => 
'this',
                                                                     'type' => 
'18474272'
                                                                   },
                                                            '1' => {
                                                                     'name' => 
'configurator',
                                                                     'type' => 
'2274699'
                                                                   }
                                                          },
                                               'Reg' => {
                                                          '1' => 'rsi'
                                                        },
                                               'Return' => '1',
                                               'ShortName' => 
'ensureIsConfigured',
                                               'Source' => 'hierarchy.cpp',
                                               'SourceLine' => '302',
                                               'Virt' => 1,
                                               'VirtPos' => '6'
                                             },
   ```
   Compiling the rel/v1.2.0 branch with g++ 11.4.0 produces a new-abi.dump 
containing:
   ```
                               '18603406' => {
                                               'Class' => '11930657',
                                               'Header' => 'hierarchy.h',
                                               'MnglName' => 
'_ZN7log4cxx9Hierarchy18ensureIsConfiguredESt8functionIFvvEE',
                                               'Param' => {
                                                            '0' => {
                                                                     'name' => 
'this',
                                                                     'type' => 
'18615999'
                                                                   },
                                                            '1' => {
                                                                     'name' => 
'configurator',
                                                                     'type' => 
'2331741'
                                                                   }
                                                          },
                                               'Reg' => {
                                                          '0' => 'rbx',
                                                          '1' => 'rbp'
                                                        },
                                               'Return' => '1',
                                               'ShortName' => 
'ensureIsConfigured',
                                               'Source' => 'hierarchy.cpp',
                                               'SourceLine' => '310',
                                               'Virt' => 1,
                                               'VirtPos' => '6'
                                             },
   ```
   


-- 
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

Reply via email to