JDK-8215296 do not disable c99 on Solaris (original) (raw)
Baesken, Matthias matthias.baesken at sap.com
Thu Dec 13 08:36:10 UTC 2018
- Previous message (by thread): RFR: JDK-8215296 do not disable c99 on Solaris
- Next message (by thread): RFR (XS) 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Magnus , thanks for working on this ! The patch looks good to me (not a Reviewer however).
I put your patch into our internal build/test patch queue , will come back in case I notice any issues .
Best regards, Matthias
Date: Wed, 12 Dec 2018 19:28:39 -0500 From: Kim Barrett <kim.barrett at oracle.com> To: David Holmes <david.holmes at oracle.com> Cc: build-dev <build-dev at openjdk.java.net> Subject: Re: RFR: JDK-8215296 do not disable c99 on Solaris Message-ID: <FBB70855-1C0C-4D0F-9F7C-048172A6E49B at oracle.com> Content-Type: text/plain; charset=us-ascii
> On Dec 12, 2018, at 5:17 PM, David Holmes <david.holmes at oracle.com> wrote: > > Hi Magnus, > > What did -Xa do? From the documentation for -Xa: The -X options cannot be used if the -std has been specified. The -X options specify varying degress of compliance to the 1990 and 1999 ISO C standard. ... -Xa ISO C plus K&R C compatibility extensions with semantic changes required by ISO C. Where K&R C and ISO C specify different semantics for the same construct, the compiler uses the ISO C interpretation. If the -Xa option is used in conjunction with the -xtransition option, the compiler issues warnings about the different semantics. The default mode for the compiler is -std=c11. > Do AWT folk need to check this. I find it hard to understand the connection between: > > -xc99=nolib > > and > > -DXPG6 > > ?? I was wondering the same thing about -DXPG6.
- Previous message (by thread): RFR: JDK-8215296 do not disable c99 on Solaris
- Next message (by thread): RFR (XS) 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]