From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58767 invoked by alias); 16 Jul 2015 01:41:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 58717 invoked by uid 48); 16 Jul 2015 01:41:00 -0000 From: "alasdairsinc at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/66891] New: ICE in expand_call, at calls.c:3407 Date: Thu, 16 Jul 2015 01:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alasdairsinc 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg01281.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66891 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=3D35992&action=3Dedit -save-temps for affected file from wine I got the following ICE when compiling Wine with the latest trunk rev 22585= 2. -O0 compiles without error, O1 and O2 both give and ICE. [ams@hal comctl32]$ gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/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=3Dc,c++ --prefix=3D/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 =E2=80=98PROPSHEET= _DoCommand=E2=80=99: ../../../wine-git/dlls/comctl32/propsheet.c:3126:10: internal compiler erro= r: in expand_call, at calls.c:3407 if (PROPSHEET_Apply(hwnd, wID =3D=3D IDOK ? 1: 0) =3D=3D 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 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: 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: List-Archive: List-Post: List-Help: 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" 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: 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?id=66892 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.