public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/65245] New: [5 Regression] internal compiler error: in address_matters_p, at symtab.c:1908
@ 2015-02-27 20:39 marxin at gcc dot gnu.org
  2015-02-27 20:43 ` [Bug ipa/65245] " marxin at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-02-27 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65245
           Summary: [5 Regression] internal compiler error: in
                    address_matters_p, at symtab.c:1908
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org

Starting from r221040, following ICE can be seen by Steve:


Following up to my own email.  I can reproduce this with the following
cut down test case if I compile with '-O2 -fmerge-all-constants' on
MIPS.

extern const char *const _sys_siglist[128];
const char *const __new_sys_siglist[128] = { };
extern __typeof (_sys_siglist) __EI__sys_siglist __attribute__((alias (""
"__new_sys_siglist")));
extern __typeof (__new_sys_siglist) _new_sys_siglist __attribute__ ((alias
("__new_sys_siglist")));

Steve Ellcey
sellcey@imgtec.com


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

end of thread, other threads:[~2015-03-02  8:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 20:39 [Bug ipa/65245] New: [5 Regression] internal compiler error: in address_matters_p, at symtab.c:1908 marxin at gcc dot gnu.org
2015-02-27 20:43 ` [Bug ipa/65245] " marxin at gcc dot gnu.org
2015-02-27 21:42 ` hubicka at ucw dot cz
2015-02-27 22:13 ` sje at gcc dot gnu.org
2015-02-27 23:05 ` pinskia at gcc dot gnu.org
2015-03-01 20:24 ` hubicka at gcc dot gnu.org
2015-03-02  8:42 ` rguenth 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).