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: Patch g++.dg/cdce3.C test for IA64 HP-UX


By the way, would it be better to define GNU_EXTENSION (instead of NO_GNU_EXTENSION) as suggested by Gerald?

David


Steve Ellcey wrote:
On Mon, 2008-09-22 at 09:35 -0700, Xinliang David Li wrote:
Steve, thanks for taking care of this.

Do you need to enumerate all combinations of pow10 and large_long_double? i.e., Change the first require !pow10 into two requires:

!pow10 && large_long_double
!pow10 && !large_long_double

Thanks,

David

Yea, we probably need a


!pow10 && large_long_double to set NO_GNU_EXTENSION

and

!pow10 && !large_long_double to set NO_GNU_EXTENSIONS and NO_LONG_DOUBLE

We don't seem to have that now (which is why I didn't do it) but we
should probably fix it right.

Steve Ellcey
sje@cup.hp.com



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