]> git.ipfire.org Git - thirdparty/gcc.git/commit
nvptx: Use fatal_error when -march= is missing not an assert [PR111093]
authorTobias Burnus <tobias@codesourcery.com>
Wed, 18 Oct 2023 10:23:38 +0000 (12:23 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 18 Oct 2023 10:23:38 +0000 (12:23 +0200)
commitd3961765b506f75233e6ea144a80930629c3426b
tree0c10370ac87505c4d60ff86aebf3509d0c70400b
parenta4184c8a65a00eaf8a8d7f92fb8ad2f8621b39e2
nvptx: Use fatal_error when -march= is missing not an assert [PR111093]

gcc/ChangeLog:

PR target/111093
* config/nvptx/nvptx.cc (nvptx_option_override): Issue fatal error
instead of an assert ICE when no -march= has been specified.
gcc/config/nvptx/nvptx.cc