[Bug target/83514] ABRT in arm_declare_function_name passing a null pointer to std::string

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 10 19:26:00 GMT 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is a very bad decision, even the cc1/cc1plus processes shouldn't ICE on
bad inputs.  It doesn't really matter what exact arch string it defaults on, it
may be something chosen during configure or just hardcoded default, but just
segfaulting is a really bad idea.


More information about the Gcc-bugs mailing list