public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/58374] New: Wrong target check in configure.ac in libvtv
@ 2013-09-09 18:35 hjl.tools at gmail dot com
  2013-09-10 16:00 ` [Bug other/58374] " hjl at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2013-09-09 18:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58374
           Summary: Wrong target check in configure.ac in libvtv
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com

configure.ac in libvtv in has

unset VTV_SUPPORTED
AC_MSG_CHECKING([for host support for vtable verification])
. ${srcdir}/configure.tgt
AC_MSG_RESULT($VTV_SUPPORTED)

# Decide if it's usable.
use_vtable_verify=no
if test "x$VTV_SUPPORTED" = "xyes"; then
  use_vtable_verify=yes
  AC_MSG_NOTICE(using vtable verification)
fi 

# Do not delete or change the following two lines.  For why, see
# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
AC_CANONICAL_SYSTEM
target_alias=${target_alias-$host_alias}
AC_SUBST(target_alias)
GCC_LIBSTDCXX_RAW_CXX_FLAGS

It won't work for targets like i686-linux nor x86_64-linux since
configure.tgt only recognizes canonical targets.  The VTV_SUPPORTED
check should be moved after AC_CANONICAL_SYSTEM.


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

* [Bug other/58374] Wrong target check in configure.ac in libvtv
  2013-09-09 18:35 [Bug other/58374] New: Wrong target check in configure.ac in libvtv hjl.tools at gmail dot com
@ 2013-09-10 16:00 ` hjl at gcc dot gnu.org
  2013-09-10 19:53 ` cmtice at google dot com
  2013-09-10 20:06 ` glisse at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu.org @ 2013-09-10 16:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Tue Sep 10 16:00:13 2013
New Revision: 202470

URL: http://gcc.gnu.org/viewcvs?rev=202470&root=gcc&view=rev
Log:
Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM

    PR other/58374
    * configure.ac: Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM.
    * configure: Regenerated.

Modified:
    trunk/libvtv/ChangeLog
    trunk/libvtv/configure
    trunk/libvtv/configure.ac


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

* [Bug other/58374] Wrong target check in configure.ac in libvtv
  2013-09-09 18:35 [Bug other/58374] New: Wrong target check in configure.ac in libvtv hjl.tools at gmail dot com
  2013-09-10 16:00 ` [Bug other/58374] " hjl at gcc dot gnu.org
@ 2013-09-10 19:53 ` cmtice at google dot com
  2013-09-10 20:06 ` glisse at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cmtice at google dot com @ 2013-09-10 19:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Caroline Tice <cmtice at google dot com> ---
Even though I logged in to Bugzilla, I can't seem to edit any of the fields
above, but to the best of my knowledge a patch to fix this problem has been
committed to GCC and this bug should be marked as fixed and closed.


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

* [Bug other/58374] Wrong target check in configure.ac in libvtv
  2013-09-09 18:35 [Bug other/58374] New: Wrong target check in configure.ac in libvtv hjl.tools at gmail dot com
  2013-09-10 16:00 ` [Bug other/58374] " hjl at gcc dot gnu.org
  2013-09-10 19:53 ` cmtice at google dot com
@ 2013-09-10 20:06 ` glisse at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: glisse at gcc dot gnu.org @ 2013-09-10 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

Marc Glisse <glisse at gcc dot gnu.org> changed:

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

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> ---
You need to login using your @gcc email address, not the one @google.


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

end of thread, other threads:[~2013-09-10 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-09 18:35 [Bug other/58374] New: Wrong target check in configure.ac in libvtv hjl.tools at gmail dot com
2013-09-10 16:00 ` [Bug other/58374] " hjl at gcc dot gnu.org
2013-09-10 19:53 ` cmtice at google dot com
2013-09-10 20:06 ` glisse 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).