9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] zero length arrays in gcc
@ 2009-09-22 18:49 Fernan Bolando
  2009-09-22 19:19 ` Bakul Shah
  0 siblings, 1 reply; 5+ messages in thread
From: Fernan Bolando @ 2009-09-22 18:49 UTC (permalink / raw)
  To: 9fans

Hi all

nhc98 uses a few of

static unsigned startLabel[]={};

which is a zero length array. It appears that it uses this as
reference to calculate the correct pointer for a bytecode.

pcc does not allow this since zero lenth array is another gcc
extension. I tried declaring it as

static unsigned startLabel[];

The resulting bytecode can then be compiled however it will only
crash. I traced it a pointer that tries to read an unallocated section
in memory.

Is it possible emulate zero pointer in pcc??

--
http://www.fernski.com



^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <<1d5d51400909221149u32faccd7ue23a538afa523a23@mail.gmail.com>]

end of thread, other threads:[~2009-09-27 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 18:49 [9fans] zero length arrays in gcc Fernan Bolando
2009-09-22 19:19 ` Bakul Shah
2009-09-25  8:14   ` Fernan Bolando
2009-09-27 17:01     ` Russ Cox
     [not found] <<1d5d51400909221149u32faccd7ue23a538afa523a23@mail.gmail.com>
2009-09-22 18:58 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).