public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63815] New: g++.dg/other/pr53811.C fails on darwin14
@ 2014-11-11 11:22 fxcoudert at gcc dot gnu.org
  2014-11-11 11:29 ` [Bug target/63815] " dominiq at lps dot ens.fr
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-11 11:22 UTC (permalink / raw)
  To: gcc-bugs

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

            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=large. Minimal reproducer is:

------------------------------
struct ICCStringClass
{
  virtual void CreateString (void) = 0;
};

struct AGSCCDynamicObject
{
  virtual void Unserialize (void) = 0;
};


struct ScriptString:AGSCCDynamicObject, ICCStringClass
{
  virtual void CreateString (void);
};

void CreateNewScriptString (void);

void
ScriptString::CreateString (void)
{
  CreateNewScriptString ();
}
------------------------------

which says:

pr53811.C: In member function ‘virtual void
ScriptString::_ZThn8_N12ScriptString12CreateStringEv()’:
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 const*,
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, bool)
+ 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: <gcc-bugs-return-466339-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <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 25971 invoked by uid 48); 11 Nov 2014 11:23:19 -0000
From: "fxcoudert at gcc dot gnu.org" <gcc-bugzilla@gcc.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: <bug-63815-4-7VtgP6HSSL@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63815-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63815-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: 2014-11/txt/msg00811.txt.bz2
Content-length: 768

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 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


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

end of thread, other threads:[~2014-11-17 21:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 11:22 [Bug target/63815] New: g++.dg/other/pr53811.C fails on darwin14 fxcoudert at gcc dot gnu.org
2014-11-11 11:29 ` [Bug target/63815] " dominiq at lps dot ens.fr
2014-11-11 11:31 ` dominiq at lps dot ens.fr
2014-11-11 11:46 ` dominiq at lps dot ens.fr
2014-11-11 20:18 ` [Bug target/63815] g++.dg/other/pr53811.C fails with -mcmodel=large -fpic hjl.tools at gmail dot com
2014-11-11 21:45 ` hjl.tools at gmail dot com
2014-11-12  8:43 ` ubizjak at gmail dot com
2014-11-12  9:56 ` [Bug target/63815] [5 Regression] " rguenth at gcc dot gnu.org
2014-11-12 14:05 ` hjl.tools at gmail dot com
2014-11-12 20:11 ` ubizjak at gmail dot com
2014-11-12 20:21 ` iains at gcc dot gnu.org
2014-11-12 20:28 ` hjl.tools at gmail dot com
2014-11-12 21:16 ` hjl at gcc dot gnu.org
2014-11-17 21:28 ` fxcoudert 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).