public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Alfred Agrell <blubban@gmail.com>
To: overseers@gcc.gnu.org
Subject: GCC Bugzilla
Date: Thu, 30 Mar 2017 10:20:00 -0000	[thread overview]
Message-ID: <176a53a8-0c15-8505-f46f-d2025a634f31@gmail.com> (raw)

Hello, apparently I'm supposed to ask here rather than fill in the 
registration form.

It appears that g++ ignores register assignments in template functions. 
Would you mind creating an account for me so I can report it?

Alternatively, if you'd rather submit it yourself, here's the testcase:

template<int foo>
void bar()
{
     register int baz asm("NOT-A-REGISTER-SHOULD-REPORT-ERROR");
}
template void bar<0>();

             reply	other threads:[~2017-03-30 10:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-30 10:20 Alfred Agrell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-30  5:14 gcc bugzilla Joern Rennecke
2017-03-12  9:46 GCC bugzilla joris
2016-10-07 15:37 nicolas bouillot
2010-10-28 21:31 GCC Bugzilla Paul Koning
2010-10-28 21:38 ` Andrew Pinski
2010-10-29  0:31   ` Paul Koning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176a53a8-0c15-8505-f46f-d2025a634f31@gmail.com \
    --to=blubban@gmail.com \
    --cc=overseers@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).