public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/64444] New: [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611
@ 2014-12-30 14:32 trippels at gcc dot gnu.org
  2014-12-30 14:33 ` [Bug ipa/64444] " trippels at gcc dot gnu.org
  2014-12-30 23:53 ` trippels at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-12-30 14:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64444
           Summary: [5 Regression] ICE: in inline_merge_summary, at
                    ipa-inline-analysis.c:3611
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org

Happens during Firefox LTO build on ppc64:


trippels@gcc2-power8 genrb % < parse.ii
int *k_type_string;
struct
{
  int *nameUChars;
} gResourceTypes{ k_type_string };

trippels@gcc2-power8 genrb % < ucol_tok.ii
typedef struct
{
  int charsOffset;
} UColParsedToken;
typedef struct
{
  UColParsedToken parsedToken;
  int source;
  int *extraCurrent;
  int inRange;
} UColTokenParser;
typedef struct
{
  int *subName;
} ucolTokSuboption;
int *suboption_00;
ucolTokSuboption alternateSub{ suboption_00 };
static int
fn1 (UColTokenParser *p1)
{
  p1->parsedToken.charsOffset = p1->extraCurrent - &p1->source;
}
void
fn2 (UColTokenParser *p1)
{
  if (p1->inRange)
    fn1 (p1);
}

trippels@gcc2-power8 genrb % c++ -r -nostdlib -O2 -flto -std=gnu++0x parse.ii
ucol_tok.ii
lto1: internal compiler error: in inline_merge_summary, at
ipa-inline-analysis.c:3611
0x10490b63 inline_merge_summary(cgraph_edge*)
        ../../gcc/gcc/ipa-inline-analysis.c:3611
0x10d0fa4b inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*,
int*, bool, bool*)
        ../../gcc/gcc/ipa-inline-transform.c:326
0x10d07b1b inline_small_functions
        ../../gcc/gcc/ipa-inline.c:1813
0x10d07b1b ipa_inline
        ../../gcc/gcc/ipa-inline.c:2185
0x10d07b1b execute
        ../../gcc/gcc/ipa-inline.c:2558
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.
lto-wrapper: fatal error: /home/trippels/gcc_test/usr/local/bin/c++ returned 1
exit status
compilation terminated.
/home/trippels/bin/ld: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status


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

* [Bug ipa/64444] [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611
  2014-12-30 14:32 [Bug ipa/64444] New: [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611 trippels at gcc dot gnu.org
@ 2014-12-30 14:33 ` trippels at gcc dot gnu.org
  2014-12-30 23:53 ` trippels at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-12-30 14:33 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Started with r219108.


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

* [Bug ipa/64444] [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611
  2014-12-30 14:32 [Bug ipa/64444] New: [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611 trippels at gcc dot gnu.org
  2014-12-30 14:33 ` [Bug ipa/64444] " trippels at gcc dot gnu.org
@ 2014-12-30 23:53 ` trippels at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-12-30 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Fixed by r219114.


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

end of thread, other threads:[~2014-12-30 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-30 14:32 [Bug ipa/64444] New: [5 Regression] ICE: in inline_merge_summary, at ipa-inline-analysis.c:3611 trippels at gcc dot gnu.org
2014-12-30 14:33 ` [Bug ipa/64444] " trippels at gcc dot gnu.org
2014-12-30 23:53 ` trippels 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).