Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMPStaticAnalyzer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
SMPStaticAnalyzer
Commits
febd7bb6
Commit
febd7bb6
authored
2 years ago
by
Jason Hiser
Committed by
Jason Hiser
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Ubuntu22 support
parent
9297d63a
No related branches found
Branches containing commit
No related tags found
2 merge requests
!23
Ubuntu22 support
,
!22
Draft: Resolve "Erroneous assert?"
Pipeline
#16556
passed
2 years ago
Stage: clean
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libehp
+1
-1
1 addition, 1 deletion
libehp
src/base/SMPFunction.cpp
+1
-1
1 addition, 1 deletion
src/base/SMPFunction.cpp
with
2 additions
and
2 deletions
libehp
@
5e41e26b
Compare
45a8a215
...
5e41e26b
Subproject commit
45a8a215b746ac7b189e4c6ccbab669635abcf67
Subproject commit
5e41e26b88d415f3c7d3eb47f9f0d781cc519459
This diff is collapsed.
Click to expand it.
src/base/SMPFunction.cpp
+
1
−
1
View file @
febd7bb6
...
...
@@ -27399,7 +27399,7 @@ void SMPFunction::EmitSPARKAdaForMultipleLoopExitTargets(FILE *SPARKBodyFile, co
if (ReachableUnion.GetBit(TCFGBlockNum) && CurrTCFGBlock->IsReadyToTranslate() && EligibleBlock) {
bool StartedGuardOutput = false;
uint32_t ReachableSourceCount = 0;
for (const
pair<int, STARSBitSet>
&CurrReachablePair : this->LoopExitTargetsReachabilitySets[LoopNum]) {
for (const
auto
&CurrReachablePair : this->LoopExitTargetsReachabilitySets[LoopNum]) {
STARSBitSet CurrBitSet;
CurrBitSet.AllocateBits(CurrReachablePair.second.GetNumBits());
CurrBitSet = CurrReachablePair.second;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment