public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/57421] Error when linking static libstc++ due to missing future classes
Date: Tue, 28 May 2013 10:10:00 -0000	[thread overview]
Message-ID: <bug-57421-4-cZHS4uGjsQ@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-57421-4@http.gcc.gnu.org/bugzilla/>

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-05-28
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #0)
> This is our libtool command which does the invocation. I hope that you don't
> need any parts of the code to track this down:

You could have simply provided a minimal testcase:

#include <future>

int main()
{
    std::promise<void> p;
}
>From gcc-bugs-return-423255-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue May 28 10:18:41 2013
Return-Path: <gcc-bugs-return-423255-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 23367 invoked by alias); 28 May 2013 10:18:41 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 23311 invoked by uid 48); 28 May 2013 10:18:36 -0000
From: "ro at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/57413] FAIL: gcc.dg/debug/dwarf2/discriminator.c scan-assembler on x86_64-apple-darwin10, Solaris/x86
Date: Tue, 28 May 2013 10:18:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: testsuite
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ro at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cf_gcctarget bug_status cf_reconfirmed_on cc cf_gcchost target_milestone short_desc everconfirmed cf_gccbuild
Message-ID: <bug-57413-4-SKnFk5fJOY@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57413-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57413-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-05/txt/msg01928.txt.bz2
Content-length: 1383

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW413

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin10       |x86_64-apple-darwin10,
                   |                            |i386-pc-solaris2.*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-05-28
                 CC|                            |ro at gcc dot gnu.org
               Host|x86_64-apple-darwin10       |x86_64-apple-darwin10,
                   |                            |i386-pc-solaris2.*
   Target Milestone|---                         |4.9.0
            Summary|FAIL:                       |FAIL:
                   |gcc.dg/debug/dwarf2/discrim |gcc.dg/debug/dwarf2/discrim
                   |inator.c scan-assembler on  |inator.c scan-assembler on
                   |x86_64-apple-darwin10       |x86_64-apple-darwin10,
                   |                            |Solaris/x86
     Ever confirmed|0                           |1
              Build|x86_64-apple-darwin10       |x86_64-apple-darwin10,
                   |                            |i386-pc-solaris2.*

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Same failure on Solaris/x86 with Sun as.


  parent reply	other threads:[~2013-05-28 10:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-26 18:13 [Bug libstdc++/57421] New: " juergen.reuter at desy dot de
2013-05-26 18:14 ` [Bug libstdc++/57421] " juergen.reuter at desy dot de
2013-05-28 10:10 ` redi at gcc dot gnu.org [this message]
2013-05-28 10:59 ` juergen.reuter at desy dot de
2013-05-28 12:15 ` redi at gcc dot gnu.org
2013-05-28 12:48 ` juergen.reuter at desy dot de
2013-05-28 12:49 ` redi at gcc dot gnu.org
2013-05-28 13:59 ` juergen.reuter at desy dot de
2013-05-28 14:19 ` juergen.reuter at desy dot de
2013-05-31 21:52 ` juergen.reuter at desy dot de
2013-06-11  6:21 ` juergen.reuter at desy dot de
2014-01-23 11:43 ` redi at gcc dot gnu.org

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=bug-57421-4-cZHS4uGjsQ@http.gcc.gnu.org/bugzilla/ \
    --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).