[PATCH, rs6000] Fix PR target/80246, DFP builtins using the wrong types

Segher Boessenkool segher@kernel.crashing.org
Thu Mar 30 17:45:00 GMT 2017


> >> +/* { dg-final { scan-assembler-not "drintn\\." } } */
> >> +/* { dg-final { scan-assembler-not "drintnq\\." } } */
> >> +/* { dg-final { scan-assembler-not "dctfix" } } */
> >> +/* { dg-final { scan-assembler-not "dctfixq" } } */
> > 
> > If there is no "dctfix" there surely is no "dctfixq" either (i.e., your
> > regexen aren't very tight).
> 
> Ahh, true.  I suppose I could also just look for "drintn" too,
> since that would catch both drintn. and drintnq., ok with that
> change?

Please add a comment what instructions each regex is supposed to match, then?
Okay with such a change.


Segher



More information about the Gcc-patches mailing list