public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/67794] New: internal compiler error: Segmentation fault
@ 2015-10-01  7:06 jamrial at gmail dot com
  2015-10-01  7:32 ` [Bug tree-optimization/67794] [6 regression] " trippels at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jamrial at gmail dot com @ 2015-10-01  7:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67794
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jamrial at gmail dot com
  Target Milestone: ---

Created attachment 36432
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36432&action=edit
Preprocessed source as generated by -freport-bug

In file included from /home/jamrial/ffmpeg/libavcodec/motion_est.c:295:0:
/home/jamrial/ffmpeg/libavcodec/motion_est_template.c: In function
‘sab_diamond_search.isra.3’:
/home/jamrial/ffmpeg/libavcodec/motion_est_template.c:679:12: internal compiler
error: Segmentation fault
 static int sab_diamond_search(MpegEncContext * s, int *best, int dmin,
            ^
0xabb4ff crash_signal
     /home/jamrial/gcc-svn/gcc/toplev.c:353
0xbce129 tree_check(tree_node const*, char const*, int, char const*, tree_code)
     /home/jamrial/gcc-svn/gcc/tree.h:3116
0xbce129 has_zero_uses
     /home/jamrial/gcc-svn/gcc/ssa-iterators.h:381
0xbce129 coalesce_with_default
     /home/jamrial/gcc-svn/gcc/tree-ssa-coalesce.c:1003
0xbce129 create_outofssa_var_map
     /home/jamrial/gcc-svn/gcc/tree-ssa-coalesce.c:1202
0xbcedd0 coalesce_ssa_name()
     /home/jamrial/gcc-svn/gcc/tree-ssa-coalesce.c:1736
0xb628fe remove_ssa_form
     /home/jamrial/gcc-svn/gcc/tree-outof-ssa.c:984
0xb628fe rewrite_out_of_ssa(ssaexpand*)
     /home/jamrial/gcc-svn/gcc/tree-outof-ssa.c:1208
0x701490 execute
     /home/jamrial/gcc-svn/gcc/cfgexpand.c:6100


gcc version 6.0.0 20151001 on x86_64-pc-linux-gnu.
This regression was apparently introduced sometime in the last eight days.
>From gcc-bugs-return-498451-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Oct 01 07:17:35 2015
Return-Path: <gcc-bugs-return-498451-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 107835 invoked by alias); 1 Oct 2015 07:17:34 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 107662 invoked by uid 48); 1 Oct 2015 07:17:22 -0000
From: "schwab@linux-m68k.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug go/66870] split stack issues on ppc64le and ppc64
Date: Thu, 01 Oct 2015 07:17:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: go
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: schwab@linux-m68k.org
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: ian at airs dot com
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-66870-4-odtVLL8xX6@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66870-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66870-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-10/txt/msg00006.txt.bz2
Content-length: 414

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf870

--- Comment #24 from Andreas Schwab <schwab@linux-m68k.org> ---
../../gcc/go/gospec.c: In function 'void
lang_specific_driver(cl_decoded_option**, unsigned int*, int*)':
../../gcc/go/gospec.c:161:7: error: 'OPT_m32' was not declared in this scope
  case OPT_m32:
       ^
Makefile:1077: recipe for target 'go/gospec.o' failed
make[3]: *** [go/gospec.o] Error 1


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

end of thread, other threads:[~2015-10-30  9:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01  7:06 [Bug tree-optimization/67794] New: internal compiler error: Segmentation fault jamrial at gmail dot com
2015-10-01  7:32 ` [Bug tree-optimization/67794] [6 regression] " trippels at gcc dot gnu.org
2015-10-01  9:31 ` rguenth at gcc dot gnu.org
2015-10-01  9:59 ` mpolacek at gcc dot gnu.org
2015-10-06 19:55 ` aoliva at gcc dot gnu.org
2015-10-06 20:17 ` aoliva at gcc dot gnu.org
2015-10-07 11:37 ` jamborm at gcc dot gnu.org
2015-10-26 14:28 ` jamborm at gcc dot gnu.org
2015-10-26 14:37 ` jamborm at gcc dot gnu.org
2015-10-27 11:25 ` renlin at gcc dot gnu.org
2015-10-27 14:32 ` renlin at gcc dot gnu.org
2015-10-30  9:39 ` clyon 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).