public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/25223]  New: FAIL: g++.old-deja/g++.abi/vtable2.C
@ 2005-12-02 14:36 danglin at gcc dot gnu dot org
  2005-12-18  0:20 ` [Bug testsuite/25223] " danglin at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-02 14:36 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /xxx/gnu/gcc-3.3/objdir/gcc/testsuite/../g++
-B/xxx/gnu/gcc-3
.3/objdir/gcc/testsuite/../
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.
abi/vtable2.C  -nostdinc++
-I/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.20/libstd
c++-v3/include/hppa1.1-hp-hpux10.20
-I/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux10.
20/libstdc++-v3/include -I/xxx/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++
-I/xxx/gnu
/gcc-3.3/gcc/libstdc++-v3/include/backward
-I/xxx/gnu/gcc-3.3/gcc/libstdc++-v3/t
estsuite -fmessage-length=0  -fno-strict-aliasing   
-L/xxx/gnu/gcc-3.3/objdir/h
ppa1.1-hp-hpux10.20/./libstdc++-v3/src/.libs 
-L/xxx/gnu/gcc-3.3/objdir/hppa1.1-
hp-hpux10.20/./libstdc++-v3/src/.libs
-L/xxx/gnu/gcc-3.3/objdir/hppa1.1-hp-hpux1
0.20/./libiberty  -lm   -o ./vtable2.exe    (timeout = 600)
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C:130: warning:
weak declaration of 'void S3_s3()' not supported
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C:131: warning:
weak declaration of 'void S4_s1()' not supported
output is:
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C:130: warning:
weak declaration of 'void S3_s3()' not supported
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C:131: warning:
weak declaration of 'void S4_s1()' not supported

FAIL: g++.old-deja/g++.abi/vtable2.C (test for excess errors)


-- 
           Summary: FAIL: g++.old-deja/g++.abi/vtable2.C
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa1.1-hp-hpux10.20
  GCC host triplet: hppa1.1-hp-hpux10.20
GCC target triplet: hppa1.1-hp-hpux10.20


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


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

* [Bug testsuite/25223] FAIL: g++.old-deja/g++.abi/vtable2.C
  2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
@ 2005-12-18  0:20 ` danglin at gcc dot gnu dot org
  2007-01-14  0:50 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-18  0:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2005-12-18 00:20 -------
I see in the test:

// These are tricks to allow us to get raw function pointers for
// member functions.
extern "C" {
  /* We can use weakref here without dg-require-weak, because we know
     the symbols are defined, so we don't actually issue the .weak
     directives.  */
  static void S3_s3 () __attribute__((__weakref__ ("_ZN2S32s3Ev")));
  static void S4_s1 () __attribute__((__weakref__ ("_ZN2S42s1Ev")));
}

So, this is another weakref issue.


-- 


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


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

* [Bug testsuite/25223] FAIL: g++.old-deja/g++.abi/vtable2.C
  2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
  2005-12-18  0:20 ` [Bug testsuite/25223] " danglin at gcc dot gnu dot org
@ 2007-01-14  0:50 ` danglin at gcc dot gnu dot org
  2008-02-10  0:32 ` [Bug c++/25223] [4.1 only] " danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-01-14  0:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2007-01-14 00:50 -------
Also present in 4.1.2 20070111 (prerelease).


-- 


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


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

* [Bug c++/25223] [4.1 only] FAIL: g++.old-deja/g++.abi/vtable2.C
  2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
  2005-12-18  0:20 ` [Bug testsuite/25223] " danglin at gcc dot gnu dot org
  2007-01-14  0:50 ` danglin at gcc dot gnu dot org
@ 2008-02-10  0:32 ` danglin at gcc dot gnu dot org
  2008-03-27 22:03 ` [Bug c++/25223] [4.1 Regression] " rguenth at gcc dot gnu dot org
  2008-07-04 15:11 ` jsm28 at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-02-10  0:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2008-02-10 00:32 -------
This was fixed in released 4.2.0.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|testsuite                   |c++
            Summary|FAIL: g++.old-              |[4.1 only] FAIL: g++.old-
                   |deja/g++.abi/vtable2.C      |deja/g++.abi/vtable2.C


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


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

* [Bug c++/25223] [4.1 Regression] FAIL: g++.old-deja/g++.abi/vtable2.C
  2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-10  0:32 ` [Bug c++/25223] [4.1 only] " danglin at gcc dot gnu dot org
@ 2008-03-27 22:03 ` rguenth at gcc dot gnu dot org
  2008-07-04 15:11 ` jsm28 at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-27 22:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.2
      Known to work|                            |4.2.0
            Summary|[4.1 only] FAIL: g++.old-   |[4.1 Regression] FAIL:
                   |deja/g++.abi/vtable2.C      |g++.old-
                   |                            |deja/g++.abi/vtable2.C
   Target Milestone|---                         |4.1.3


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


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

* [Bug c++/25223] [4.1 Regression] FAIL: g++.old-deja/g++.abi/vtable2.C
  2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-03-27 22:03 ` [Bug c++/25223] [4.1 Regression] " rguenth at gcc dot gnu dot org
@ 2008-07-04 15:11 ` jsm28 at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 15:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2008-07-04 15:11 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|4.1.2                       |4.1.2 4.1.3
         Resolution|                            |FIXED
   Target Milestone|4.1.3                       |4.2.0


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


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

end of thread, other threads:[~2008-07-04 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-02 14:36 [Bug testsuite/25223] New: FAIL: g++.old-deja/g++.abi/vtable2.C danglin at gcc dot gnu dot org
2005-12-18  0:20 ` [Bug testsuite/25223] " danglin at gcc dot gnu dot org
2007-01-14  0:50 ` danglin at gcc dot gnu dot org
2008-02-10  0:32 ` [Bug c++/25223] [4.1 only] " danglin at gcc dot gnu dot org
2008-03-27 22:03 ` [Bug c++/25223] [4.1 Regression] " rguenth at gcc dot gnu dot org
2008-07-04 15:11 ` jsm28 at gcc dot gnu dot 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).