public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "geir at cray dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/36368] Fixincludes corrupts sysmacros.h
Date: Mon, 15 Jun 2009 20:48:00 -0000	[thread overview]
Message-ID: <20090615204748.13688.qmail@sourceware.org> (raw)
In-Reply-To: <bug-36368-5469@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from geir at cray dot com  2009-06-15 20:47 -------
For another point of reference, I see this problem in our GCC 4.3.1 build; but
the problem did not occur in our gcc 4.3.0 and 4.3.2 versions.  I assume this
was an error on our part.

$ diff
/opt/gcc/4.3.1/snos/lib/gcc/x86_64-suse-linux/4.3.1/include-fixed/sys/sysmacros.h
/opt/gcc/4.3.0/snos/lib/gcc/x86_64-suse-linux/4.3.0/include-fixed/sys/sysmacros.h
11c11
<    Copyright (C) 1996, 1997, 1999, 2003 Free Software Foundation, Inc.
---
>    Copyright (C) 1996, 1997, 1999, 2003, 2004 Free Software Foundation, Inc.
51c51
< gnu_dev_major (unsigned long long int __dev) __THROW
---
> __NTH (gnu_dev_major (unsigned long long int __dev))
57c57
< gnu_dev_minor (unsigned long long int __dev) __THROW
---
> __NTH (gnu_dev_minor (unsigned long long int __dev))
63c63
< gnu_dev_makedev (unsigned int __major, unsigned int __minor) __THROW
---
> __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor))
$ diff
/opt/gcc/4.3.1/snos/lib/gcc/x86_64-suse-linux/4.3.1/include-fixed/sys/sysmacros.h
/opt/gcc/4.3.2/snos/lib/gcc/x86_64-suse-linux/4.3.2/include-fixed/sys/sysmacros.h
11c11
<    Copyright (C) 1996, 1997, 1999, 2003 Free Software Foundation, Inc.
---
>    Copyright (C) 1996, 1997, 1999, 2003, 2004 Free Software Foundation, Inc.
51c51
< gnu_dev_major (unsigned long long int __dev) __THROW
---
> __NTH (gnu_dev_major (unsigned long long int __dev))
57c57
< gnu_dev_minor (unsigned long long int __dev) __THROW
---
> __NTH (gnu_dev_minor (unsigned long long int __dev))
63c63
< gnu_dev_makedev (unsigned int __major, unsigned int __minor) __THROW
---
> __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor))
$ diff
/opt/gcc/4.3.0/snos/lib/gcc/x86_64-suse-linux/4.3.0/include-fixed/sys/sysmacros.h
/opt/gcc/4.3.2/snos/lib/gcc/x86_64-suse-linux/4.3.2/include-fixed/sys/sysmacros.h
$


-- 

geir at cray dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geir at cray dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36368


  parent reply	other threads:[~2009-06-15 20:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 11:56 [Bug other/36368] New: " joerg dot richter at pdv-fs dot de
2008-05-29 12:04 ` [Bug other/36368] " rguenth at gcc dot gnu dot org
2008-05-29 12:22 ` joerg dot richter at pdv-fs dot de
2009-06-15 20:48 ` geir at cray dot com [this message]
     [not found] <bug-36368-4@http.gcc.gnu.org/bugzilla/>
2014-01-15  8:37 ` joerg.richter@pdv-fs.de

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090615204748.13688.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).