public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/103098] New: bogus error: the last argument must be an 8-bit immediate
@ 2021-11-05 11:13 f.heckenbach@fh-soft.de
  2021-11-05 11:19 ` [Bug target/103098] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: f.heckenbach@fh-soft.de @ 2021-11-05 11:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103098
           Summary: bogus error: the last argument must be an 8-bit
                    immediate
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: f.heckenbach@fh-soft.de
  Target Milestone: ---

% cat t.c
long long int __attribute__ ((__vector_size__ (16))) a;

int main (void)
{
  a = __builtin_ia32_pslldqi128 (a, 1);
}
% gcc t.c
t.c: In function 'main':
t.c:5:7: error: the last argument must be an 8-bit immediate
   a = __builtin_ia32_pslldqi128 (a, 1);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

end of thread, other threads:[~2021-11-05 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 11:13 [Bug c/103098] New: bogus error: the last argument must be an 8-bit immediate f.heckenbach@fh-soft.de
2021-11-05 11:19 ` [Bug target/103098] " pinskia at gcc dot gnu.org
2021-11-05 11:25 ` f.heckenbach@fh-soft.de
2021-11-05 13:13 ` rguenth at gcc dot gnu.org
2021-11-05 13:17 ` rguenth at gcc dot gnu.org
2021-11-05 13:42 ` 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).