This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: patch to solve PR37435


On Tue, Sep 9, 2008 at 4:48 PM, Jeff Law <law@redhat.com> wrote:
> I'm assuming the _Decimal32 type is part of the gnu99 standard?!?  If so,
> then your patch is fine.  Otherwise you'll obviously need to define the
> _Decimal32 type.

I don't see any reason why -std=gnu99 is required here.  But
_Decimal32 is part of the DFP standard which is included in -std=gnu99
if the target supports DFP.  Since this is inside the dfp testsuite,
there is no reason for the extra checks for dfp.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]