From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27982 invoked by alias); 29 Apr 2013 10:44:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27660 invoked by uid 48); 29 Apr 2013 10:44:19 -0000 From: "paolo.carlini at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/57110] is the use of "uint_fast32_t" in intentional? Date: Mon, 29 Apr 2013 10:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: paolo.carlini at oracle dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg02321.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57110 Paolo Carlini changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Paolo Carlini 2013-04-29 10:44:18 UTC --- Obviously, whatever the size of the type on the various targets, it has nothing to do with per se (or even v3, because just wraps ), because, per the Standard, mt19937 *must* use uint_fast32_t (26.5.5, there are *many* uses of the _fast_ variants)