This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Regression on gdb.ada/null_array.exp [Re: [patch] DW_AT_byte_size for array type entries]


On Wed, 03 Nov 2010 04:22:50 -1000, Ken Werner wrote:
> Thanks. I've checked in the version below:
> http://sourceware.org/ml/gdb-cvs/2010-11/msg00014.html

This patch has a regression, for:
	gcc (GCC) 4.4.6 20101103 (prerelease)

The regression does not happen with:
	gcc (GCC) 4.6.0 20101103 (experimental)
	gcc (GCC) 4.5.2 20101103 (prerelease)

 (gdb) print my_table
-$1 = ()
-(gdb) PASS: gdb.ada/null_array.exp: print my_table
+$1 = (warning: unable to get bounds of array, assuming null array
+)
+(gdb) FAIL: gdb.ada/null_array.exp: print my_table


I cannot say more as I cannot read the GNAT debug info.


Regards,
Jan


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