diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-04-12 09:28:35 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-04-12 09:28:35 +0200 |
commit | 8e8225e69d1173cf0095a59ccf9bad219d016cdd (patch) | |
tree | f7af5b463b314e35498410d956c116c93deeeae3 /gcc/config/s390/predicates.md | |
parent | c758576accc3eef33c31766352453b0ad1953569 (diff) | |
download | gcc-8e8225e69d1173cf0095a59ccf9bad219d016cdd.tar.gz |
re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871)
PR c/89946
* varasm.c (assemble_start_function): Don't use tree_fits_uhwi_p
and gcc_unreachable if it fails, just call tree_to_uhwi which
verifies that too. Test TREE_CHAIN instead of list_length > 1.
Start warning message with a lower-case letter. Formatting fixes.
c-family/
* c-attribs.c (handle_patchable_function_entry_attribute): Add
function comment. Warn if arguments of the attribute are not positive
integer constants.
testsuite/
* c-c++-common/pr89946.c: New test.
From-SVN: r270305
Diffstat (limited to 'gcc/config/s390/predicates.md')
0 files changed, 0 insertions, 0 deletions