public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines
@ 2022-01-02 18:22 danglin at gcc dot gnu.org
  2022-01-02 18:49 ` [Bug libstdc++/103890] " schwab@linux-m68k.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2022-01-02 18:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890

            Bug ID: 103890
           Summary: Generated baseline symbol file seems to have redundant
                    lines
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa*-*-linux*
            Target: hppa*-*-linux*
             Build: hppa*-*-linux*

When I generated a new baseline symbols file, it has lines with and without
symbol versions:

FUNC:_ZGTtNKSt11logic_error4whatEv
FUNC:_ZGTtNKSt11logic_error4whatEv@@GLIBCXX_3.4.22
FUNC:_ZGTtNKSt13bad_exception4whatEv
FUNC:_ZGTtNKSt13bad_exception4whatEv@@CXXABI_1.3.10
FUNC:_ZGTtNKSt13bad_exceptionD1Ev
FUNC:_ZGTtNKSt13bad_exceptionD1Ev@@CXXABI_1.3.10
FUNC:_ZGTtNKSt13runtime_error4whatEv
FUNC:_ZGTtNKSt13runtime_error4whatEv@@GLIBCXX_3.4.22
[...]

None of the other baseline_symbols.txt files duplicate this info.

File does pass abi check though.

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

* [Bug libstdc++/103890] Generated baseline symbol file seems to have redundant lines
  2022-01-02 18:22 [Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines danglin at gcc dot gnu.org
@ 2022-01-02 18:49 ` schwab@linux-m68k.org
  2022-01-02 19:03 ` dave.anglin at bell dot net
  2022-01-04 14:36 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: schwab@linux-m68k.org @ 2022-01-02 18:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
That's because '/\.dynsym/,/^$/' is matching two regions.  The first region is
the .dynsym section, the second region is starting at the section symbol in the
normal symtab.  The latter produces the unversioned symbols.

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

* [Bug libstdc++/103890] Generated baseline symbol file seems to have redundant lines
  2022-01-02 18:22 [Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines danglin at gcc dot gnu.org
  2022-01-02 18:49 ` [Bug libstdc++/103890] " schwab@linux-m68k.org
@ 2022-01-02 19:03 ` dave.anglin at bell dot net
  2022-01-04 14:36 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dave.anglin at bell dot net @ 2022-01-02 19:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890

--- Comment #2 from dave.anglin at bell dot net ---
Is that what we want?

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

* [Bug libstdc++/103890] Generated baseline symbol file seems to have redundant lines
  2022-01-02 18:22 [Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines danglin at gcc dot gnu.org
  2022-01-02 18:49 ` [Bug libstdc++/103890] " schwab@linux-m68k.org
  2022-01-02 19:03 ` dave.anglin at bell dot net
@ 2022-01-04 14:36 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2022-01-04 14:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-01-04

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
No, I don't think so.

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

end of thread, other threads:[~2022-01-04 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 18:22 [Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines danglin at gcc dot gnu.org
2022-01-02 18:49 ` [Bug libstdc++/103890] " schwab@linux-m68k.org
2022-01-02 19:03 ` dave.anglin at bell dot net
2022-01-04 14:36 ` redi at gcc dot gnu.org

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