public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/66891] New: ICE in expand_call, at calls.c:3407
@ 2015-07-16  1:41 alasdairsinc at gmail dot com
  2015-07-16  6:42 ` [Bug rtl-optimization/66891] [6 Regression] " trippels at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: alasdairsinc at gmail dot com @ 2015-07-16  1:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66891
           Summary: ICE in expand_call, at calls.c:3407
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: alasdairsinc at gmail dot com
  Target Milestone: ---

Created attachment 35992
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35992&action=edit
-save-temps for affected file from wine

I got the following ICE when compiling Wine with the latest trunk rev 225852.
-O0 compiles without error, O1 and O2 both give and ICE.

[ams@hal comctl32]$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/ams/src/gcc/install/libexec/gcc/x86_64-unknown-linux-gnu/6.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --enable-languages=c,c++
--prefix=/home/ams/src/gcc/install
Thread model: posix
gcc version 6.0.0 20150715 (experimental) (GCC)

[ams@hal comctl32]$ gcc -m32 -oblah -g -O2 propsheet.i -c
../../../wine-git/dlls/comctl32/propsheet.c: In function ‘PROPSHEET_DoCommand’:
../../../wine-git/dlls/comctl32/propsheet.c:3126:10: internal compiler error:
in expand_call, at calls.c:3407
      if (PROPSHEET_Apply(hwnd, wID == IDOK ? 1: 0) == FALSE)
          ^
0x6e191f expand_call(tree_node*, rtx_def*, int)
        ../../gcc/gcc/calls.c:3406
0x7ebe04 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
        ../../gcc/gcc/expr.c:10362
0x7f9432 store_expr_with_bounds(tree_node*, rtx_def*, int, bool, tree_node*)
        ../../gcc/gcc/expr.c:5398
0x7fba55 expand_assignment(tree_node*, tree_node*, bool)
        ../../gcc/gcc/expr.c:5170
0x6ef386 expand_call_stmt
        ../../gcc/gcc/cfgexpand.c:2350
0x6ef386 expand_gimple_stmt_1
        ../../gcc/gcc/cfgexpand.c:3239
0x6ef386 expand_gimple_stmt
        ../../gcc/gcc/cfgexpand.c:3400
0x6f11fc expand_gimple_basic_block
        ../../gcc/gcc/cfgexpand.c:5412
0x6f7b86 execute
        ../../gcc/gcc/cfgexpand.c:6023
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.
>From gcc-bugs-return-492392-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 16 03:10:04 2015
Return-Path: <gcc-bugs-return-492392-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 23581 invoked by alias); 16 Jul 2015 03:10:04 -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 23461 invoked by uid 48); 16 Jul 2015 03:09:59 -0000
From: "anders.granlund.0 at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/66892] New: Fix of core language defect 355 has status c++11 but is not implemented yet
Date: Thu, 16 Jul 2015 03:10:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: anders.granlund.0 at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone
Message-ID: <bug-66892-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-07/txt/msg01282.txt.bz2
Content-length: 705

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

            Bug ID: 66892
           Summary: Fix of core language defect 355 has status c++11 but
                    is not implemented yet
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: anders.granlund.0 at gmail dot com
  Target Milestone: ---

The following core language defect has status c++11 but is not implemented yet:

http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#355

Without implementing this fix gcc doesn't fully support c++11 syntax.


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

end of thread, other threads:[~2015-07-30  8:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16  1:41 [Bug middle-end/66891] New: ICE in expand_call, at calls.c:3407 alasdairsinc at gmail dot com
2015-07-16  6:42 ` [Bug rtl-optimization/66891] [6 Regression] " trippels at gcc dot gnu.org
2015-07-16  7:39 ` rguenth at gcc dot gnu.org
2015-07-16  8:24 ` ubizjak at gmail dot com
2015-07-16 18:02 ` hjl.tools at gmail dot com
2015-07-17  6:33 ` uros at gcc dot gnu.org
2015-07-17  6:39 ` ubizjak at gmail dot com
2015-07-23 18:52 ` uros at gcc dot gnu.org
2015-07-30  8:54 ` uros 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).