This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: questions about some branches


On Thu, 30 Apr 2009 17:38:22 +0200, Dmitry Malichenko wrote:
> 4) archer-jankratochvil-vla
>    Purpose: C variable length arrays / DW_FORM_block / Fortran dynamic arrays
>    Question: Could you please describe what 'C variable length arrays' mean?

For
	int test (int n)
	{
	  int a_int[n], i;
FSF GDB:
	(gdb) p a_int
	$1 = 0x7fffffffd3a0
Branch "archer-jankratochvil-vla"  GDB:
	(gdb) p a_int
	$1 = {10, 11, 12}


> There are also some general questions:
>  - Had somebody merged the branches mentioned above together?

Partially:

Branch "archer" has been maintained as the fresh merge of all until recently.

Branch "archer-jankratochvil-fedora-merge" is working but a bit older
(2 months?) snapshot, it is built with other patches for Fedora:
http://koji.fedoraproject.org/koji/packageinfo?packageID=295


>  - What is the difference between Master and Archer branch?

"master" = FSF GDB, just a GIT repository for:
           http://www.gnu.org/software/gdb/current/
"archer" = currently unmaintained merge.

>  - Is it supposed to merge Archer with GDB (main branch) in future?

Yes.


Regards,
Jan


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