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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Joachim Schmitz" <jojo <at> schmitz-digital.de>
Subject: bug#9077: closed (Re: bug#9077: coreutils-8.12: fiemap.h uses
 "struct fiemap_extent fm_extents[0]; ")
Date: Fri, 15 Jul 2011 05:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the coreutils package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 9077 <at> debbugs.gnu.org.

-- 
9077: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9077
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Pádraig Brady <P <at> draigBrady.com>
Cc: 9077-done <at> debbugs.gnu.org, Joachim Schmitz <jojo <at> schmitz-digital.de>
Subject: Re: bug#9077: coreutils-8.12: fiemap.h uses "struct fiemap_extent
	fm_extents[0]; "
Date: Thu, 14 Jul 2011 22:08:38 -0700
On 07/14/11 18:11, Pádraig Brady wrote:
> feel free to push that

OK, thanks, done.

[Message part 3 (message/rfc822, inline)]
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 4 (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 5 (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.