-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[GCC13] Fix Woverloaded-virtual warning #44581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
please test for el9_amd64_gcc13 |
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44581/39747
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
a429782 to
7c21c46
Compare
|
please test for el9_amd64_gcc13 |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44581/39748
|
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@epalencia, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
-1 Failed Tests: Build HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Building shared library tmp/el9_amd64_gcc13/src/PhysicsTools/TensorFlowAOT/src/PhysicsToolsTensorFlowAOT/libPhysicsToolsTensorFlowAOT.so
Copying tmp/el9_amd64_gcc13/src/PhysicsTools/TensorFlowAOT/src/PhysicsToolsTensorFlowAOT/libPhysicsToolsTensorFlowAOT.so to productstore area:
Leaving library rule at PhysicsTools/TensorFlowAOT
>> Compiling src/PhysicsTools/TensorFlowAOT/test/testInterface.cc
>> Compiling src/PhysicsTools/TensorFlowAOT/test/testRunner.cpp
src/PhysicsTools/TensorFlowAOT/test/testInterface.cc:10:10: fatal error: tfaot-model-test-simple/model.h: No such file or directory
10 | #include "tfaot-model-test-simple/model.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
src/PhysicsTools/TensorFlowAOT/test/testInterface.cc:10:10: fatal error: tfaot-model-test-simple/model.h: No such file or directory
10 | #include "tfaot-model-test-simple/model.h"
|
|
please test for el9_amd64_gcc13 |
|
please test for gcc13, at least warnings in |
|
-1 Failed Tests: Build HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Building shared library tmp/el9_amd64_gcc13/src/PhysicsTools/TensorFlowAOT/src/PhysicsToolsTensorFlowAOT/libPhysicsToolsTensorFlowAOT.so
Copying tmp/el9_amd64_gcc13/src/PhysicsTools/TensorFlowAOT/src/PhysicsToolsTensorFlowAOT/libPhysicsToolsTensorFlowAOT.so to productstore area:
Leaving library rule at PhysicsTools/TensorFlowAOT
>> Compiling src/PhysicsTools/TensorFlowAOT/test/testInterface.cc
>> Compiling src/PhysicsTools/TensorFlowAOT/test/testRunner.cpp
src/PhysicsTools/TensorFlowAOT/test/testInterface.cc:10:10: fatal error: tfaot-model-test-simple/model.h: No such file or directory
10 | #include "tfaot-model-test-simple/model.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
src/PhysicsTools/TensorFlowAOT/test/testInterface.cc:10:10: fatal error: tfaot-model-test-simple/model.h: No such file or directory
10 | #include "tfaot-model-test-simple/model.h"
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e109b7/38538/summary.html Comparison SummarySummary:
|
7e65cd4 to
1f77ec0
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44581/40131
|
|
Pull request #44581 was updated. @tjavaid, @mdhildreth, @antoniovagnerini, @nothingface0, @syuvivida, @rvenditti, @civanch can you please check and sign again. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e109b7/39176/summary.html Comparison SummarySummary:
|
|
+1 |
|
+1
|
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
it's automatically assigned based on the packages touched. |
|
+1 |
PR description:
This PR fixes
overloaded-virtualwarnings emitted by gcc13 link:An alternative approach would be to make comparision operators in
l1t::Tauetc non-virtual, since these look like final classes.PR validation:
Bot tests