https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78159
Bug ID: 78159
Summary: a-teioed.adb:2724:4: error: alignment of array
elements is greater than element size
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
/home/dave/gnu/gcc/objdir/./gcc/xgcc -B/home/dave/gnu/gcc/objdir/./gcc/
-B/home/
dave/opt/gnu/gcc/gcc-7/hppa-linux-gnu/bin/
-B/home/dave/opt/gnu/gcc/gcc-7/hppa-l
inux-gnu/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-7/hppa-linux-gnu/include
-isys
tem /home/dave/opt/gnu/gcc/gcc-7/hppa-linux-gnu/sys-include -c -g -O2 -fPIC
-W -Wall -gnatpg -nostdinc a-tienio.adb -o a-tienio.o
checking for alarm... a-teioed.adb: In function
‘Ada.Text_Io.Editing.To_Picture’
:
a-teioed.adb:2724:4: error: alignment of array elements is greater than element
size
a-teioed.adb: In function ‘Ada.Text_Io.Editing.Valid’:
a-teioed.adb:2751:4: error: alignment of array elements is greater than element
size
../gcc-interface/Makefile:295: recipe for target 'a-teioed.o' failed
make[7]: *** [a-teioed.o] Error 1
dave@mx3210:~/gnu/gcc/objdir/gcc$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa-linux-gnu
Configured with: ../gcc/configure --with-gnu-as --with-gnu-ld --enable-shared
--enable-multiarch --enable-linker-build-id --build=hppa-linux-gnu
--host=hppa-linux-gnu --target=hppa-linux-gnu
--prefix=/home/dave/opt/gnu/gcc/gcc-7 --with-local-prefix=/home/dave/opt/gnu
--enable-threads=posix --enable-__cxa_atexit --build=hppa-linux-gnu
--enable-clocale=gnu --enable-checking=release
--enable-languages=c,c++,objc,fortran,obj-c++,ada,lto,go : (reconfigured)
../gcc/configure --with-gnu-as --with-gnu-ld --enable-shared --enable-multiarch
--enable-linker-build-id --build=hppa-linux-gnu --host=hppa-linux-gnu
--target=hppa-linux-gnu --prefix=/home/dave/opt/gnu/gcc/gcc-7
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix
--enable-__cxa_atexit --build=hppa-linux-gnu --enable-clocale=gnu
--enable-checking=release
--enable-languages=c,c++,objc,fortran,obj-c++,ada,lto,go
Thread model: posix
gcc version 7.0.0 20161029 (experimental) [trunk revision 241674] (GCC)
r241609 was okay.