public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/60269] New: #pragma simd tsubst related ICE
@ 2014-02-19  9:40 jakub at gcc dot gnu.org
  2015-02-10  6:14 ` [Bug c++/60269] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-02-19  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60269
           Summary: #pragma simd tsubst related ICE
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
                CC: bviyer at gcc dot gnu.org

template <int N>
void
foo (int *a, int *b, int *c)
{
#pragma simd vectorlength (N)
  for (int i = 0; i < N; i++)
    a[i] = b[i] * c[i];
}

void
bar (int *a, int *b, int *c)
{
  foo <64> (a, b, c);
}

ICEs with -fcilkplus, so clearly tsubst on it is not performed correctly.


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

* [Bug c++/60269] #pragma simd tsubst related ICE
  2014-02-19  9:40 [Bug c++/60269] New: #pragma simd tsubst related ICE jakub at gcc dot gnu.org
@ 2015-02-10  6:14 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-02-10  6:14 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-02-10
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.


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

end of thread, other threads:[~2015-02-10  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19  9:40 [Bug c++/60269] New: #pragma simd tsubst related ICE jakub at gcc dot gnu.org
2015-02-10  6:14 ` [Bug c++/60269] " pinskia 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).