From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25224 invoked by alias); 11 Nov 2014 11:22:42 -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 25203 invoked by uid 48); 11 Nov 2014 11:22:37 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63815] New: g++.dg/other/pr53811.C fails on darwin14 Date: Tue, 11 Nov 2014 11:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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 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: 2014-11/txt/msg00810.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63815 Bug ID: 63815 Summary: g++.dg/other/pr53811.C fails on darwin14 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fxcoudert at gcc dot gnu.org g++.dg/other/pr53811.C ICE's with trunk (rev. 217343) on darwin14 with -mcmodel=3Dlarge. Minimal reproducer is: ------------------------------ struct ICCStringClass { virtual void CreateString (void) =3D 0; }; struct AGSCCDynamicObject { virtual void Unserialize (void) =3D 0; }; struct ScriptString:AGSCCDynamicObject, ICCStringClass { virtual void CreateString (void); }; void CreateNewScriptString (void); void ScriptString::CreateString (void) { CreateNewScriptString (); } ------------------------------ which says: pr53811.C: In member function =E2=80=98virtual void ScriptString::_ZThn8_N12ScriptString12CreateStringEv()=E2=80=99: pr53811.C:23:1: error: insn does not satisfy its constraints: } ^ (insn 4 3 5 (parallel [ (set (reg:DI 39 r10) (plus:DI (reg:DI 39 r10) (reg:DI 87))) (clobber (reg:CC 17 flags)) ]) pr53811.C:14 221 {*adddi_1} (nil)) and the backtrace is: * frame #0: 0x0000000100ee03f0 cc1plus`internal_error(char const*, ...) frame #1: 0x0000000100ede966 cc1plus`fancy_abort(char const*, int, char const*) + 38 frame #2: 0x0000000100aca9de cc1plus`_fatal_insn(char const*, rtx_def const*, char const*, int, char const*) + 78 frame #3: 0x0000000100acaa02 cc1plus`_fatal_insn_not_found(rtx_def cons= t*, char const*, int, char const*) + 34 frame #4: 0x00000001007c1509 cc1plus`final_scan_insn(rtx_insn*, __sFILE= *, int, int, int*) + 4953 frame #5: 0x00000001007c1703 cc1plus`final(rtx_insn*, __sFILE*, int) + = 195 frame #6: 0x0000000100e96838 cc1plus`x86_output_mi_thunk(__sFILE*, tree_node*, long long, long long, tree_node*) + 872 frame #7: 0x000000010069f17c cc1plus`cgraph_node::expand_thunk(bool, bo= ol) + 2156 frame #8: 0x00000001006a0163 cc1plus`cgraph_node::assemble_thunks_and_aliases() + 259 frame #9: 0x00000001006a0386 cc1plus`cgraph_node::expand() + 518 frame #10: 0x00000001006a11af cc1plus`output_in_order(bool) + 559 frame #11: 0x00000001006a16fa cc1plus`symbol_table::compile() + 890 frame #12: 0x00000001006a375e cc1plus`symbol_table::finalize_compilation_unit() + 110 frame #13: 0x00000001001062e0 cc1plus`cp_write_global_declarations() + = 4480 frame #14: 0x0000000100b3cebf cc1plus`compile_file() + 143 frame #15: 0x0000000100ff1ae4 cc1plus`toplev::main(int, char**) + 3764 frame #16: 0x0000000100ff210c cc1plus`main + 44 >>From gcc-bugs-return-466339-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 11 11:23:23 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 25999 invoked by alias); 11 Nov 2014 11:23:22 -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 25971 invoked by uid 48); 11 Nov 2014 11:23:19 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63815] g++.dg/other/pr53811.C fails on darwin14 Date: Tue, 11 Nov 2014 11:23:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_gcctarget bug_status keywords cf_reconfirmed_on cc cf_gcchost everconfirmed cf_gccbuild Message-ID: In-Reply-To: References: 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: 2014-11/txt/msg00811.txt.bz2 Content-length: 768 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63815 Francois-Xavier Coudert changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |x86_64-apple-darwin14 Status|UNCONFIRMED |NEW Keywords| |ice-on-valid-code Last reconfirmed| |2014-11-11 CC| |iains at gcc dot gnu.org Host| |x86_64-apple-darwin14 Ever confirmed|0 |1 Build| |x86_64-apple-darwin14