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]: Missing spec for new procedure Apply_Alignment_Check


 --- Andreas Jaeger <aj@suse.de> wrote: > Danny Smith
<danny_r_smith_2001@yahoo.co.nz> writes:
> 
> > This change causes build failure on mingw32:
> >
> >
> > Log message:
> > ===snip===
> > 	* checks.adb (Apply_Alignment_Check): New procedure.
> >
> >
> > The spec (and documntation) for the new procedure is missing in
> checks.ads.
> 
> I guess, I see the same bug:
> 
> gnatgcc -c -g    -W -Wall -gnatpg -gnata -I- -I. -I/cvs/gcc/gcc/ada
> /cvs/gcc/gcc/ada/checks.adb
> checks.adb:285:04: (style): subprogram body has no previous spec
> make[3]: *** [checks.o] Error 1
> 
> Geert, please remember to test the final version that you commit!
> 


Please also check 
2001-12-11  Ed Schonberg <schonber@gnat.com>

	* freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
	sem_attr.

and 

2001-12-11  Robert Dewar <dewar@gnat.com>

	* exp_util.adb (Must_Be_Aligned): Removed, replaced by 
	Exp_Pakd.Known_Aligned_Enough


for similar problems

and 

2001-12-11  Vincent Celier <celier@gnat.com>
	* g-diopit.adb: Initial version.
	* g-diopit.ads: Initial version.

for this problem:
../../xgcc -B../../ -c -g -O2   -W -Wall -gnatpg -I.
-I/develop/gcc/gcc/gcc/ada
g-diopit.adb
g-diopit.adb:166:60: "Dir_Seps" is undefined (more references follow)

Thanks

http://shopping.yahoo.com.au - Yahoo! Shopping
- Free CDs for thousands of Priority Shoppers!


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