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

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

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

commit r14-2181-gd81c7a25365d3cc87e5edad5e68049b149af55b4
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Jun 29 08:55:39 2023 +0200

    c/110454 - ICE with bogus TYPE_PRECISION use

    The following sinks TYPE_PRECISION to properly guarded use places.

            PR c/110454
    gcc/c/
            * c-typeck.cc (convert_argument): Sink formal_prec compute
            to where TYPE_PRECISION is valid to use.

    gcc/testsuite/
            * gcc.dg/Wtraditional-conversion-3.c: New testcase.

Reply via email to