[Bug c++/93817] FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 18 21:18:00 GMT 2020


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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Marek Polacek <mpolacek@gcc.gnu.org>:

https://gcc.gnu.org/g:b02719918d7bfa224b7caa38fdb9be095cd3f4ad

commit r10-6714-gb02719918d7bfa224b7caa38fdb9be095cd3f4ad
Author: Marek Polacek <polacek@redhat.com>
Date:   Tue Feb 18 15:54:54 2020 -0500

    c++: Fix array-init1.C for ILP32 [PR93817]

    I only tested LP64 targets and missed this maybe-long unsigned int.

    Tested with
    GXX_TESTSUITE_STDS=98,11,14,17,2a make check-c++
RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} dg.exp=array-init1.C'

    2020-02-18  Marek Polacek  <polacek@redhat.com>

        PR c++/93817
        * g++.dg/diagnostic/array-init1.C: Fix for ILP32.


More information about the Gcc-bugs mailing list