public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C
@ 2011-11-16 16:27 aldyh at gcc dot gnu.org
  2011-11-16 16:29 ` [Bug other/51173] " aldyh at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: aldyh at gcc dot gnu.org @ 2011-11-16 16:27 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51173
           Summary: XFAIL: libitm.c++/static_ctor.C
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: aldyh@gcc.gnu.org


This runtime test broke after the trunk->transactional-memory-branch merge on
2011-09-14.  The failure has been XFAILed, but should eventually be fixed.


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

* [Bug other/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
@ 2011-11-16 16:29 ` aldyh at gcc dot gnu.org
  2012-01-09 10:05 ` torvald at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aldyh at gcc dot gnu.org @ 2011-11-16 16:29 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-11-16
                 CC|                            |aldyh at gcc dot gnu.org,
                   |                            |torvald at gcc dot gnu.org
     Ever Confirmed|0                           |1


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

* [Bug other/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
  2011-11-16 16:29 ` [Bug other/51173] " aldyh at gcc dot gnu.org
@ 2012-01-09 10:05 ` torvald at gcc dot gnu.org
  2012-01-11 11:19 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: torvald at gcc dot gnu.org @ 2012-01-09 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

torvald at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug other/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
  2011-11-16 16:29 ` [Bug other/51173] " aldyh at gcc dot gnu.org
  2012-01-09 10:05 ` torvald at gcc dot gnu.org
@ 2012-01-11 11:19 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-01-17 16:02 ` [Bug libitm/51173] " ro at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-01-11 11:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-01-11 11:18:16 UTC ---
I think that test should be skipped instead of xfailed to avoid the
noise from

WARNING: libitm.c++/static_ctor.C compilation failed to produce executable

    Rainer


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

* [Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-01-11 11:19 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-01-17 16:02 ` ro at gcc dot gnu.org
  2013-03-22 14:43 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ro at gcc dot gnu.org @ 2012-01-17 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2012-01-17 15:42:51 UTC ---
Author: ro
Date: Tue Jan 17 15:42:47 2012
New Revision: 183253

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183253
Log:
Skip static_ctor.C test (PR libitm/51173)

    PR libitm/51173
    * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove
    include, exclude options.

Modified:
    trunk/libitm/ChangeLog
    trunk/libitm/testsuite/libitm.c++/static_ctor.C


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

* [Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-01-17 16:02 ` [Bug libitm/51173] " ro at gcc dot gnu.org
@ 2013-03-22 14:43 ` jakub at gcc dot gnu.org
  2013-05-31 10:58 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-22 14:43 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.0                       |4.8.1

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-22 14:43:08 UTC ---
GCC 4.8.0 is being released, adjusting target milestone.


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

* [Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-03-22 14:43 ` jakub at gcc dot gnu.org
@ 2013-05-31 10:58 ` jakub at gcc dot gnu.org
  2013-10-16  9:50 ` jakub at gcc dot gnu.org
  2015-06-22 14:26 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-05-31 10:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.1                       |4.8.2

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.1 has been released.


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

* [Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2013-05-31 10:58 ` jakub at gcc dot gnu.org
@ 2013-10-16  9:50 ` jakub at gcc dot gnu.org
  2015-06-22 14:26 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-10-16  9:50 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.2                       |4.8.3

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.2 has been released.


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

* [Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C
  2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2013-10-16  9:50 ` jakub at gcc dot gnu.org
@ 2015-06-22 14:26 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-22 14:26 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.3                       |---


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

end of thread, other threads:[~2015-06-22 14:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16 16:27 [Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C aldyh at gcc dot gnu.org
2011-11-16 16:29 ` [Bug other/51173] " aldyh at gcc dot gnu.org
2012-01-09 10:05 ` torvald at gcc dot gnu.org
2012-01-11 11:19 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-01-17 16:02 ` [Bug libitm/51173] " ro at gcc dot gnu.org
2013-03-22 14:43 ` jakub at gcc dot gnu.org
2013-05-31 10:58 ` jakub at gcc dot gnu.org
2013-10-16  9:50 ` jakub at gcc dot gnu.org
2015-06-22 14:26 ` rguenth 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).