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: [Ada] Ignore Optimize_Alignment (Space) for packed variable length record


On Mon, Oct 29, 2012 at 10:44 AM, Arnaud Charlet <charlet@adacore.com> wrote:
>> >> Well, this was a build from scratch.  Maybe there is a parallel make
>> >> bug in the new ada changes?  Some undeclared dependency?
>> >
>> > There is not in the recent changes. Maybe there's a latent bug, although I
>> > have never experienced it.
>> >
>> > At which revision are you?
>>
>> rev 192942.
>
> Can you confirm that gcc/ada/Make-generated.in contains the following
> line:
>
>         ./xoscons s-oscons ) ; \
>
> and NOT:
>
>         ./xoscons ) ; \
>

Yup, it does:

 94                 $(OSCONS_CPP) ; \
 95                 $(OSCONS_EXTRACT) ; \
 96                 ./xoscons s-oscons ) ; \
 97                 $(MOVE_IF_CHANGE)
$(ADA_GEN_SUBDIR)/bldtools/oscons/s-oscons.ads
$(ADA_GEN_SUBDIR)/s-oscons.ads ; \
 98                 $(MOVE_IF_CHANGE)
$(ADA_GEN_SUBDIR)/bldtools/oscons/s-oscons.h
$(ADA_GEN_SUBDIR)/s-oscons.h


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