Severity: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: cube2killfield at gmail dot com
Target Milestone: ---
When using option -finstrument-functions, compiler-provided intrinsics cannot
be used. Intrinsics are not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61449
Dale Weiler changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: cube2killfield at gmail dot com
Essentially we have a tool which preprocesses C code and produces these inline
statement expressions with prototypes like ({ void foo(void); &foo; }) and then
later implements the func