[LLVMbugs] [Bug 3360] New: g++.dg/abi/local1.C fails
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jan 20 05:07:26 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3360
Summary: g++.dg/abi/local1.C fails
Product: tools
Version: 2.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jay.foad at antixlabs.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2418)
--> (http://llvm.org/bugs/attachment.cgi?id=2418)
sources
The GCC 4.2.1 testsuite test g++.dg/abi/local1.C fails:
$ ~/llvm/llvm-gcc4.2-2.4-x86-linux-RHEL4/bin/llvm-g++ -o local1 local1.C
local1-a.cc
$ ./local1 ; echo $?
1
It seems to be checking that identically named local classes in different
translation units get distinct typeids.
I've attached the sources for this test.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list