public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43921]  New: Bootstrap comparison fails when using -march=atom
@ 2010-04-28  9:31 nisselarsson at home dot se
  2010-04-28 13:52 ` [Bug target/43921] " hjl dot tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: nisselarsson at home dot se @ 2010-04-28  9:31 UTC (permalink / raw)
  To: gcc-bugs

When I try to build gcc-4.5 with gcc-4.5 using -march=atom it fails when
comparing stage2 and 3: 

Comparing stages 2 and 3
warning: gcc/cc1plus-checksum.o differs
warning: gcc/cc1-checksum.o differs
Bootstrap comparison failure!
gcc/graphite-interchange.o differs
gcc/dwarf2out.o differs
gcc/tree-cfg.o differs
gcc/gcc.o differs
gcc/ipa-struct-reorg.o differs
gcc/tree-outof-ssa.o differs
gcc/reg-stack.o differs
gcc/cgraphbuild.o differs
gcc/profile.o differs
gcc/sched-rgn.o differs
gcc/cfgexpand.o differs
gcc/collect2.o differs
gcc/sched-ebb.o differs
gcc/tree-ssa-ccp.o differs
gcc/omega.o differs
gcc/tree-if-conv.o differs
gcc/tree-vect-slp.o differs
gcc/tree-ssa-reassoc.o differs
gcc/tree-ssa-structalias.o differs
gcc/fortran/trans-io.o differs
gcc/fortran/trans.o differs
gcc/fortran/arith.o differs
gcc/fortran/decl.o differs
gcc/tree-ssa-loop-ivopts.o differs
gcc/gimple-pretty-print.o differs
gcc/tree-switch-conversion.o differs
gcc/graph.o differs
gcc/cp/call.o differs
gcc/c-lex.o differs
gcc/opts.o differs
gcc/varasm.o differs
gcc/tree-vect-loop-manip.o differs
gcc/bt-load.o differs
gcc/diagnostic.o differs
gcc/tree-ssa-live.o differs
gcc/tree-ssa-dom.o differs
gcc/reload.o differs
gcc/tree-parloops.o differs
gcc/tree-pretty-print.o differs
gcc/params.o differs
gcc/builtins.o differs
gcc/lto-streamer-in.o differs
gcc/sched-deps.o differs
gcc/haifa-sched.o differs
gcc/cse.o differs
gcc/ipa-prop.o differs
gcc/c-pragma.o differs
gcc/tree-vrp.o differs
gcc/c-common.o differs
gcc/print-tree.o differs
gcc/tree-affine.o differs
gcc/graphite-clast-to-gimple.o differs
gcc/tree-eh.o differs
gcc/c-parser.o differs
gcc/tree-phinodes.o differs
gcc/tree-data-ref.o differs
gcc/lambda-code.o differs
gcc/build/gengtype-parse.o differs
gcc/ipa-type-escape.o differs
gcc/ipa-cp.o differs
gcc/tree-inline.o differs
libcpp/files.o differs
libcpp/traditional.o differs
libcpp/lex.o differs
libcpp/charset.o differs
libiberty/regex.o differs
libiberty/pic/regex.o differs
make[2]: *** [compare] Fel 1
make[2]: Leaving directory `/tmp/portage/sys-devel/gcc-4.5.0/work/build'
make[1]: *** [stage3-bubble] Fel 2
make[1]: Leaving directory `/tmp/portage/sys-devel/gcc-4.5.0/work/build'
make: *** [bootstrap-lean] Fel 2

Initially gcc-4.5 was built with gcc-4.4.3 using -march=core2 -mtune=generic.

This is my first GCC bug report so I'm not sure what else I need to provide.


-- 
           Summary: Bootstrap comparison fails when using -march=atom
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nisselarsson at home dot se


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
@ 2010-04-28 13:52 ` hjl dot tools at gmail dot com
  2010-04-28 18:24 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-28 13:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|hjl at gcc dot gnu dot org  |hjl dot tools at gmail dot
                   |                            |com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-04-28 13:52:07
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
  2010-04-28 13:52 ` [Bug target/43921] " hjl dot tools at gmail dot com
@ 2010-04-28 18:24 ` hjl dot tools at gmail dot com
  2010-04-29 12:51 ` hjl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-28 18:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-04-28 18:24 -------
A patch is posed at

http://gcc.gnu.org/ml/gcc-patches/2010-04/msg01755.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2010-
                   |                            |04/msg01755.html


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
  2010-04-28 13:52 ` [Bug target/43921] " hjl dot tools at gmail dot com
  2010-04-28 18:24 ` hjl dot tools at gmail dot com
@ 2010-04-29 12:51 ` hjl at gcc dot gnu dot org
  2010-04-29 15:22 ` nisselarsson at home dot se
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-04-29 12:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at gcc dot gnu dot org  2010-04-29 12:51 -------
Subject: Bug 43921

Author: hjl
Date: Thu Apr 29 12:51:09 2010
New Revision: 158900

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158900
Log:
Replace INSN_P with NONDEBUG_INSN_P.

2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/43921
        * config/i386/i386.c (get_some_local_dynamic_name): Replace
        INSN_P with NONDEBUG_INSN_P.
        (distance_non_agu_define): Likewise.
        (distance_agu_use): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
                   ` (2 preceding siblings ...)
  2010-04-29 12:51 ` hjl at gcc dot gnu dot org
@ 2010-04-29 15:22 ` nisselarsson at home dot se
  2010-05-02 13:38 ` hjl at gcc dot gnu dot org
  2010-05-02 13:39 ` [Bug target/43921] [4.5/4.6 regression] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: nisselarsson at home dot se @ 2010-04-29 15:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from nisselarsson at home dot se  2010-04-29 15:21 -------
I can confirm that the patch above applies and gcc-4.5 now complies
successfully.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
                   ` (3 preceding siblings ...)
  2010-04-29 15:22 ` nisselarsson at home dot se
@ 2010-05-02 13:38 ` hjl at gcc dot gnu dot org
  2010-05-02 13:39 ` [Bug target/43921] [4.5/4.6 regression] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-05-02 13:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at gcc dot gnu dot org  2010-05-02 13:38 -------
Subject: Bug 43921

Author: hjl
Date: Sun May  2 13:37:57 2010
New Revision: 158973

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158973
Log:
Replace INSN_P with NONDEBUG_INSN_P.

2010-05-02  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/43921
        * config/i386/i386.c (get_some_local_dynamic_name): Replace
        INSN_P with NONDEBUG_INSN_P.
        (distance_non_agu_define): Likewise.
        (distance_agu_use): Likewise.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.c


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/43921] [4.5/4.6 regression] Bootstrap comparison fails when using -march=atom
  2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
                   ` (4 preceding siblings ...)
  2010-05-02 13:38 ` hjl at gcc dot gnu dot org
@ 2010-05-02 13:39 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-02 13:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2010-05-02 13:39 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|Bootstrap comparison fails  |[4.5/4.6 regression]
                   |when using -march=atom      |Bootstrap comparison fails
                   |                            |when using -march=atom
   Target Milestone|---                         |4.5.1


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-02 13:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-28  9:31 [Bug bootstrap/43921] New: Bootstrap comparison fails when using -march=atom nisselarsson at home dot se
2010-04-28 13:52 ` [Bug target/43921] " hjl dot tools at gmail dot com
2010-04-28 18:24 ` hjl dot tools at gmail dot com
2010-04-29 12:51 ` hjl at gcc dot gnu dot org
2010-04-29 15:22 ` nisselarsson at home dot se
2010-05-02 13:38 ` hjl at gcc dot gnu dot org
2010-05-02 13:39 ` [Bug target/43921] [4.5/4.6 regression] " hjl dot tools at gmail dot com

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).