[Bug other/96628] Feature request: __attribute__((no_builtin("Foo")))

2020-08-16 Thread rafael_andreas at hotmail dot com
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

[Bug other/96628] Feature request: __attribute__((no_builtin("Foo")))

2020-08-16 Thread rafael_andreas at hotmail dot com
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?

[Bug debug/96635] New: Feature request: PDB support

2020-08-16 Thread rafael_andreas at hotmail dot com
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

[Bug other/96628] Feature request: __attribute__((no_builtin("Foo")))

2020-08-15 Thread rafael_andreas at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96628 Rafaël Kooi changed: What|Removed |Added CC||rafael_andreas at hotmail dot com

[Bug other/96628] New: Feature request: __attribute__((no_builtin(Foo)))

2020-08-15 Thread rafael_andreas at hotmail dot com
Component: other Assignee: unassigned at gcc dot gnu.org Reporter: rafael_andreas at hotmail dot com Target Milestone: ---