public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/30770]  New: BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled thes stage 3 compiler
@ 2007-02-12  5:20 hjl at lucon dot org
  2007-02-12  5:21 ` [Bug target/30770] " hjl at lucon dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2007-02-12  5:20 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1688 bytes --]

When I built gcc 4.3 revision 121818 with

# make bootstrap BOOT_CFLAGS="-O2 -g -pipe"

thes stage 3 compiler was miscompiled:

checking for suffix of object files... configure: error: cannot compute suffix
of object files: cannot compile
See `config.log' for more details.
make[4]: *** [configure-stage3-target-libgcc] Error 1
make[4]: Leaving directory `/export/build/gnu/gcc-test/build-x86_64-linux'
make[3]: *** [stage3-bubble] Error 2
make[3]: Leaving directory `/export/build/gnu/gcc-test/build-x86_64-linux'
make[2]: *** [bootstrap] Error 2

bash-3.1$ cat x.i
int
main ()
{
  return 0;
}
bash-3.1$ ./xgcc -B./ -S x.i -m32
x.i: In function ‘main’:
x.i:5: error: unrecognizable insn:
(insn 26 25 27 (parallel [
            (set (reg/f:SI 7 sp)
                (and:SI (reg/f:SI 7 sp)
                    (const_int -16 [0xfffffffffffffff0])))
            (clobber (reg:CC 17 flags))
        ]) -1 (nil)
    (nil))
x.i:5: internal compiler error: in insn_default_length, at insn-attrtab.c:1238
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled thes
                    stage 3 compiler
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2007-02-26  7:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12  5:20 [Bug target/30770] New: BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled thes stage 3 compiler hjl at lucon dot org
2007-02-12  5:21 ` [Bug target/30770] " hjl at lucon dot org
2007-02-12 21:09 ` hjl at lucon dot org
2007-02-12 21:20 ` [Bug target/30770] [4.3 regression]: " belyshev at depni dot sinp dot msu dot ru
2007-02-16  2:00 ` [Bug target/30770] [4.3 regression] BOOT_CFLAGS="-O2 -g -mtune=nocona" miscompiled the " pinskia at gcc dot gnu dot org
2007-02-23 23:29 ` h dot mth at web dot de
2007-02-24 19:10 ` ubizjak at gmail dot com
2007-02-24 22:54 ` ubizjak at gmail dot com
2007-02-24 23:29 ` uros at gcc dot gnu dot org
2007-02-26  7:05 ` ubizjak 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).