[Bug target/102772] [12 regression] g++.dg/torture/pr80334.C FAILs

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 30 14:06:39 GMT 2022


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

--- Comment #30 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:6a777ceb0e975f0efc823d2d82e676346f068151

commit r12-7920-g6a777ceb0e975f0efc823d2d82e676346f068151
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Mar 30 16:04:52 2022 +0200

    testsuite: Change pr80334.C testcase to dg-do compile [PR102772]

    The testcase has UB at runtime, placement new shouldn't construct
    an object with certain alignment requirements into an unaligned buffer.

    2022-03-30  Jakub Jelinek  <jakub@redhat.com>

            PR tree-optimization/80334
            PR target/102772
            * g++.dg/torture/pr80334.C: Change from dg-do run to dg-do compile.


More information about the Gcc-bugs mailing list