https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96628
--- Comment #5 from Rafaël Kooi ---
This is not a duplicate, as this first and foremost is a feature request.
memset and other functions like this are not the only candidates where this
attribute is useful.
The attribute moves complexity out of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96628
--- Comment #3 from Rafaël Kooi ---
(In reply to Andreas Schwab from comment #2)
> There is -fno-builtin-memset.
That still inserts a call to memset: https://godbolt.org/z/ovvq1T
Perhaps this feature is broken?
Assignee: unassigned at gcc dot gnu.org
Reporter: rafael_andreas at hotmail dot com
Target Milestone: ---
A few years ago Microsoft has made parts of their PDB implementation public
(https://github.com/microsoft/microsoft-pdb), and PDB support is pretty much
complete in LLVM.
I think this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96628
Rafaël Kooi changed:
What|Removed |Added
CC||rafael_andreas at hotmail dot
com
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: rafael_andreas at hotmail dot com
Target Milestone: ---