public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59843] New: ICE with return of generic vector on aarch64
@ 2014-01-16 14:54 jakub at gcc dot gnu.org
  2014-01-16 16:38 ` [Bug target/59843] " pinskia at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-16 14:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59843
           Summary: ICE with return of generic vector on aarch64
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org

typedef double V __attribute__ ((vector_size (8)));
V
foo (void)
{
  V r = { 3.5 };
  return r;
}

ICEs at all optimization levels on aarch64-linux, trying to return BLKmode
using a PARALLEL isn't going to work.  Seen both on the trunk and 4.8 branch.


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

end of thread, other threads:[~2014-11-19 10:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-16 14:54 [Bug target/59843] New: ICE with return of generic vector on aarch64 jakub at gcc dot gnu.org
2014-01-16 16:38 ` [Bug target/59843] " pinskia at gcc dot gnu.org
2014-01-16 17:25 ` yufeng at gcc dot gnu.org
2014-03-20 14:46 ` yufeng at gcc dot gnu.org
2014-03-20 19:44 ` yufeng at gcc dot gnu.org
2014-07-02 13:41 ` ktkachov at gcc dot gnu.org
2014-07-08 10:33 ` alalaw01 at gcc dot gnu.org
2014-07-09 10:22 ` jakub at gcc dot gnu.org
2014-07-09 15:45 ` alan.lawrence at arm dot com
2014-07-09 15:54 ` jakub at gcc dot gnu.org
2014-07-09 16:16 ` alan.lawrence at arm dot com
2014-11-18 16:40 ` alan.lawrence at arm dot com
2014-11-18 16:43 ` jakub at gcc dot gnu.org
2014-11-19 10:12 ` alalaw01 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).