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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2020-01-07
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
With the mentioned revision I see a dup of PR93173:

$ g++ pr93179.cc -c -std=c++11 -Wall -Wextra -Wpedantic -O1
pr93179.cc: In member function ‘void DateFormatTest::TestNonGregoFmtParse()’:
pr93179.cc:38:6: error: incorrect sharing of tree nodes
   38 | void DateFormatTest::TestNonGregoFmtParse() {
      |      ^~~~~~~~~~~~~~
*D.2212
D.2212->caftItems = &cafti_zh_chinese_custU;
during GIMPLE pass: cfg
pr93179.cc:38:6: internal compiler error: verify_gimple failed
0x108b831 verify_gimple_in_cfg(function*, bool)
        /home/marxin/Programming/gcc/gcc/tree-cfg.c:5445
0xf66c1f execute_function_todo
        /home/marxin/Programming/gcc/gcc/passes.c:1983
0xf679ce execute_todo
        /home/marxin/Programming/gcc/gcc/passes.c:2037
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

Reply via email to