Skip to content

Commit 62328b8

Browse files
committed
Dune promote
1 parent cba323d commit 62328b8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

test/integration/good/compiler-optimizations/cpp.expected

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,8 +2139,8 @@ class ad_level_failing_model final : public model_base_crtp<ad_level_failing_mod
21392139
local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
21402140
(void) DUMMY_VAR__; // suppress unused var warning
21412141
try {
2142-
2143-
2142+
2143+
21442144
int pos__;
21452145
pos__ = 1;
21462146
current_statement__ = 16;
@@ -5981,8 +5981,8 @@ class expr_prop_experiment2_model final : public model_base_crtp<expr_prop_exper
59815981
local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
59825982
(void) DUMMY_VAR__; // suppress unused var warning
59835983
try {
5984-
5985-
5984+
5985+
59865986
int pos__;
59875987
pos__ = 1;
59885988
current_statement__ = 1;
@@ -20762,8 +20762,8 @@ class lcm_experiment_model final : public model_base_crtp<lcm_experiment_model>
2076220762
local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
2076320763
(void) DUMMY_VAR__; // suppress unused var warning
2076420764
try {
20765-
20766-
20765+
20766+
2076720767
int pos__;
2076820768
pos__ = 1;
2076920769
current_statement__ = 1;
@@ -25588,7 +25588,7 @@ using namespace stan::math;
2558825588

2558925589

2559025590
stan::math::profile_map profiles__;
25591-
static constexpr std::array<const char*, 91> locations_array__ =
25591+
static constexpr std::array<const char*, 91> locations_array__ =
2559225592
{" (found before start of program)",
2559325593
" (in 'optimizations.stan', line 20, column 4 to column 15)",
2559425594
" (in 'optimizations.stan', line 21, column 4 to column 13)",

test/integration/good/compiler-optimizations/cppO1.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16669,7 +16669,7 @@ using namespace stan::math;
1666916669

1667016670

1667116671
stan::math::profile_map profiles__;
16672-
static constexpr std::array<const char*, 109> locations_array__ =
16672+
static constexpr std::array<const char*, 109> locations_array__ =
1667316673
{" (found before start of program)",
1667416674
" (in 'optimizations.stan', line 20, column 4 to column 15)",
1667516675
" (in 'optimizations.stan', line 21, column 4 to column 13)",

0 commit comments

Comments
 (0)