public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check
@ 2010-10-01 22:38 hjl.tools at gmail dot com
  2010-10-01 23:00 ` [Bug libstdc++/45863] " hjl.tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-01 22:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

           Summary: [4.6 regression] FAIL: libstdc++-abi/abi_check
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: ro@gcc.gnu.org


On Linux/x86-64, revision 164879 gave

FAIL: libstdc++-abi/abi_check

Revision 164874 is OK.  It may be caused by revision 164879:

http://gcc.gnu.org/ml/gcc-cvs/2010-10/msg00060.html


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
@ 2010-10-01 23:00 ` hjl.tools at gmail dot com
  2010-10-01 23:36 ` hjl.tools at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-01 23:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-01 23:00:02 UTC ---
I got

Problems parsing the list of exported symbols.
FAIL: libstdc++-abi/abi_check


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
  2010-10-01 23:00 ` [Bug libstdc++/45863] " hjl.tools at gmail dot com
@ 2010-10-01 23:36 ` hjl.tools at gmail dot com
  2010-10-01 23:42 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-01 23:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-01 23:35:56 UTC ---
current_symbols.txt is empty.


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
  2010-10-01 23:00 ` [Bug libstdc++/45863] " hjl.tools at gmail dot com
  2010-10-01 23:36 ` hjl.tools at gmail dot com
@ 2010-10-01 23:42 ` paolo.carlini at oracle dot com
  2010-10-01 23:54 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2010-10-01 23:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paolo.carlini at oracle dot
                   |                            |com

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2010-10-01 23:42:23 UTC ---
At the cost of annoyingly repeating myself, patches touching the linker script,
and versioning, etc, *must* be always tested on Linux too. Thanks.


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-10-01 23:42 ` paolo.carlini at oracle dot com
@ 2010-10-01 23:54 ` hjl.tools at gmail dot com
  2010-10-01 23:58 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-01 23:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-01 23:54:16 UTC ---
I got

/export/gnu/import/svn/gcc-test/src-trunk/libstdc++-v3/testsuite/../scripts/extract_symvers:
line 88: nawk: command not found^M

or

/export/gnu/import/git/gcc/libstdc++-v3/testsuite/../scripts/extract_symvers:
line 55: [: pvs: binary operator expected^M

Linux has pvs:

[hjl@gnu-1 testsuite]$ rpm -qf /sbin/pvs
lvm2-2.02.73-2.fc13.x86_64
[hjl@gnu-1 testsuite]$ 

# Sun ld doesn't record symbol versions in .dynsym entries and they cannot
# easily be extracted from readelf --versions output, so use pvs instead.
if type pvs 2>&1 | grep 'not found' > /dev/null; then
    :
else
    pvs="pvs -dsvo"
fi

is completely bogus.


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-10-01 23:54 ` hjl.tools at gmail dot com
@ 2010-10-01 23:58 ` hjl.tools at gmail dot com
  2010-10-02  0:40 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-01 23:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-01 23:57:57 UTC ---
Also

if [ -n ${pvs} ]; then
    ${pvs} ${lib} | \

needs a quote like

if [ -n "${pvs}" ]; then
    ${pvs} ${lib} | \


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2010-10-01 23:58 ` hjl.tools at gmail dot com
@ 2010-10-02  0:40 ` hjl.tools at gmail dot com
  2010-10-03  0:31 ` hjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-02  0:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2010-10/msg00062.htm
                   |                            |l

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-02 00:40:42 UTC ---
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2010-10/msg00062.html


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2010-10-02  0:40 ` hjl.tools at gmail dot com
@ 2010-10-03  0:31 ` hjl at gcc dot gnu.org
  2010-10-03  2:32 ` hjl.tools at gmail dot com
  2010-10-06 17:01 ` ro at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu.org @ 2010-10-03  0:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #7 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2010-10-03 00:31:09 UTC ---
Author: hjl
Date: Sun Oct  3 00:31:06 2010
New Revision: 164913

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164913
Log:
Revert the pvs change.

2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>

    PR libstdc++/45863
    * scripts/extract_symvers: Revert the pvs change.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/scripts/extract_symvers


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2010-10-03  0:31 ` hjl at gcc dot gnu.org
@ 2010-10-03  2:32 ` hjl.tools at gmail dot com
  2010-10-06 17:01 ` ro at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-03  2:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-03 02:32:25 UTC ---
Fixed.


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

* [Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check
  2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
                   ` (7 preceding siblings ...)
  2010-10-03  2:32 ` hjl.tools at gmail dot com
@ 2010-10-06 17:01 ` ro at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu.org @ 2010-10-06 17:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863

--- Comment #9 from Rainer Orth <ro at gcc dot gnu.org> 2010-10-06 17:01:17 UTC ---
Author: ro
Date: Wed Oct  6 17:01:11 2010
New Revision: 165055

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165055
Log:
    PR libstdc++/45863
    * scripts/extract_symvers: Restore revision 164879.
    Only use pvs on SunOS.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/scripts/extract_symvers


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

end of thread, other threads:[~2010-10-06 17:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-01 22:38 [Bug libstdc++/45863] New: [4.6 regression] FAIL: libstdc++-abi/abi_check hjl.tools at gmail dot com
2010-10-01 23:00 ` [Bug libstdc++/45863] " hjl.tools at gmail dot com
2010-10-01 23:36 ` hjl.tools at gmail dot com
2010-10-01 23:42 ` paolo.carlini at oracle dot com
2010-10-01 23:54 ` hjl.tools at gmail dot com
2010-10-01 23:58 ` hjl.tools at gmail dot com
2010-10-02  0:40 ` hjl.tools at gmail dot com
2010-10-03  0:31 ` hjl at gcc dot gnu.org
2010-10-03  2:32 ` hjl.tools at gmail dot com
2010-10-06 17:01 ` ro 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).