public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ abi_check
Date: Mon, 20 Jun 2005 06:48:00 -0000	[thread overview]
Message-ID: <20050620064851.17048.qmail@sourceware.org> (raw)
In-Reply-To: <20050618100601.22111.themis_hv@yahoo.co.uk>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-20 06:48 -------
Subject: Bug 22111

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2005-06-20 06:48:28

Modified files:
	libstdc++-v3   : ChangeLog Makefile.in acinclude.m4 config.h.in 
	                 configure 
	libstdc++-v3/include: Makefile.in 
	libstdc++-v3/libmath: Makefile.in 
	libstdc++-v3/libsupc++: Makefile.in 
	libstdc++-v3/po: Makefile.in 
	libstdc++-v3/src: Makefile.in 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 
	libstdc++-v3/testsuite/lib: libstdc++.exp 
	libstdc++-v3/testsuite/libstdc++-abi: abi.exp 

Log message:
	make
	2005-06-19  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/22111
	* acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Remove
	GLIBCXX_TEST_ABI. Remove duplicate _GLIBCXX_ASM_SYMVER define.
	Don't enable abi testing unless versioned.
	* configure: Regenerate.
	* testsuite/Makefile.am (check-abi): Remove conditional.
	* testsuite/Makefile.in: Regenerate.
	* testsuite/libstdc++-abi/abi.exp: Call build_support, then check
	v3-symver before proceeding.
	* testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers
	if _GLIBCXX_SYMVER.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3042&r2=1.3043
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&r1=1.162&r2=1.163
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&r1=1.317&r2=1.318
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&r1=1.102&r2=1.103
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.443&r2=1.444
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&r1=1.138&r2=1.139
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&r1=1.112&r2=1.113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&r1=1.127&r2=1.128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.224&r2=1.225
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&r1=1.49&r2=1.50
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.99&r2=1.100
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&r1=1.41&r2=1.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/libstdc++-abi/abi.exp.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


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


  parent reply	other threads:[~2005-06-20  6:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-18 10:06 [Bug libstdc++/22111] New: [4.0 Regression] libstdc+++ ABI themis_hv at yahoo dot co dot uk
2005-06-18 10:18 ` [Bug libstdc++/22111] [4.0 Regression] libstdc++ ABI themis_hv at yahoo dot co dot uk
2005-06-18 13:48 ` [Bug libstdc++/22111] [4.0/4.1 " giovannibajo at libero dot it
2005-06-18 13:49 ` giovannibajo at libero dot it
2005-06-19  3:08 ` bkoz at gcc dot gnu dot org
2005-06-19 10:22 ` themis_hv at yahoo dot co dot uk
2005-06-19 14:39 ` bkoz at gcc dot gnu dot org
2005-06-19 15:27 ` themis_hv at yahoo dot co dot uk
2005-06-19 15:29 ` pinskia at gcc dot gnu dot org
2005-06-19 15:33 ` themis_hv at yahoo dot co dot uk
2005-06-19 19:53 ` bkoz at gcc dot gnu dot org
2005-06-19 19:57 ` bkoz at gcc dot gnu dot org
2005-06-20  6:39 ` [Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ abi_check bkoz at gcc dot gnu dot org
2005-06-20  6:39 ` bkoz at gcc dot gnu dot org
2005-06-20  6:48 ` cvs-commit at gcc dot gnu dot org [this message]
2005-06-20 10:56 ` themis_hv at yahoo dot co dot uk
2005-06-22 18:17 ` [Bug libstdc++/22111] [4.0 " bkoz at gcc dot gnu dot org
2005-06-22 19:47 ` mark at codesourcery dot com
2005-06-22 20:51 ` cvs-commit at gcc dot gnu dot org
2005-06-22 20:57 ` themis_hv at yahoo dot co dot uk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050620064851.17048.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).