public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "raj.khem at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug preprocessor/46988] New: gcc/cp/cfns.h is modified even when the object directory is out of tree
Date: Fri, 17 Dec 2010 03:39:00 -0000	[thread overview]
Message-ID: <bug-46988-4@http.gcc.gnu.org/bugzilla/> (raw)

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

           Summary: gcc/cp/cfns.h is modified even when the object
                    directory is out of tree
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: raj.khem@gmail.com
              Host: i686-pc-linux-gnu
            Target: i586-none-linux-gnu
             Build: i686-pc-linux-gnu


when building cross compiler for i586 it ends up modifying gcc/cp/cfns.h

Here is diff

diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h
index 62cdfab..72aaf77 100644
--- a/gcc/cp/cfns.h
+++ b/gcc/cp/cfns.h
@@ -1,5 +1,5 @@
 /* ANSI-C code produced by gperf version 3.0.3 */
-/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L ANSI-C
cfns.gperf  */
+/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L ANSI-C
/home/kraj/work/cross/i586-none-linux-gnu/../../gcc.git/gcc/cp/cfns.gperf  */

 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
       && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
@@ -28,7 +28,7 @@
 #error "gperf generated tables don't work with this execution character set.
Please report a bug to <bug-gnu-gperf@gnu.org>."
 #endif

-#line 1 "cfns.gperf"
+#line 1
"/home/kraj/work/cross/i586-none-linux-gnu/../../gcc.git/gcc/cp/cfns.gperf"

 /* Copyright (C) 2000, 2003 Free Software Foundation, Inc.



The compiler is configured as below

Using built-in specs.
COLLECT_GCC=i586-none-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/home/kraj/work/cross/i586-none-linux-gnu/tools/libexec/gcc/i586-none-linux-gnu/4.6.0/lto-wrapper
Target: i586-none-linux-gnu
Configured with:
/home/kraj/work/cross/i586-none-linux-gnu/../../gcc.git/configure
--target=i586-none-linux-gnu
--prefix=/home/kraj/work/cross/i586-none-linux-gnu/tools
--with-sysroot=/home/kraj/work/cross/i586-none-linux-gnu/sysroot
--enable-__cxa_atexit --disable-libssp --disable-libgomp --disable-libmudflap
--enable-languages=c,c++ --with-arch=i586
Thread model: posix
gcc version 4.6.0 20101212 (experimental) (GCC)


             reply	other threads:[~2010-12-17  3:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-17  3:39 raj.khem at gmail dot com [this message]
2010-12-17  6:48 ` [Bug bootstrap/46988] " pinskia at gcc dot gnu.org

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=bug-46988-4@http.gcc.gnu.org/bugzilla/ \
    --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).