Bug 38166 - g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
Summary: g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-17 01:00 UTC by Jack Howarth
Modified: 2009-02-19 02:31 UTC (History)
2 users (show)

See Also:
Host: i686-apple-darwin9
Target: i686-apple-darwin9
Build: i686-apple-darwin9
Known to work:
Known to fail:
Last reconfirmed:


Attachments
assembly file for g++.dg/ext/visibility/class1.C at -m64 on i686-apple-darwin9 with -fomit-frame-pointer (452 bytes, text/plain)
2008-11-17 01:02 UTC, Jack Howarth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Howarth 2008-11-17 01:00:58 UTC
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
Comment 1 Jack Howarth 2008-11-17 01:02:00 UTC
Created attachment 16706 [details]
assembly file for g++.dg/ext/visibility/class1.C at -m64 on i686-apple-darwin9 with -fomit-frame-pointer
Comment 2 Janis Johnson 2009-02-18 22:19:41 UTC
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

Comment 3 Jack Howarth 2009-02-19 02:31:49 UTC
Fixed on current gcc trunk.