public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs
@ 2014-09-04 13:17 wschmidt at gcc dot gnu.org
  2014-09-04 13:24 ` [Bug target/63165] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-09-04 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63165
           Summary: [5 Regression] r214816 breaks Java build and
                    435.gromacs
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wschmidt at gcc dot gnu.org
                CC: bergner at gcc dot gnu.org, pthaugen at gcc dot gnu.org,
                    segher at gcc dot gnu.org
              Host: powerpc64le-unknown-linux-gnu
            Target: powerpc64le-unknown-linux-gnu
             Build: powerpc64le-unknown-linux-gnu

The powerpc64le regression tester fails to build gcc when the java language is
included, starting with revision 214816.  The SPEC tester also fails to build
435.gromacs starting with the same revision.  In both cases the symptoms are
the same:

/home/wschmidt/gcc/gcc-mainline-test/libjava/classpath/gnu/java/awt/font/opentype/truetype/GlyphLoader.java:
In class 'gnu.java.awt.font.opentype.truetype.GlyphLoader':
/home/wschmidt/gcc/gcc-mainline-test/libjava/classpath/gnu/java/awt/font/opentype/truetype/GlyphLoader.java:
In method
'gnu.java.awt.font.opentype.truetype.GlyphLoader.loadCompoundGlyph(int,double,java.awt.geom.AffineTransform,boolean,java.nio.ByteBuffer,gnu.java.awt.font.opentype.truetype.Zone,int,int,gnu.java.awt.font.opentype.Hinter)':
In file included from
/home/wschmidt/gcc/gcc-mainline-test/libjava/classpath/gnu/java/awt/font/opentype/truetype/Fixed.java:177:0,
                 from <built-in>:13:
/home/wschmidt/gcc/gcc-mainline-test/libjava/classpath/gnu/java/awt/font/opentype/truetype/GlyphLoader.java:341:0:
internal compiler error: in find_reloads, at reload.c:4087
   }
 ^
0x105c1e8b find_reloads(rtx_insn*, int, int, int, short*)
        /home/wschmidt/gcc/gcc-mainline-test/gcc/reload.c:4087
0x105d4e6f calculate_needs_all_insns
        /home/wschmidt/gcc/gcc-mainline-test/gcc/reload1.c:1515
0x105d4e6f reload(rtx_insn*, int)
        /home/wschmidt/gcc/gcc-mainline-test/gcc/reload1.c:1003
0x1047e887 do_reload
        /home/wschmidt/gcc/gcc-mainline-test/gcc/ira.c:5323
0x1047e887 execute
        /home/wschmidt/gcc/gcc-mainline-test/gcc/ira.c:5470
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [gnu/java/awt/font/opentype/truetype.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

We don't know yet whether this fails on big-endian as well; my guess would be
yes.

I'll work on getting preprocessed source to reproduce the problem.


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

* [Bug target/63165] [5 Regression] r214816 breaks Java build and 435.gromacs
  2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
@ 2014-09-04 13:24 ` rguenth at gcc dot gnu.org
  2014-09-04 13:31 ` wschmidt at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-04 13:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug target/63165] [5 Regression] r214816 breaks Java build and 435.gromacs
  2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
  2014-09-04 13:24 ` [Bug target/63165] " rguenth at gcc dot gnu.org
@ 2014-09-04 13:31 ` wschmidt at gcc dot gnu.org
  2014-09-04 15:38 ` pthaugen at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-09-04 13:31 UTC (permalink / raw)
  To: gcc-bugs

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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64le-unknown-linux-g |powerpc64*-unknown-linux-gn
                   |nu                          |u
               Host|powerpc64le-unknown-linux-g |powerpc64*-unknown-linux-gn
                   |nu                          |u
              Build|powerpc64le-unknown-linux-g |powerpc64*-unknown-linux-gn
                   |nu                          |u

--- Comment #1 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Pat has confirmed that 435.gromacs also fails to build on big-endian.


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

* [Bug target/63165] [5 Regression] r214816 breaks Java build and 435.gromacs
  2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
  2014-09-04 13:24 ` [Bug target/63165] " rguenth at gcc dot gnu.org
  2014-09-04 13:31 ` wschmidt at gcc dot gnu.org
@ 2014-09-04 15:38 ` pthaugen at gcc dot gnu.org
  2014-09-04 22:53 ` segher at gcc dot gnu.org
  2014-09-04 23:17 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pthaugen at gcc dot gnu.org @ 2014-09-04 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Created attachment 33449
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33449&action=edit
reduced testcase

Reduced testcase from 435.gromacs build failure.

[pthaugen@igoo delta]$ ~/install/gcc/trunk/bin/gcc -c -m64 -O1 -mcpu=power8
do_gct.c
do_gct.c: In function 'do_coupling':
do_gct.c:72:1: internal compiler error: in find_reloads, at reload.c:4087
 }
 ^
0x1064df97 find_reloads(rtx_insn*, int, int, int, short*)
    /home/pthaugen/src/gcc/trunk/gcc/gcc/reload.c:4087
0x10661c2b calculate_needs_all_insns
    /home/pthaugen/src/gcc/trunk/gcc/gcc/reload1.c:1515
0x10661c2b reload(rtx_insn*, int)
    /home/pthaugen/src/gcc/trunk/gcc/gcc/reload1.c:1003
0x10510923 do_reload
    /home/pthaugen/src/gcc/trunk/gcc/gcc/ira.c:5323
0x10510923 execute
    /home/pthaugen/src/gcc/trunk/gcc/gcc/ira.c:5470
Please submit a full bug report,


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

* [Bug target/63165] [5 Regression] r214816 breaks Java build and 435.gromacs
  2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-09-04 15:38 ` pthaugen at gcc dot gnu.org
@ 2014-09-04 22:53 ` segher at gcc dot gnu.org
  2014-09-04 23:17 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: segher at gcc dot gnu.org @ 2014-09-04 22:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Thu Sep  4 22:53:01 2014
New Revision: 214924

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

    PR target/63165
    * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
    indexed_or_indirect_operand instead of memory_operand.
    (floatsi<mode>2_lfiwzx_mem): Ditto.

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


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

* [Bug target/63165] [5 Regression] r214816 breaks Java build and 435.gromacs
  2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-09-04 22:53 ` segher at gcc dot gnu.org
@ 2014-09-04 23:17 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: segher at gcc dot gnu.org @ 2014-09-04 23:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> ---

Fixed.


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

end of thread, other threads:[~2014-09-04 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-04 13:17 [Bug target/63165] New: [5 Regression] r214816 breaks Java build and 435.gromacs wschmidt at gcc dot gnu.org
2014-09-04 13:24 ` [Bug target/63165] " rguenth at gcc dot gnu.org
2014-09-04 13:31 ` wschmidt at gcc dot gnu.org
2014-09-04 15:38 ` pthaugen at gcc dot gnu.org
2014-09-04 22:53 ` segher at gcc dot gnu.org
2014-09-04 23:17 ` 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).