From patchwork Mon Oct 29 16:12:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Ada] Ignore Optimize_Alignment (Space) for packed variable length record From: Arnaud Charlet X-Patchwork-Id: 195067 Message-Id: <20121029161254.GA12655@adacore.com> To: Diego Novillo Cc: Richard Biener , gcc-patches@gcc.gnu.org Date: Mon, 29 Oct 2012 17:12:54 +0100 > > We chatted about this on IRC, and Richi is seeing the same problem on > > his builds. > > Very strange. I'm looking at it. OK, this comes from code duplicated between gcc-interface/Makefile.in and Make-generated.in, pretty messy. Testing the patch below, will commit if success. 2012-10-29 Arnaud Charlet * gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons. Arno --- --- gcc-interface/Makefile.in (revision 192944) +++ gcc-interface/Makefile.in (working copy) @@ -2610,7 +2610,7 @@ $(RTSDIR)/s-oscons.ads: ../stamp-gnatlib (cd $(RTSDIR) ; \ $(OSCONS_CPP) ; \ $(OSCONS_EXTRACT) ; \ - ../bldtools/oscons/xoscons) + ../bldtools/oscons/xoscons s-oscons) # Don't use semicolon separated shell commands that involve list expansions. # The semicolon triggers a call to DCL on VMS and DCL can't handle command