This is the mail archive of the gcc@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]

Re: Ada files now checked in


stage2 suceeded, stage3 running. Last thing before I go to bed, on the
Ada part of the front-end there are only three warnings generated,
they look valid and could be easily silenced:

stage1/xgcc -Bstage1/ -B/home/guerby/work/gcc/install/i686-pc-linux-gnu/bin/ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic   -gnatpg -gnata -I- -I. -I../../../gcc/gcc/ada ../../../gcc/gcc/ada/checks.adb
../../../gcc/gcc/ada/checks.adb: In function `checks__determine_range':
../../../gcc/gcc/ada/checks.adb:1882: warning: `hbound' might be used uninitialized in this function

stage1/xgcc -Bstage1/ -B/home/guerby/work/gcc/install/i686-pc-linux-gnu/bin/ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic   -gnatpg -gnata -I- -I. -I../../../gcc/gcc/ada ../../../gcc/gcc/ada/layout.adb
../../../gcc/gcc/ada/layout.adb: In function `layout__get_max_size':
../../../gcc/gcc/ada/layout.adb:594: warning: `snod' might be used uninitialized in this function
../../../gcc/gcc/ada/layout.adb: In function `layout__layout_array_type':
../../../gcc/gcc/ada/layout.adb:855: warning: `snod' might be used uninitialized in this function

See you tomorrow.

-- 
Laurent Guerby <guerby@acm.org>


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