public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/19037] ABI corpus does not support several functions with the same symbol
  2015-01-01  0:00 [Bug default/19037] New: abixml symmetry broken by type demotion woodard at redhat dot com
  2015-01-01  0:00 ` [Bug default/19037] ABI corpus does not support several functions with the same symbol dodji at redhat dot com
@ 2015-01-01  0:00 ` dodji at redhat dot com
  2015-01-01  0:00 ` [Bug default/19037] abixml symmetry broken by type demotion dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=19037

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from dodji at redhat dot com ---
I think this issue should be fixed by commit
https://sourceware.org/git/gitweb.cgi?p=libabigail.git;a=commit;h=48801d23e4c58b9ed1fb61a1ceed75158a1c1d15
in master.

Thank you for filling this bug reports!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/19037] ABI corpus does not support several functions with the same symbol
  2015-01-01  0:00 [Bug default/19037] New: abixml symmetry broken by type demotion woodard at redhat dot com
@ 2015-01-01  0:00 ` dodji at redhat dot com
  2015-01-01  0:00 ` dodji at redhat dot com
  2015-01-01  0:00 ` [Bug default/19037] abixml symmetry broken by type demotion dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=19037

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|abixml symmetry broken by   |ABI corpus does not support
                   |type demotion               |several functions with the
                   |                            |same symbol

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/19037] abixml symmetry broken by type demotion
  2015-01-01  0:00 [Bug default/19037] New: abixml symmetry broken by type demotion woodard at redhat dot com
  2015-01-01  0:00 ` [Bug default/19037] ABI corpus does not support several functions with the same symbol dodji at redhat dot com
  2015-01-01  0:00 ` dodji at redhat dot com
@ 2015-01-01  0:00 ` dodji at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dodji at redhat dot com @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=19037

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from dodji at redhat dot com ---
I am looking at this one.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug default/19037] New: abixml symmetry broken by type demotion
@ 2015-01-01  0:00 woodard at redhat dot com
  2015-01-01  0:00 ` [Bug default/19037] ABI corpus does not support several functions with the same symbol dodji at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: woodard at redhat dot com @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=19037

            Bug ID: 19037
           Summary: abixml symmetry broken by type demotion
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: woodard at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Created attachment 8660
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8660&action=edit
ELF object that reproduces the above problem

hype260@ben:less
\\_collab\\_usr\\_global\\_tools\\_order\\_spack\\_opt\\_chaos_5_x86_64_ib\\_gcc\@4.4.7\\_vtk\@6.1.0-2f431570\\_lib\\_libvtkRenderingLIC-6.1.so/stderr 
Functions changes summary: 0 Removed, 1 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

1 function with some indirect sub-type change:

  [C]'method int vtkPixelTransfer::Blit<float, float>(const vtkPixelExtent&,
const vtkPixelExtent&, const vtkPixelExtent&, int, float*, int, float*)' has
some indirect sub-type changes:
    'method int vtkPixelTransfer::Blit<float, float>(const vtkPixelExtent&,
const vtkPixelExtent&, const vtkPixelExtent&, int, float*, int, float*)
{_ZN16vtkPixelTransfer4BlitIffEEiRK14vtkPixelExtentS3_S3_S3_iPT_iPT0_}' now
becomes 'method int vtkPixelTransfer::Blit<vtkPixelTransfer::Blit::VTK_TT,
vtkPixelTransfer::Blit::VTK_TT>(const vtkPixelExtent&, const vtkPixelExtent&,
const vtkPixelExtent&, int, vtkPixelTransfer::VTK_TT*, int,
vtkPixelTransfer::VTK_TT*)
{_ZN16vtkPixelTransfer4BlitIffEEiRK14vtkPixelExtentS3_S3_S3_iPT_iPT0_}'

If you look carefully it appears that the template parameter loses its typedef
and reverts to its fundamental type. Simplifying the above for readability it
becomes:

method int vtkPixelTransfer::Blit<float, float>(...) now becomes
method int vtkPixelTransfer::Blit<vtkPixelTransfer::Blit::VTK_TT,
vtkPixelTransfer::Blit::VTK_TT>(...)

The parameters to the function also reverts to the fundamental type float*

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-06 11:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-01  0:00 [Bug default/19037] New: abixml symmetry broken by type demotion woodard at redhat dot com
2015-01-01  0:00 ` [Bug default/19037] ABI corpus does not support several functions with the same symbol dodji at redhat dot com
2015-01-01  0:00 ` dodji at redhat dot com
2015-01-01  0:00 ` [Bug default/19037] abixml symmetry broken by type demotion dodji at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).