File tree Expand file tree Collapse file tree
test/integration/good/compiler-optimizations Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2559025590stan::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)",
Original file line number Diff line number Diff line change @@ -16669,7 +16669,7 @@ using namespace stan::math;
1666916669
1667016670
1667116671stan::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)",
You can’t perform that action at this time.
0 commit comments