diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-05-02 12:09:04 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-05-02 12:09:04 +0200 |
commit | dcbf228e4a1818f4733ffcadd323be5eaf5e520a (patch) | |
tree | d422bbd05dc620bb3e44950d18eba51cbad56e44 /gcc/fold-const.c | |
parent | 6607bdd99994c834f92fce924abdaea3405f62dc (diff) | |
download | gcc-dcbf228e4a1818f4733ffcadd323be5eaf5e520a.zip gcc-dcbf228e4a1818f4733ffcadd323be5eaf5e520a.tar.gz gcc-dcbf228e4a1818f4733ffcadd323be5eaf5e520a.tar.bz2 |
tilegx: Unbreak build
../../gcc/config/tilegx/tilegx.md:4109:1: ambiguous attribute 'n'; could be '1' (via 'I124MODE:n') or '4' (via 'I48MODE:n')
../../gcc/config/tilegx/tilegx.md:4109:1: ambiguous attribute 'n'; could be '1' (via 'I124MODE:n') or '' (via 'I48MODE:n')
../../gcc/config/tilegx/tilegx.md:4109:1: ambiguous attribute 'n'; could be '2' (via 'I124MODE:n') or '4' (via 'I48MODE:n')
../../gcc/config/tilegx/tilegx.md:4109:1: ambiguous attribute 'n'; could be '2' (via 'I124MODE:n') or '' (via 'I48MODE:n')
../../gcc/config/tilegx/tilegx.md:4109:1: ambiguous attribute 'n'; could be '4' (via 'I124MODE:n') or '' (via 'I48MODE:n')
The insn name already uses <I124MODE:n> explicitly, just the preparation
stmts don't, and as it creates a I124MODE lowpart subreg of a word mode
register, <I124MODE:n> seems obviously correct.
2020-05-02 Jakub Jelinek <jakub@redhat.com>
* config/tilegx/tilegx.md
(insn_stnt<I124MODE:n>_add<I48MODE:bitsuffix>): Use <I124MODE:n>
rather than just <n>.
Diffstat (limited to 'gcc/fold-const.c')
0 files changed, 0 insertions, 0 deletions