https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79646
Bug ID: 79646
Summary: Typos in vax.opt
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
> md
> Target RejectNegative InverseMask(G_FLOAT)
> Target DFLOAT double precision code.
>
> md-float
> Target RejectNegative InverseMask(G_FLOAT)
> Target DFLOAT double precision code.
>
> mg
> Target RejectNegative Mask(G_FLOAT)
> Generate GFLOAT double precision code.
>
> mg-float
> Target RejectNegative Mask(G_FLOAT)
> Generate GFLOAT double precision code.
The word "Target" in the description lines for the first two entries should
probably be "Generate", as it already is in the second two entries.