This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/69920] [6 Regression] FAIL: g++.dg/torture/pr42704.C -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)


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

--- Comment #14 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Dominik Vogt from comment #12)
> The Ice in 42704.c is gone on s390[x] with trunk (but not the other FAILs). 
> Is the Ice below related to this bug report or is it something totally
> different?

As far as I understand the backtrace, the ICE happens in a traversal
of an expression that is not extracted from the gimple IL function
body and that is not an SSA_NAME (and is 3-levels deep).  So I'd be
surprised if it was the same issue.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]