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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmalcolm at gcc dot gnu.org,
                   |                            |sandra at gcc dot gnu.org,
                   |                            |tschwinge at gcc dot gnu.org
   Last reconfirmed|                            |2020-10-09
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |dmalcolm at gcc dot 
gnu.org

--- Comment #2 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Heh, I just wanted to push a fix for 'gcc.dg/plugin/diagnostic-test-paths-2.c',
but the cherry-pick from my development branch turned into Git telling me
"nothing to commit": David beat me to it, who included the expected output
update in commit r11-3700-g7345c89ecb1a31ce96c6789bffc7183268a040b3 "Add
-fdiagnostics-path-format=separate-events to -fdiagnostics-plain-output".  ;-)

For reference, this update should've been part of Sandra's commit
r11-3302-g3696a50beeb73f4ded8a584e76ee16f0bde109b9 "Change C front end to emit
structured loop and switch tree nodes".


(In reply to Martin Sebor from comment #0)
> FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c
> -fplugin=./diagnostic_plugin_test_tree_expression_range.so  1 blank line(s)
> in output
> FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c
> -fplugin=./diagnostic_plugin_test_tree_expression_range.so  expected
> multiline pattern lines 550-551 not found: "                           
> __builtin_types_compatible_p \\(long, int\\) \\+ f \\(i\\)\\);.*\\n         
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\^~~~~~~\\n"
> FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c
> -fplugin=./diagnostic_plugin_test_tree_expression_range.so (test for excess
> errors)

These FAILs I'm not seeing in my testing.


> FAIL: gcc.dg/plugin/location-overflow-test-1.c
> -fplugin=./location_overflow_plugin.so adding '-flarge-source-files' (test
> for warnings, line 16)

But this one I still see, too.

Reply via email to