[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 --- Comment #4 from Andrew Pinski --- -nostdlib controls which libraries to link against, you can still link against a set of C library. While -ffreestanding controls if you are compiling freestanding C (which is part of the C standard).

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 jynelson at email dot sc.edu changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 --- Comment #1 from jynelson at email dot sc.edu --- See also the corrosponding Clang bug: https://bugs.llvm.org/show_bug.cgi?id=42099