public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ivo Doko <ivo.doko@gmail.com>
To: Jonathan Wakely <jwakely.gcc@gmail.com>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: A possible bug
Date: Tue, 07 Oct 2014 09:28:00 -0000	[thread overview]
Message-ID: <5433B232.6070401@gmail.com> (raw)
In-Reply-To: <CAH6eHdRAzuo-dDSft17N04nmw=Ne2ydhp1_bxzReric2ce3j2A@mail.gmail.com>

On 2014-10-07 10:57, Jonathan Wakely wrote:
> It's probably simply
> https://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition

Once again I must apologise for spam, but this helped me solve the 
issue. Changing the declaration of function xorshift_engine::shift from

shift(const result_type& val, const int_fast8_t& sh)

to

shift(const result_type& val, int_fast8_t sh)

fixes the linker problem with optimisation disabled.

Still doesn't explain why the error otherwise happens only for two out 
of the three variables, but at least I know what I did wrong.

Thank you very much for the help!

--
Ivo Doko

  parent reply	other threads:[~2014-10-07  9:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-07  5:01 Ivo Doko
2014-10-07  8:37 ` Ivo Doko
2014-10-07  8:57 ` Jonathan Wakely
2014-10-07  9:16   ` Ivo Doko
2014-10-07 10:45     ` Jonathan Wakely
2014-10-07  9:28   ` Ivo Doko [this message]
2014-10-07 10:48     ` Jonathan Wakely
2014-10-07 11:48       ` Ivo Doko
2014-10-07 11:49         ` Ivo Doko
2014-10-07 12:25         ` Jonathan Wakely
2014-10-07 12:25         ` Andrew Haley
2014-10-07 13:55           ` Ivo Doko

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=5433B232.6070401@gmail.com \
    --to=ivo.doko@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=jwakely.gcc@gmail.com \
    /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).