Bug 41890 - Invalid g++.dg/lookup/extern-c-redecl[34].Cg++.dg
Summary: Invalid g++.dg/lookup/extern-c-redecl[34].Cg++.dg
Status: RESOLVED DUPLICATE of bug 41856
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-31 16:09 UTC by H.J. Lu
Modified: 2009-10-31 17:31 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2009-10-31 16:09:08 UTC
g++.dg/lookup/extern-c-redecl[34].C have

// { dg-final { scan-assembler-not "call\[\t \]+_Z4forkv" } }
// { dg-final { scan-assembler "call\[\t \]+fork" } }

But asm insns are target specific.
Comment 1 Dominique d'Humieres 2009-10-31 17:10:53 UTC
Isn't it a duplicate of pr41856?
Comment 2 H.J. Lu 2009-10-31 17:31:54 UTC

*** This bug has been marked as a duplicate of 41856 ***