public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/67598] New: [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap
@ 2015-09-16  6:47 asolokha at gmx dot com
  2015-09-16 11:38 ` [Bug bootstrap/67598] " rguenth at gcc dot gnu.org
  2015-09-22  6:22 ` asolokha at gmx dot com
  0 siblings, 2 replies; 3+ messages in thread
From: asolokha at gmx dot com @ 2015-09-16  6:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67598
           Summary: [6 Regression] Target powerpc-e500v2-linux-gnuspe
                    failed to bootstrap
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: asolokha at gmx dot com
  Target Milestone: ---

6.0.0-alpha20150913 snapshot fails to build for powerpc-e500v2-linux-gnuspe w/
the following:

build/genoutput gcc-6-20150913/gcc/common.md
gcc-6-20150913/gcc/config/rs6000/rs6000.md \
  insn-conditions.md > tmp-output.c
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sr>,?<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 0
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 0
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 1
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 1
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 2
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 2
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 3
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1299: note:  in operand 3
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sr>,?<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 0
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 0
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 1
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 1
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 2
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 2
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sr>,<VSa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 3
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:1310: note:  in operand 3
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: note:  in operand 0
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: note:  in operand 1
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: error: undefined machine-specific
constraint at this point: "Sa>"
gcc-6-20150913/gcc/config/rs6000/vsx.md:2279: note:  in operand 2
Makefile:2156: recipe for target 's-output' failed

I noticed that much VSX-related work have been done in this release cycle,
according to ChangeLog. The last versions that worked correctly for me were
5.1.0 and 6.0.0-alpha20150412 (of 5.1 branch and trunk, respectively), and
after that I've stopped doing my own weekly builds. I still have to find out
when the issue have started showing up, given that I now have half a year wide
window.


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

* [Bug bootstrap/67598] [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap
  2015-09-16  6:47 [Bug bootstrap/67598] New: [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap asolokha at gmx dot com
@ 2015-09-16 11:38 ` rguenth at gcc dot gnu.org
  2015-09-22  6:22 ` asolokha at gmx dot com
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-09-16 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


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

* [Bug bootstrap/67598] [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap
  2015-09-16  6:47 [Bug bootstrap/67598] New: [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap asolokha at gmx dot com
  2015-09-16 11:38 ` [Bug bootstrap/67598] " rguenth at gcc dot gnu.org
@ 2015-09-22  6:22 ` asolokha at gmx dot com
  1 sibling, 0 replies; 3+ messages in thread
From: asolokha at gmx dot com @ 2015-09-22  6:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> ---
(In reply to Arseny Solokha from comment #0)
> I still have to find out
> when the issue have started showing up, given that I now have half a year
> wide window.

6.0.0-alpha20150802 snapshot bootstraps fine, and 6.0.0_alpha20150906 fails. I
failed to bootstrap 6.0.0_alpha20150830 because of unrelated build failure, but
all in all the issue seems to be introduced sometime in August.


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

end of thread, other threads:[~2015-09-22  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-16  6:47 [Bug bootstrap/67598] New: [6 Regression] Target powerpc-e500v2-linux-gnuspe failed to bootstrap asolokha at gmx dot com
2015-09-16 11:38 ` [Bug bootstrap/67598] " rguenth at gcc dot gnu.org
2015-09-22  6:22 ` asolokha at gmx 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).