Skip to content

Non-extended inline assembly statements should have asmstrings interpreted #1296

@llvmbot

Description

@llvmbot
Bugzilla Link 924
Resolution FIXED
Resolved on Feb 22, 2010 12:49
Version 1.7
OS All
Blocks #1234
Reporter LLVM Bugzilla Contributor

Extended Description

This is a reduction from the linux kernel (gcc is happy with it, llvm-gcc isn't):

void bar() {
asm volatile ("xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs");
}

Metadata

Metadata

Assignees

Labels

bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadllvm-toolsAll llvm tools that do not have corresponding tag

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions