GNU bug report logs - #9077
coreutils-8.12: fiemap.h uses "struct fiemap_extent fm_extents[0];"

Previous Next

Package: coreutils;

Reported by: "Joachim Schmitz" <jojo <at> schmitz-digital.de>

Date: Thu, 14 Jul 2011 07:05:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Joachim Schmitz" <jojo <at> schmitz-digital.de>
To: <bug-coreutils <at> gnu.org>
Subject: coreutils-8.12: fiemap.h uses "struct fiemap_extent fm_extents[0];"
Date: Thu, 14 Jul 2011 09:03:56 +0200
[Message part 1 (text/plain, inline)]
Hi folks

 

fiemap.h uses 

 

struct fiemap_extent fm_extents[0];

 

My compiler (HP NonStop) disallows that. The following would be allowed
though:

 

struct fiemap_extent fm_extents[];

 

Bye, Jojo

[Message part 2 (text/html, inline)]

This bug report was last modified 14 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.