public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/38166]  New: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
@ 2008-11-17  1:02 howarth at nitro dot med dot uc dot edu
  2008-11-17  1:03 ` [Bug testsuite/38166] " howarth at nitro dot med dot uc dot edu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  1:02 UTC (permalink / raw)
  To: gcc-bugs

The g++.dg/ext/visibility/class1.C test case fails at -m64 on
i686-apple-darwin9 as follows...

Executing on host:
/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/testsuite/g++/../../
/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/gcc/testsuite/g++.dg/ext/visibility/class1.C
 -nostdinc++
-I/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/i686-apple-darwin10/x86_64/libstdc++-v3/include/i686-apple-darwin10
-I/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/i686-apple-darwin10/x86_64/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/libstdc++-v3/testsuite/util
-fmessage-length=0  -fpic  -S  -m64 -o class1.s    (timeout = 300)
PASS: g++.dg/ext/visibility/class1.C (test for excess errors)
FAIL: g++.dg/ext/visibility/class1.C scan-assembler
InitEv@PLT|indirect_symbol.*InitEv


-- 
           Summary: g++.dg/ext/visibility/class1.C fails at -m64 on i686-
                    apple-darwin9
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug testsuite/38166] g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
  2008-11-17  1:02 [Bug testsuite/38166] New: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
@ 2008-11-17  1:03 ` howarth at nitro dot med dot uc dot edu
  2009-02-18 22:19 ` janis at gcc dot gnu dot org
  2009-02-19  2:31 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  1:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-11-17 01:02 -------
Created an attachment (id=16706)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16706&action=view)
assembly file for g++.dg/ext/visibility/class1.C at -m64 on i686-apple-darwin9
with -fomit-frame-pointer


-- 


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


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

* [Bug testsuite/38166] g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
  2008-11-17  1:02 [Bug testsuite/38166] New: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  1:03 ` [Bug testsuite/38166] " howarth at nitro dot med dot uc dot edu
@ 2009-02-18 22:19 ` janis at gcc dot gnu dot org
  2009-02-19  2:31 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-02-18 22:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2009-02-18 22:19 -------
Subject: Bug 38166

Author: janis
Date: Wed Feb 18 22:19:26 2009
New Revision: 144274

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144274
Log:
2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>

        PR testsuite/38166
        * g++.dg/ext/visibility/class1.C: Revert revision 122348
        and skip on Darwin.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ext/visibility/class1.C


-- 


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


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

* [Bug testsuite/38166] g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
  2008-11-17  1:02 [Bug testsuite/38166] New: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  1:03 ` [Bug testsuite/38166] " howarth at nitro dot med dot uc dot edu
  2009-02-18 22:19 ` janis at gcc dot gnu dot org
@ 2009-02-19  2:31 ` howarth at nitro dot med dot uc dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-02-19  2:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from howarth at nitro dot med dot uc dot edu  2009-02-19 02:31 -------
Fixed on current gcc trunk.


-- 

howarth at nitro dot med dot uc dot edu changed:

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


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


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

end of thread, other threads:[~2009-02-19  2:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-17  1:02 [Bug testsuite/38166] New: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
2008-11-17  1:03 ` [Bug testsuite/38166] " howarth at nitro dot med dot uc dot edu
2009-02-18 22:19 ` janis at gcc dot gnu dot org
2009-02-19  2:31 ` howarth at nitro dot med dot uc dot edu

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).