Bug 421218 - Support for asm with C Expression Operands (GCC) lost again (regression?)
Summary: Support for asm with C Expression Operands (GCC) lost again (regression?)
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 8.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 04:41 EST by Marco Trudel CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Trudel CLA 2013-11-07 04:41:03 EST
Bug 76305 reported that asm with C expression operands is not supported. According to the bug report support has been added in April 2008. But it seems that this support was lost again since then:

org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.asmExpression(...)
just parses the whole expression into a string (and looses required parentheses in the process (bug 416444)).