http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49046
--- Comment #1 from Steve Richards 2011-05-18
17:40:54 UTC ---
I simplified this down to the following code that segment faults:
--- begin foo.c ---
int main(const int argc, const char* argv[])
{
asm ("adr r2, #0x10002101");
return 0;
}
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49046
Summary: code fragment with inline assembly seg faults gcc
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unas