public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled
@ 2014-09-06 16:58 schwab@linux-m68k.org
  2014-09-06 17:12 ` [Bug target/63195] " schwab@linux-m68k.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-09-06 16:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195

            Bug ID: 63195
           Summary: [5.0 regression] stage3 build/gengtype miscompiled
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: build, wrong-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: segher at kernel dot crashing.org
            Target: powerpc64-*-*

r214077 is causing the stage3 build/gengtype to be miscompiled on ppc64.

build/gengtype  \   
                    -S ../../gcc/gcc -I gtyp-input.list -w tmp-gtype.state
../../gcc/gcc/rtl.h:214: undefined type `rtunion'
../../gcc/gcc/java/builtins.c:82: undefined type `builtin_creator_function'
gengtype: didn't write state file tmp-gtype.state after errors
make[2]: *** [s-gtype] Error 1


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

* [Bug target/63195] [5.0 regression] stage3 build/gengtype miscompiled
  2014-09-06 16:58 [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled schwab@linux-m68k.org
@ 2014-09-06 17:12 ` schwab@linux-m68k.org
  2014-09-08  8:39 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-09-06 17:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
$ ../gcc/configure --prefix=/usr --build=powerpc64-linux
--enable-checking=release --enable-shared --with-system-zlib 'CFLAGS=-O2 -g'
'CXXFLAGS=-O2 -g' --with-cpu-64=power4 --enable-secureplt
--with-long-double-128 --enable-languages=c


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

* [Bug target/63195] [5.0 regression] stage3 build/gengtype miscompiled
  2014-09-06 16:58 [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled schwab@linux-m68k.org
  2014-09-06 17:12 ` [Bug target/63195] " schwab@linux-m68k.org
@ 2014-09-08  8:39 ` rguenth at gcc dot gnu.org
  2014-09-09 18:49 ` segher at gcc dot gnu.org
  2014-09-09 19:00 ` segher at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-08  8:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug target/63195] [5.0 regression] stage3 build/gengtype miscompiled
  2014-09-06 16:58 [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled schwab@linux-m68k.org
  2014-09-06 17:12 ` [Bug target/63195] " schwab@linux-m68k.org
  2014-09-08  8:39 ` rguenth at gcc dot gnu.org
@ 2014-09-09 18:49 ` segher at gcc dot gnu.org
  2014-09-09 19:00 ` segher at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: segher at gcc dot gnu.org @ 2014-09-09 18:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Tue Sep  9 18:49:08 2014
New Revision: 215091

URL: https://gcc.gnu.org/viewcvs?rev=215091&root=gcc&view=rev
Log:
2014-09-09  Segher Boessenkool  <segher@kernel.crashing.org>

    PR target/63195
    * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
    operands.  Split off the constant operand alternative to ...
    (*bool<mode>3_imm): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.md


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

* [Bug target/63195] [5.0 regression] stage3 build/gengtype miscompiled
  2014-09-06 16:58 [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2014-09-09 18:49 ` segher at gcc dot gnu.org
@ 2014-09-09 19:00 ` segher at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: segher at gcc dot gnu.org @ 2014-09-09 19:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63195

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Fixed.  Thanks for the report!


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

end of thread, other threads:[~2014-09-09 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-06 16:58 [Bug target/63195] New: [5.0 regression] stage3 build/gengtype miscompiled schwab@linux-m68k.org
2014-09-06 17:12 ` [Bug target/63195] " schwab@linux-m68k.org
2014-09-08  8:39 ` rguenth at gcc dot gnu.org
2014-09-09 18:49 ` segher at gcc dot gnu.org
2014-09-09 19:00 ` segher at gcc dot gnu.org

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