Skip to content

Conversation

@tautschnig
Copy link
Collaborator

GCC (version 7.5) issues the following warning: "variable tracking size limit
exceeded with -fvar-tracking-assignments, retrying without" Although harmless,
there is no need to push GCC this far.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

GCC (version 7.5) issues the following warning: "variable tracking size limit
exceeded with -fvar-tracking-assignments, retrying without" Although harmless,
there is no need to push GCC this far.
@tautschnig tautschnig force-pushed the unit-test-gcc-warning branch from 42f0d30 to a6cf15b Compare February 5, 2021 21:20
@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #5802 (a6cf15b) into develop (0dfbd1e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5802   +/-   ##
========================================
  Coverage    69.72%   69.72%           
========================================
  Files         1242     1242           
  Lines       100897   100897           
========================================
  Hits         70347    70347           
  Misses       30550    30550           
Flag Coverage Δ
cproversmt2 43.38% <ø> (ø)
regression 66.68% <ø> (ø)
unit 32.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0dfbd1e...a6cf15b. Read the comment docs.

Copy link
Collaborator

@martin-cs martin-cs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@tautschnig tautschnig merged commit 441a249 into diffblue:develop Feb 8, 2021
@tautschnig tautschnig deleted the unit-test-gcc-warning branch February 8, 2021 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants