public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/54713] New: [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c
@ 2012-09-26  8:07 ubizjak at gmail dot com
  2012-09-26  8:59 ` [Bug tree-optimization/54713] " rguenth at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: ubizjak at gmail dot com @ 2012-09-26  8:07 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713

             Bug #: 54713
           Summary: [4.8 Regression] error: non-trivial conversion at
                    assignment in gcc.c-torture/compile/pr53410-2.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ubizjak@gmail.com
            Target: alpha-linux-gnu


Following testcase, derived from gcc.c-torture/compile/pr53410-2.c started to
ICE on alpha-linux-gnu recently.

--cut here--
typedef int V __attribute__((vector_size (4 * sizeof (int))));

void
f6 (V *p, V *q, V *r)
{
  *p = (*p & *r) == (*q & *r);
}
--cut here--

ICE can be triggered with a cross from x86_64-pc-linux-gnu:

~/gcc-build-alpha/gcc/cc1 -O2 -quiet tt.c
tt.c: In function ‘f6’:
tt.c:4:1: error: non-trivial conversion at assignment
 f6 (V *p, V *q, V *r)
 ^
int
vector(2) int
_24 = _20;

tt.c:4:1: error: non-trivial conversion at assignment
int
vector(2) int
_26 = _23;

tt.c:4:1: internal compiler error: verify_gimple failed
Please submit a full bug report,
...


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

end of thread, other threads:[~2012-11-07 17:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-26  8:07 [Bug tree-optimization/54713] New: [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c ubizjak at gmail dot com
2012-09-26  8:59 ` [Bug tree-optimization/54713] " rguenth at gcc dot gnu.org
2012-09-26  9:20 ` jakub at gcc dot gnu.org
2012-09-26 12:52 ` jakub at gcc dot gnu.org
2012-09-27 16:08 ` jakub at gcc dot gnu.org
2012-09-28  8:36 ` rguenth at gcc dot gnu.org
2012-09-28 12:19 ` jakub at gcc dot gnu.org
2012-10-02  9:18 ` jakub at gcc dot gnu.org
2012-10-02 13:43 ` jakub at gcc dot gnu.org
2012-10-15 23:26 ` danglin at gcc dot gnu.org
2012-11-07 13:30 ` jakub at gcc dot gnu.org
2012-11-07 17:18 ` dave.anglin at bell dot net
2012-11-07 17:19 ` jakub 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).