Must use push insn to pass varargs arguments of DFmode because otherwise the middle-end generates wrong code.
Must use push insn to pass varargs arguments of DFmode because otherwise the middle-end generates wrong code. PR target/92055 * config/avr/avr.md (MPUSH) [DF, DC]: Add modes to mode iterator. From-SVN: r278805
This commit is contained in:
parent
d68f5edfaf
commit
09f8027ce5
@ -1,3 +1,11 @@
|
||||
2019-11-28 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
Must use push insn to pass varargs arguments of DFmode because
|
||||
otherwise the middle-end generates wrong code.
|
||||
|
||||
PR target/92055
|
||||
* config/avr/avr.md (MPUSH) [DF, DC]: Add modes to mode iterator.
|
||||
|
||||
2019-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/92691
|
||||
|
@ -399,7 +399,7 @@
|
||||
SI CSI SA USA SQ USQ
|
||||
DI CDI DA UDA DQ UDQ
|
||||
TA UTA
|
||||
SF SC
|
||||
SF DF SC DC
|
||||
PSI])
|
||||
|
||||
(define_expand "push<mode>1"
|
||||
|
Loading…
Reference in New Issue
Block a user