This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/65639] -nostdlib/-nodefaultlibs should not affect ASan runtime


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65639

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
IMNSHO the GCC behavior is desirable.  If you use these flags, you should take
care of linking all the needed runtimes, making a weird exception just for one
runtime is IMHO very much undesirable.
-nostdlib isn't just about libc, but about libgcc, libstdc++ etc., you name it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]