=== Summary ===================================================
Hostname: chap02
Revision:
https://github.com/chapel-lang/chapel/commit/b88e5c0
Logfile: /data/sea/chapel/Nightly/day5-Fri-linux64.gnu.gasnet-everything.qthreads.flat-std.log
Started: Fri Sep 12 02:01:05 2014
Ended: Fri Sep 12 14:35:40 2014
View this job at:
http://chapel-ci.us.cray.com/job/correctness-chap02-mwf/41/
5052 Tests (+85), 647 Futures (-2)
standard run: 5039 Successes (+88), 13 Failures (-3)
======================================================================
--- New Errors (standard) -------------------------------
[Error matching program output for associative/bharshbarg/domains/opEquals]
[Error matching program output for studies/filerator/walk (execopts: 2)]
[Error matching program output for studies/filerator/walk (execopts: 9)]
[Error matching program output for types/scalar/bradc/bools2]
--- Resolved Errors (standard) --------------------------
[Error matching .bad file for functions/iterators/tzakian/par_iter_recursive]
[Error matching .bad file for functions/tzakian/open_inside_file_proc]
[Error matching .bad file for types/enum/sungeun/cast_enum_weird_4]
[Error matching compiler output for classes/bradc/arrayInClass/genericArrayInClass-otharrs]
[Error matching program output for execflags/gbt/getenv]
[Error matching program output for trivial/deitz/test_max_range_iteration]
[Error matching program output for types/range/hilde/maximalRange (compopts: 1)]
--- New Passing Future tests (standard) ---------------------
--- Passing Future tests (standard) ---------------------
--- Unresolved Errors (standard) ------------------------
[Error matching .bad file for distributions/deitz/test_distribution_syntax2]
[Error matching compiler output for studies/madness/aniruddha/madchap/recordBug/test_likepy]
[Error matching program output for classes/sungeun/remoteDynamicDispatch (compopts: 1)]
[Error matching program output for multilocale/diten/needMultiLocales/remoteStringTuple]
[Error matching program output for optimizations/sungeun/RADOpt/access1d (compopts: 1)]
[Error matching program output for optimizations/sungeun/RADOpt/access2d (compopts: 1)]
[Error matching program output for optimizations/sungeun/RADOpt/access3d (compopts: 1)]
[Error matching program output for studies/ssca2/performance/SSCA2_commDiags (compopts: 1)]
[Error: Timed out executing program studies/sudoku/dinan/sudoku]
--- New Failing Future tests (standard) -----------------
Future (Feature request: allow an index variable in a loop over a non-'ref' iterator to be mutable.) [Error matching compiler output for statements/vass/index-variable-var]
Future (bug: Const ref args to functions should be allowed to have default values.) [Error matching compiler output for functions/sungeun/const_ref_arg_default_value]
Future (bug: Internal error for function declaration with missing body) [Error matching compiler output for functions/lydia/syntax-error-unclear-message2]
Future (bug: Internal error for function declaration with missing body) [Error matching compiler output for functions/lydia/syntax-error-unclear-message]
Future (bug: References in tuples don't work like you would expect) [Error matching program output for variables/kbrady/ref-in-tuple]
Future (bug: reduction over the arrays in an array of class objects does not work) [Error matching compiler output for studies/shootout/nbody/sidelnik/nbody_fullreduction]
Future (bug: reduction over the arrays in an arrays of arrays does not work) [Error matching compiler output for trivial/sidelnik/reduction]
Future (bug: setter in where clause results in always calling the setter version of the function) [Error matching compiler output for functions/sungeun/setterFnInWhere]
Future (bug: setter in where clause results in always calling the setter version of the method) [Error matching compiler output for functions/sungeun/setterMtInWhere]
Future (error message: Default value for ref vars should not be allowed and using the default value results in a compiler error regarding use of a non-lvalue) [Error matching compiler output for functions/tzakian/implicit_arg_pass_by_ref]
Future (error message: const indices) [Error matching compiler output for trivial/deitz/test_nested_var_for_expr]
Future (feature request: compiler to detect when an iterator should be marked 'var') [Error matching compiler output for functions/iterators/vass/nonvar-iterator-warning]
Future (feature request: operator precedence to permit iteration over unbounded ranges) [Error matching compiler output for studies/shootout/fannkuch-redux/bradc/fannkuch-redux-blc-unbounded]
Future (feature request: print with octal formatting) [Error matching program output for io/lydia/octalPrint]
Future (feature request: support class and record methods with proc type syntax) [Error matching compiler output for functions/thomasvandoren/typeProcsInsideClassRec]
Future (feature request: support class and record methods with proc type syntax) [Error matching compiler output for functions/thomasvandoren/typeProcs]
Future (unimplemented feature: References cannot be members of classes or records) [Error matching compiler output for variables/kbrady/ref-member]
Future (unimplemented feature: Separate compilation does not work for functions with array arguments.) [Error matching compiler output for separate_compilation/jturner/use_array (compopts: 1)]
--- Unresolved Future tests (standard) ------------------
Future (Bug: Copy propagation can not follow references through record fields) [Error matching program output for functions/deitz/nested/test_nested_var_iterator3 (compopts: 1)]
Future (Bug: sync int is not allowed as the condition of an 'if' statement) [Error matching compiler output for types/sync/vass/if-sync-int]
Future (Feature request: partial reductions) [Error matching compiler output for studies/shootout/spectral-norm/bradc/spectralnorm-partred]
Future (bug: "unresolved call" error should not be reported, whereas it is when a dynamically-dispatched method has a param argument) [Error matching compiler output for classes/vass/generic-method-with-param-arg-1]
Future (bug: "unresolved call" error should not be reported, whereas it is when a dynamically-dispatched method has a param argument) [Error matching compiler output for classes/vass/generic-method-with-param-arg-2]
Future (bug: "unresolved call" error should not be reported, whereas it is when a dynamically-dispatched method has a param argument) [Error matching compiler output for classes/vass/generic-method-with-param-arg-3]
Future (bug: 'domain' is not treated as a generic type in var field declarations) [Error matching compiler output for domains/vass/generic-domain-field]
Future (bug: 'setter' in 'var' functions is printed incorrectly in some cases) [Error matching program output for functions/vass/setter-passed-to-another-fun]
Future (bug: 'setter' in var iterators) [Error matching compiler output for functions/deitz/iterators/test_promote_var_function_and_iterate]
Future (bug: 'setter' in var iterators) [Error matching program output for functions/deitz/iterators/iterator_uses_setter]
Future (bug: 'sync' and 'single' should be allowed only on scalar types) [Error matching program output for parallel/single/hilde/jbreitbart]
Future (bug: 'sync' and 'single' should be allowed only on scalar types) [Error matching program output for parallel/sync/diten/syncArrOfSync]
Future (bug: (int)(real_variable) causes a fatal error rather than a compiler error.) [Error matching compiler output for types/scalar/tmacd/fatal]
Future (bug: (or feature request) main() gets ignored if not in primary .chpl file?) [Error matching program output for modules/bradc/mainRoutineSurprise/M2]
Future (bug: An exit statement without parenthesis (and arguments) results in an internal error.) [Error matching compiler output for exits/sungeun/exitWithNoParensNoArgs]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 1)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 2)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 3)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 4)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 5)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 6)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 7)]
Future (bug: Array assignment fails for Block distributions with bounding boxes that don't overlap with the bounds of the domain.) [Error matching program output for arrays/sungeun/multilocale/weird_bbox_block (execopts: 8)]
Future (bug: Array values are permitted to be detupled in iterator) [Error matching program output for functions/iterators/bradc/badzip/misZipArrays]
Future (bug: Associative domain assignments are serialized.) [Error matching program output for domains/johnk/associative/literalsWarn]
Future (bug: Associative domain clear() does not reset array values to their) [Error matching program output for domains/sungeun/assoc/clear]
Future (bug: Associative domain literal syntax with a single associative domain index initializer drops the extra {} and becomes the same as the (inner) associative domain) [Error matching compiler output for domains/sungeun/assoc/literalSingleAssocDomain]
Future (bug: Associative domain literal syntax with a single rectangular domain index initializer drops the extra {} and becomes the same as the rectangular domain) [Error matching compiler output for domains/sungeun/assoc/literalSingleDomain]
Future (bug: Associative domain of arithmetic domains results in unresolved call error.) [Error matching compiler output for domains/claridge/domainOfDomains]
Future (bug: Associative domains do not support arrays as index types) [Error matching compiler output for puzzles/deitz/puzzle080117]
Future (bug: Associative domains with associative array index types are not supported yet) [Error matching compiler output for domains/sungeun/assoc/assocArrayIdxType]
Future (bug: Associative domains with associative domain index types are not supported yet) [Error matching compiler output for domains/sungeun/assoc/assocDomainIdxType]
Future (bug: Associative domains with rectangular array index types are not supported yet) [Error matching compiler output for domains/sungeun/assoc/arrayIdxType]
Future (bug: Associative domains with rectangular domain index types are not supported yet) [Error matching compiler output for domains/sungeun/assoc/domainIdxType]
Future (bug: Bit-wise reduce of arrays of arrays results in internal compiler error) [Error matching compiler output for arrays/sungeun/array_of_arrays/bxor_reduce]
Future (bug: Bug in function resolution results in unresolved type specifier for distribution under certain situations.) [Error matching program output for distributions/sungeun/misc/useDummyDist]
Future (bug: Bulk transfer optimization does not work for Block distributed rank changed arrays with --disableAliasedBulkTransfer=false) [Error matching program output for optimizations/rafa/rankChange]
Future (bug: Calling a method on a record from an overloaded method is unresolved call) [Error matching compiler output for classes/diten/subclassMethodCall]
Future (bug: Calling c_str() on a string from a remote locale results in a runtime error) [Error matching program output for types/string/sungeun/c_string/multilocale/c_str_on_remote_string]
Future (bug: Cannot count off members in a maximal unsigned range.) [Error matching program output for types/range/hilde/noCountBigUint]
Future (bug: Cannot have begin statements in chpl__autoCopy() or anything called from it) [Error matching compiler output for parallel/begin/sungeun/autoCopyWithBegin (compopts: 1)]
Future (bug: Cannot have begin statements in chpl__initCopy() or anything called from it) [Error matching compiler output for parallel/begin/sungeun/initCopyWithBegin]
Future (bug: Cannot iterate over a (homogenous) tuple of iteratable expressions that yield the same type) [Error matching compiler output for types/tuple/sungeun/iteration/iteratable]
Future (bug: Cannot iterate over heterogeneous tuples) [Error matching compiler output for types/tuple/sungeun/iteration/heteroTupleOfArrays]
Future (bug: Cannot iterate over heterogeneous tuples) [Error matching compiler output for types/tuple/sungeun/iteration/heteroTupleOfDomains]
Future (bug: Cannot iterate over heterogeneous tuples) [Error matching compiler output for types/tuple/sungeun/iteration/heteroTupleOfRanges]
Future (bug: Cannot represent the length of a maximal range.) [Error matching program output for types/range/hilde/needRangeCountType]
Future (bug: Cannot use param declared in parent class in member initialization in subclass.) [Error matching compiler output for classes/sungeun/inheritance_param1]
Future (bug: Cannot use type variable declared in parent class in member declaration of subclass.) [Error matching compiler output for classes/sungeun/inheritance_typeVar1]
Future (bug: Changes to a string used in a begin are not visible.) [Error matching program output for types/string/sungeun/stringInBegin]
Future (bug: Compiler does not allow calling 'new' on a type symbol) [Error matching compiler output for types/typedefs/tzakian/classConstructorsFromTypes]
Future (bug: Compiler reports an error when a record is declared inside a class, and the class has a variable that uses an aliased type from another module.) [Error matching compiler output for types/records/bharshbarger/nestedRecordInClass2]
Future (bug: Compiler seg faults during codegen when record compared to nil.) [Error matching compiler output for types/records/sungeun/recordNotNil1]
Future (bug: Compiler seg faults during codegen when record compared to nil.) [Error matching compiler output for types/records/sungeun/recordNotNil2]
Future (bug: Confusing error message simple case of inheritance.) [Error matching compiler output for classes/sungeun/inheritance_noUse_param3]
Future (bug: Confusing error message simple case of inheritance.) [Error matching compiler output for classes/sungeun/inheritance_noUse_param4]
Future (bug: Confusing error message simple case of inheritance.) [Error matching compiler output for classes/sungeun/inheritance_noUse_typeVar3]
Future (bug: Confusing error message simple case of inheritance.) [Error matching compiler output for classes/sungeun/inheritance_noUse_typeVar4]
Future (bug: Continues in param loops with no label cause compiler assertion.) [Error matching compiler output for statements/sungeun/continue_nolabel_param]
Future (bug: Declaring a record named _array with an array member results in resolution error.) [Error matching compiler output for types/records/sungeun/chapelTypes/record_array]
Future (bug: Declaring a recursive record results in a compiler seg fault.) [Error matching compiler output for types/records/sungeun/recursiveRecord]
Future (bug: Declaring a tuple of domains produces run-time error, "attempt to) [Error matching program output for types/tuple/claridge/tuple_of_domains]
Future (bug: Default value for locale types is incorrect.) [Error matching program output for multilocale/sungeun/locale_default]
Future (bug: Dynamic dispatch with 'ref' record arguments fails to work) [Error matching program output for users/kassner/dynDispatchRefRecordArg]
Future (bug: Error not reported when negative count exceeds range size.) [Error matching program output for types/range/hilde/countError]
Future (bug: Generated C code fails to compile when the != or == operators are used between records containing an array defined by a domain) [Error matching compiler output for types/records/bharshbarger/recordDomArrCmp]
Future (bug: Generated C code fails to compile when the != or == operators are used between records containing an array.) [Error matching compiler output for types/records/bharshbarger/recordArrCmp]
Future (bug: Implicit conversion of c_string to string does not work for ref, out, or inout intents.) [Error matching compiler output for types/string/sungeun/c_string/intents]
Future (bug: Initialization is not assignment (again).) [Error: Timed out executing program users/vass/km/array-of-records-crash-1.explicit-type]
Future (bug: Initialization is not assignment) [Error matching program output for types/records/sungeun/constructor2]
Future (bug: Initialization is not assignment, promoted version.) [Error: Timed out executing program users/vass/km/array-of-records-crash-1]
Future (bug: Iterating directly over the array results in a data access error) [Error matching program output for distributions/bharshbarg/arrOfArrDmap]
Future (bug: Iterator returning locale type gets internal error in resolveIntents) [Error matching compiler output for functions/iterators/sungeun/iterInClass]
Future (bug: Max reduce of arrays of arrays results in unresolved call) [Error matching compiler output for arrays/sungeun/array_of_arrays/max_reduce]
Future (bug: On statement variable declarations not supported) [Error matching compiler output for multilocale/sungeun/on_statement_var_decl]
Future (bug: Param loop over tuple of tuples results in internal compiler error.) [Error matching compiler output for users/holtbg/tupleOfTupleIteration]
Future (bug: Parameter type name resolves to punned module name.) [Error matching compiler output for modules/hilde/Writer]
Future (bug: Privatized class indices need a distinguished value to represent nil ...) [Error matching program output for distributions/deitz/test_distribution_syntax2]
Future (bug: Querying the type of a function (without calling the function) returns unexpected results.) [Error matching program output for functions/sungeun/type_illegal]
Future (bug: Range length can overflow the index type.) [Error matching program output for types/range/sungeun/length_broken (execopts: 1)]
Future (bug: Range length can overflow the index type.) [Error matching program output for types/range/sungeun/length_broken (execopts: 2)]
Future (bug: Return types of functions that return string literals should be string) [Error matching compiler output for types/string/sungeun/c_string/returnString]
Future (bug: Slicing array with a sparse subdomain causes an internal failure.) [Error matching compiler output for arrays/stonea/sliceSparseSubdomain]
Future (bug: Sparse domains are not thread-safe and therefore do not support parallel operations) [Error matching compiler output for domains/sungeun/sparse/stress]
Future (bug: Sparse domains are not thread-safe and therefore do not support parallel operations) [Error matching program output for domains/sungeun/sparse/forall]
Future (bug: Sparse domains are not thread-safe and therefore do not support parallel operations) [Error matching program output for domains/sungeun/sparse/minus_equals]
Future (bug: Sparse domains are not thread-safe and therefore do not support parallel operations) [Error matching program output for domains/sungeun/sparse/plus_equals]
Future (bug: Statically-typed variable declaration disables dynamic dispatch) [Error matching program output for trivial/jturner/iter_overload_simple]
Future (bug: String copy data leaked during IO) [Error matching program output for memory/figueroa/StringLeaks5]
Future (bug: Strings accessed on remote locales are copied and considered local) [Error matching program output for multilocale/sungeun/rvf/stringType (compopts: 1)]
Future (bug: Sum reduce of arrays of arrays seg faults) [Error matching compiler output for arrays/sungeun/array_of_arrays/sum_reduce]
Future (bug: Sync/single vars in records not properly copied when they are out or inout arguments) [Error matching program output for types/single/sungeun/writeRecordInOutProc]
Future (bug: Sync/single vars in records not properly copied when they are out or inout arguments) [Error: Timed out executing program types/sync/sungeun/writeRecordInOutProc]
Future (bug: Sync/single vars in records not properly copied when they are out or inout arguments) [Error: Timed out executing program types/sync/sungeun/writeRecordOutProc]
Future (bug: Syntax check prohibits overloaded multiplication) [Error matching program output for domains/claridge/multiplicationSyntaxCheck]
Future (bug: The return value of a non-var domain accessor should be treated as const (read-only).) [Error matching program output for domains/bradc/modDomMethod]
Future (bug: The return value of a non-var domain accessor should be treated as const (read-only).) [Error matching program output for domains/bradc/modDomQuery]
Future (bug: Type constructor call for base class does not include generic args.) [Error matching compiler output for classes/constructors/base-class-generic-args]
Future (bug: Unable to nest associative domains.) [Error matching program output for arrays/johnk/associative/recursive (compopts: 1)]
Future (bug: Unable to resolve return type for cast between enum and string if enum declared in function and string passed in as type parameter) [Error matching compiler output for types/enum/sungeun/cast_enum_weird_4]
Future (bug: User-defined initCopy routines are ignored in removedUnnecessaryAutoCopyCalls.) [Error matching program output for classes/hilde/alwaysOverrideCopyInit]
Future (bug: Using "no copy" and "no auto destroy" on variable declaration with type results in internal error.) [Error matching compiler output for trivial/sungeun/pragmas/noCopyNoDestroyPragmaArrayWithInit]
Future (bug: Using "no copy" and "no auto destroy" on variable declaration with type results in internal error.) [Error matching compiler output for trivial/sungeun/pragmas/noCopyNoDestroyPragmaArray]
Future (bug: Using "no copy" and "no auto destroy" on variable declaration with type results in internal error.) [Error matching compiler output for trivial/sungeun/pragmas/noCopyNoDestroyPragmaWithInit]
Future (bug: Using "no copy" and "no auto destroy" on variable declaration with type results in internal error.) [Error matching compiler output for trivial/sungeun/pragmas/noCopyNoDestroyPragma]
Future (bug: Variable declarations within local blocks for types with privatized data result in seg fault or "cannot access remote data in local block" error.) [Error matching program output for multilocale/local/sungeun/local_privatization]
Future (bug: We would like atomic variables to be passed by reference.) [Error matching program output for functions/iterators/tzakian/atomic_pass_by_ref_leader_follower_iterator]
Future (bug: We would like to support parallel recursive iterators.) [Error matching compiler output for functions/iterators/tzakian/par_iter_recursive]
Future (bug: When a record has a field whose type is another record with const field(s) in it, initialization of such a field within the outer record's constructor are erroneously disallowed.) [Error matching compiler output for types/records/const-checking/todo-constructors-for-const-rec-fields]
Future (bug: When a record variable declaration has an explicit type and an initializer, and the record has 'const' field(s), it should be legal but an error is reported.) [Error matching compiler output for types/records/const-checking/todo-initializing-typed-var]
Future (bug: When declaring an array of records with const field(s), an error is reported.) [Error matching compiler output for types/records/const-checking/scenario-1-array-of-record-with-const-fld]
Future (bug: When initializing an array of records with 'const' field(s), an error is reported.) [Error matching compiler output for types/records/const-checking/scenario-2-init-array-of-rec-with-const-fld]
Future (bug: When using associative domains and arrays of records with const fields, multiple const-related errors are reported.) [Error matching compiler output for types/records/const-checking/scenario-3-assoc-dom-of-record-with-const-fld]
Future (bug: Zippered iteration fails to do size checks) [Error matching program output for functions/iterators/bradc/badzip/arrayZipMismatch2]
Future (bug: Zippered iteration fails to do size checks) [Error matching program output for functions/iterators/bradc/badzip/arrayZipMismatch]
Future (bug: Zippered iteration fails to do size checks) [Error matching program output for functions/iterators/bradc/badzip/rangeSizeMismatch]
Future (bug: a bool config var or const, given on the command-line with '=' but without a 'true' or 'false' following it, needs to result in an error) [Error matching program output for memory/shannon/memstatEquals]
Future (bug: a function with a declared return type but no return statements is not flagged with an error) [Error matching compiler output for functions/vass/resolution/need-missing-return-error-2]
Future (bug: a generic 'ref' formal whose actual is a sync int gets the type 'int' when instantiating) [Error matching program output for types/sync/vass/ref-sync-1]
Future (bug: a generic formal whose actual is a sync int gets the type 'int' when instantiating) [Error matching compiler output for types/sync/vass/generic-sync-1]
Future (bug: abs(min(int)) returns a negative number) [Error matching program output for types/scalar/hilde/absMinInt]
Future (bug: adding methods to int(32)) [Error matching compiler output for users/ferguson/int32method]
Future (bug: alignment is not printed for certain unambiguously-aligned ranges) [Error matching program output for types/range/vass/writeranges-1]
Future (bug: an "ambiguous call" error is not reported) [Error matching compiler output for functions/vass/resolution/need-ambiguous-error-1]
Future (bug: an enum is not implicitly convertible to uint) [Error matching compiler output for types/enum/vass/enum-to-uint-1]
Future (bug: an error is not raised when slicing an unsigned range with a signed range and the result is not representable within the expected range type) [Error matching compiler output for types/range/vass/slice-unrep-2]
Future (bug: an error message is not reported when passing a different-class-type argument to a ref formal) [Error matching compiler output for classes/vass/ref-like-intents/ref-subclass]
Future (bug: an error message is not reported when passing a different-class-type argument to an inout formal) [Error matching compiler output for classes/vass/ref-like-intents/inout-subclass]
Future (bug: an error message is not reported when passing a different-class-type argument to an out formal) [Error matching compiler output for classes/vass/ref-like-intents/out-subclass]
Future (bug: an exported proc that returns a record is emitted in two forms) [Error matching compiler output for functions/gbt/retRecordMultiDef]
Future (bug: argument parser fails to parse boolean var with name and value space delimited on command line) [Error matching program output for execflags/thomasvandoren/configVarBooleanSpaceAfter]
Future (bug: array alias constructor argument that changes stridable param fails) [Error matching compiler output for arrays/diten/constructorArrayAliasReindex]
Future (bug: array alias member without element type) [Error matching compiler output for classes/stonea/arrayAliasRecordMember]
Future (bug: array and function at same scope doesn't cause a problem) [Error matching program output for functions/bradc/resolution/arrayVsFn]
Future (bug: array shape not preserved in forall expr (sparse array type)) [Error matching program output for sparse/bradc/inferSparseArrayType]
Future (bug: array shape not preserved in promotion) [Error matching program output for arrays/bradc/inferArrayType]
Future (bug: array shape not preserved in scan) [Error matching compiler output for reductions/bradc/minmaxlocscan-shape]
Future (bug: array type alias field fails to resolve) [Error matching compiler output for arrays/deitz/part5/test_array_type_field_type]
Future (bug: arrays with negative stride don't work) [Error matching program output for users/weili/arrNegDom2]
Future (bug: arrays with negative stride don't work) [Error matching program output for users/weili/arrNegDom3]
Future (bug: assignment to/from an array slice where the slice has a range with a non-trivial (non-"natural") alignment results in an "array index out of bounds" message) [Error matching program output for arrays/vass/slice-align-bug-1]
Future (bug: atomics not passed to constructors by ref by default) [Error matching program output for functions/bradc/intents/test_construct_atomic_intent]
Future (bug: boolean literals don't preserve their sizes) [Error matching program output for portability/boolLiteralSizes]
Future (bug: c_string variables should not be copied to other locales) [Error matching program output for types/string/sungeun/c_string/multilocale/c_str_on_remote_global_string]
Future (bug: c_string variables should not be copied to other locales) [Error matching program output for types/string/sungeun/c_string/multilocale/remote_assign_c_string]
Future (bug: c_string variables should not be copied to other locales) [Error matching program output for types/string/sungeun/c_string/multilocale/remote_assign_global_c_string]
Future (bug: cannot C-compile chpl-generated code) [Error matching compiler output for functions/vass/closure-outlives-captured-vars]
Future (bug: cannot assign a parenthesized tuple expansion expression) [Error matching compiler output for types/tuple/vass/tuple-expansion-with-parens-1]
Future (bug: cannot invoke a method that is inherited from the parent record) [Error matching compiler output for types/records/vass/method-of-parent-record-1]
Future (bug: cannot query a domain type's parameters) [Error matching compiler output for functions/vass/arg-is-queried-domain]
Future (bug: cast to non-type is not flagged as an error) [Error matching compiler output for expressions/vass/cast-to-non-type-1 (compopts: 1)]
Future (bug: cast to non-type is not flagged as an error) [Error matching compiler output for expressions/vass/cast-to-non-type-2 (compopts: 1)]
Future (bug: casting a uint param to string treats the uint as int) [Error matching compiler output for users/vass/param-uint-to-param-string]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_enum_weird_2]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_expr_init_1]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_expr_init_2]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_neg_start_1]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_neg_start_2]
Future (bug: casts of enums with initialization expressions is broken) [Error matching compiler output for types/enum/sungeun/cast_neg_start_oor_1]
Future (bug: casts of enums with initialization expressions is broken) [Error matching program output for types/enum/sungeun/cast_neg_start_3]
Future (bug: casts of enums with initialization expressions is broken) [Error matching program output for types/enum/sungeun/cast_neg_start_oor_2]
Future (bug: classes with matching names in separate modules class when used together) [Error matching compiler output for trivial/jturner/module_class_name_clash]
Future (bug: compiler bogs down with too many arrays of tuples) [Error matching compiler output for arrays/deitz/many/test_many_arrays_of_star_tuples]
Future (bug: compiler bogs down with too many domain types) [Error matching compiler output for arrays/deitz/many/test_many_ranks_of_arithmetic_domains]
Future (bug: compiler crashes for a user error in defining a user-defined reduction) [Error matching compiler output for users/csep524/userDefReduceSlim]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 1)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 2)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 3)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 4)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 5)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 6)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 7)]
Future (bug: compiler crashes when a task intent's ref clause includes a reference to a field) [Error matching compiler output for parallel/taskPar/vass/field-in-task-ref-clause (compopts: 8)]
Future (bug: compiler crashes when the program applies 'forall' to something that has a serial iterator but neither a leader nor a follower.) [Error matching compiler output for functions/iterators/vass/forall-without-leaderfollower]
Future (bug: compiler crashes with a segfault "seg fault [misc.cpp:216]") [Error matching compiler output for classes/vass/jglewis-class-in-function]
Future (bug: compiler crashes with an assertion) [Error matching compiler output for functions/vass/arg-is-tuple-with-generic-class]
Future (bug: compiler crashes with an assertion: Cannot call insertAfter on Expr not in a list [expr.cpp:146]) [Error matching compiler output for users/vass/crash5insertAfter]
Future (bug: compiler crashes with an internal error on a compilerWarning) [Error matching compiler output for users/vass/tuple-crash-1]
Future (bug: compiler crashes with an internal error when the main module uses another module and the other module has a 'begin' at the top level) [Error matching compiler output for parallel/begin/vass/begin-in-module-init (compopts: 1)]
Future (bug: compiler does not report an error upon a return of a tuple expansion) [Error matching program output for functions/vass/return-of-tuple-expansion-1]
Future (bug: compiler does not see a declaration because of textual order) [Error matching compiler output for classes/diten/type_order_problem]
Future (bug: compiler fails on legal code, but it shouldn't) [Error matching compiler output for functions/iterators/vass/recursive-iterator-in-expr-context]
Future (bug: compiler generates invalid code) [Error matching compiler output for classes/vass/duplicate-virtual-method-ok-1]
Future (bug: compiler internal error) [Error matching compiler output for functions/vass/return-type-function-failure]
Future (bug: compiler reports an error incorrectly) [Error matching compiler output for classes/vass/generic-parenthesesless-3]
Future (bug: compiler reports an error incorrectly) [Error matching compiler output for classes/vass/generic-parenthesesless-4]
Future (bug: compiler reports an error incorrectly) [Error matching compiler output for classes/vass/generic-parenthesesless-5]
Future (bug: compiler reports an error incorrectly) [Error matching compiler output for classes/vass/generic-parenthesesless-big1]
Future (bug: compiler reports an error when a record is declared in another record or class) [Error matching compiler output for types/records/vass/nested-record-with-outer-1]
Future (bug: compiler seg fault when compiling record in generic iterator) [Error matching compiler output for users/ferguson/record-in-iterator]
Future (bug: compiler seg faults) [Error matching compiler output for classes/vass/duplicate-virtual-method-error-2]
Future (bug: compiler segfault override/overload) [Error matching compiler output for users/ferguson/override_overload]
Future (bug: compiler suppresses compilerWarning unreasonably) [Error matching compiler output for trivial/vass/repeated-warning-1]
Future (bug: compilerError being incorrectly encountered (?)) [Error matching compiler output for classes/bradc/compilerErrorInMethod/testClear]
Future (bug: complex to string _cast function mishandles -0.0i) [Error matching program output for types/complex/diten/complexCastToString]
Future (bug: conditional expression as a default value for a formal argument) [Error matching compiler output for functions/deitz/default/test_default_conditional_expr]
Future (bug: confusion when -o name matches directory name) [Error matching program output for compflags/bradc/dirNameMatchesBin/foo]
Future (bug: const checking for record fields) [Error matching program output for classes/bradc/arrayInClass/arrayDomInClassRecord-illegal]
Future (bug: const domains modifiable via function calls) [Error matching program output for domains/bradc/assignConstDom2]
Future (bug: const domains modifiable via function calls) [Error matching program output for domains/bradc/assignConstDom]
Future (bug: cyclic striding) [Error matching compiler output for users/jglewis/test_cyclic_dist]
Future (bug: deadlock in writeThis methods that use on clauses) [Error matching program output for multilocale/bradc/needMultiLocales/writeThisUsingOn]
Future (bug: declared array of array formal argument types) [Error matching compiler output for arrays/bradc/arrayOfArrayArg]
Future (bug: default constructor expects a sync int, but when passed an int upon construction, does not perform a coercion from int to sync inc.) [Error matching compiler output for classes/hannah/coercingIntToSyncIntOnConstructor]
Future (bug: does not compile due to nil/NULL external class references) [Error matching compiler output for users/ferguson/extern_class_test (compopts: 1)]
Future (bug: does not complain about improperly closed chpldoc comment) [Error matching program output for chpldoc/compflags/comment/badClose (compopts: 1)]
Future (bug: enum dispatch) [Error matching program output for functions/bradc/resolution/badEnumDispatch]
Future (bug: error with new for type in other module) [Error matching compiler output for users/ferguson/module_new]
Future (bug: failure to unify return types for type function (?)) [Error matching compiler output for users/weili/typefnbug]
Future (bug: first-class functions suffer from separate compilation + subclassing support) [Error matching compiler output for separate_compilation/jturner/use_fcfunc (compopts: 1)]
Future (bug: forall-iteration over a domain ignores the alignment of its ranges) [Error matching program output for domains/vass/aligned-domain-forall]
Future (bug: function argument with type tuple of generic type causes assertion failure) [Error matching compiler output for functions/diten/fnGenericTupleArg]
Future (bug: function signature changed during compilation for records as return types) [Error matching compiler output for separate_compilation/jturner/use_record (compopts: 1)]
Future (bug: functions that are converted to methods are not scoped properly) [Error matching program output for functions/kbrady/proc_scoping]
Future (bug: global variables named size dissappear when a function uses a module) [Error matching compiler output for modules/diten/module_use_hides_size_var]
Future (bug: improve function return analysis) [Error matching compiler output for functions/deitz/test_return1]
Future (bug: improve function return analysis) [Error matching compiler output for trivial/preston/gcd]
Future (bug: incorrect type output) [Error matching compiler output for chpldoc/types/arguments/queried]
Future (bug: incorrect type output) [Error matching program output for chpldoc/types/arguments/queried]
Future (bug: invoking a method directly on an enum constant results in a compile-time error) [Error matching compiler output for types/enum/vass/enum-receiver-1]
Future (bug: iterator in record does not change fields) [Error matching program output for functions/deitz/iterators/test_record_iterator]
Future (bug: iterators do not obey dynamic dispatch) [Error matching program output for functions/iterators/vass/dynamic-dispatch-iterators]
Future (bug: memory corruption observed under GASnet) [Error matching compiler output for studies/hpcc/HPL/vass/bug]
Future (bug: mixing illegal types in config param setting) [Error matching compiler output for compflags/bradc/badConfigParamOverride (compopts: 1)]
Future (bug: multi-locale strings assigned by reference) [Error matching compiler output for distributions/bradc/block1Dlocale]
Future (bug: multi-locale strings assigned by reference) [Error matching program output for multilocale/diten/needMultiLocales/remoteString3]
Future (bug: multiple config types in one statement) [Error matching compiler output for functions/bradc/paramFnNonParamArgs/multConfigTypes]
Future (bug: multiple inheritance) [Error matching compiler output for classes/figueroa/DestructorSubclassing2]
Future (bug: multiple inheritance) [Error matching compiler output for classes/figueroa/DestructorSubclassing3]
Future (bug: name clash of global variables in the generated code with mathcalls.h) [Error matching compiler output for users/vass/global-j1]
Future (bug: name mangling) [Error matching compiler output for trivial/figueroa/UnmangledSymbols]
Future (bug: need to add a check whether the function is generic.) [Error matching compiler output for functions/jturner/first-class-generic-function]
Future (bug: nested type specifier does not work for reduction) [Error matching compiler output for users/ferguson/histogram/reductionex_class]
Future (bug: nested type specifier does not work for reduction) [Error matching compiler output for users/ferguson/histogram/reductionex_record]
Future (bug: newlines and double quotes are not displayed properly in compilerWarning/compilerError messages) [Error matching compiler output for parsing/vass/newline-in-string-compiletime-1]
Future (bug: no default locale value) [Error matching program output for types/locale/bradc/defaultLocaleVal]
Future (bug: no error for argument types that are values) [Error matching program output for functions/deitz/test_arg_type_is_value_error]
Future (bug: old-style [i in D] array declaration generates error message) [Error matching compiler output for users/weili/arrNegDom-blc]
Future (bug: out-of-order resolution) [Error matching compiler output for functions/bradc/resolveConfig]
Future (bug: out-of-order resolution) [Error matching compiler output for functions/deitz/test_outoforder]
Future (bug: out-of-order resolution) [Error matching compiler output for modules/deitz/test_module_mutual_use]
Future (bug: out-of-order resolution) [Error matching compiler output for modules/diten/mutualuse2]
Future (bug: out-of-order resolution) [Error matching compiler output for modules/diten/mutualuse3]
Future (bug: out-of-order resolution) [Error matching compiler output for modules/diten/mutualuse]
Future (bug: output order is wrong) [Error matching compiler output for chpldoc/compflags/alphabetical/classFields]
Future (bug: output order is wrong) [Error matching program output for chpldoc/compflags/alphabetical/classFields]
Future (bug: overloading operator breaks reduction) [Error matching compiler output for reductions/bradc/badoverload]
Future (bug: param c_strings should be the same as literal c_strings for type inference) [Error matching program output for types/string/diten/c_stringParamInfer]
Future (bug: param function returns variable) [Error matching program output for users/weili/metaprog2]
Future (bug: param function with declared type doesn't create param value) [Error matching compiler output for users/bartosz/paramfn2]
Future (bug: paramret - if a param procedure has its return type declared explicitly, it returns the default value of that type, regardless of its body) [Error matching program output for functions/vass/paramret-1]
Future (bug: paramret - see paramret-1.future) [Error matching program output for functions/vass/paramret-diten]
Future (bug: passing a 'sync int' actual to a 'ref x: int' formal is allowed) [Error matching compiler output for types/sync/vass/ref-sync-2]
Future (bug: passing enums to param uint args causes problems in where clauses) [Error matching compiler output for functions/bradc/resolution/uintParamInWhere]
Future (bug: printing a multi-d array where one of the dimension ranges has a negative stride misplaces a newline) [Error matching program output for arrays/vass/print-negstride-bug-1]
Future (bug: program crashes when a variable of a tuple type is declared and one component of the tuple is an array) [Error matching compiler output for arrays/vass/tuple-with-array-1]
Future (bug: query expressions on domain/subdomain arguments needs to be implemented) [Error matching compiler output for domains/vass/domain-arg-query-expr]
Future (bug: range op overflow) [Error matching program output for types/range/diten/testRangeSlice2]
Future (bug: range op overflow) [Error matching program output for types/range/diten/testRangeSlice3]
Future (bug: range op overflow) [Error matching program output for types/range/diten/testRangeSlice]
Future (bug: range.indexOrder() does not check whether the range has the first index) [Error matching program output for types/range/vass/indexorder-nofirst-1]
Future (bug: range.indexOrder() does not check whether the range has the first index) [Error matching program output for types/range/vass/indexorder-nofirst-2]
Future (bug: reading tuple type) [Error matching program output for io/bradc/readTuple]
Future (bug: record within reduction class) [Error matching program output for studies/kmeans/kmeansonepassreduction-mystery]
Future (bug: recursive record of array of record) [Error matching compiler output for arrays/dinan/array_of_records]
Future (bug: secondary initialize() not treated like primary) [Error matching program output for classes/bradc/initialize-secondary]
Future (bug: seg fault for local class in generic function) [Error matching compiler output for users/jglewis/locClassSegFault]
Future (bug: self-recursive calls plus different use of default args => internal error) [Error matching compiler output for users/csep524/recRetArr]
Future (bug: setter in where clause fails to compile) [Error matching compiler output for functions/bharshbarg/setterInWhere]
Future (bug: setting config with shared initializer) [Error matching program output for execflags/bradc/configShareInit]
Future (bug: skyline arrays are buzzed) [Error matching program output for arrays/deitz/test_skyline_array]
Future (bug: slice sparse domain by dense domain) [Error matching compiler output for sparse/bradc/sliceWithDense]
Future (bug: slicing an unsigned range with a signed range is not supported) [Error matching compiler output for types/range/vass/slice-1]
Future (bug: slicing an unsigned range with a signed range is not supported) [Error matching compiler output for types/range/vass/slice-2]
Future (bug: some errors involving assignments to const records or to records with const fields are not currently reported) [Error matching compiler output for types/records/const-checking/todo-multiple-asgn-errors]
Future (bug: sparse accumulate of for loop) [Error matching compiler output for sparse/bradc/accumInds-forexpr]
Future (bug: subclassing across a separate compile fails) [Error matching compiler output for separate_compilation/jturner/use_subclass (compopts: 1)]
Future (bug: sync and single variables need to be passable to generic formals with 'ref' intent) [Error matching compiler output for users/vass/type-tests.todo]
Future (bug: sync and single variables need to be passable to generic formals with 'ref' intent) [Error: Timed out executing program functions/vass/sync-by-ref]
Future (bug: test is nondeterministic) [Error matching compiler output for studies/590o/telmas/dpll (compopts: 1)]
Future (bug: the compiler requires the type of an actual to match the type of its formal when it has the 'out' intent) [Error matching compiler output for functions/vass/out-intent-desired]
Future (bug: the header string for a parenthesis-less function is incorrect) [Error matching compiler output for parsing/vass/parenthesis-less-function-string]
Future (bug: the type inferred for a variable initialized to 'nil' is not 'object') [Error matching compiler output for classes/deitz/test_infer_nil]
Future (bug: tuple is not constructed out when parenthesizing a tuple expansion expression) [Error matching program output for functions/vass/return-of-tuple-expansion-2]
Future (bug: type composed of runtime type is not a runtime type) [Error matching compiler output for types/tuple/stonea/returnArrayTuple]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for arrays/deitz/part3/test_record_of_array_type]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for arrays/deitz/part6/test_tuple_of_array]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for types/tuple/diten/runtimeTypeInTuple2]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for types/tuple/diten/runtimeTypeInTuple]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for types/tuple/diten/tupleOfArray2]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for types/tuple/diten/tupleOfArrayReturnType]
Future (bug: type composed of runtime type is not a runtime type) [Error matching program output for types/tuple/diten/tupleOfArray]
Future (bug: unable to return tuple from a var function when created on the fly) [Error matching compiler output for functions/bharshbarg/setterBranch]
Future (bug: unable to return tuple from a var function when created on the fly) [Error matching compiler output for functions/bharshbarg/setterInFunction]
Future (bug: untyped array initialization via forall does not preserve the forall's domain map) [Error matching compiler output for arrays/vass/initialization-mapped-1]
Future (bug: upon write(someObj), someObj.writeThis() is invoked on the channel's home locale, rather than on the current locale) [Error matching compiler output for io/vass/writeThis-on]
Future (bug: user-defined constructor for nested class) [Error matching compiler output for users/murai/test_nested_class_constructor]
Future (bug: user-defined constructors for nested classes are broken) [Error matching program output for classes/vass/nested-class-with-user-defined-constructor-1]
Future (bug: var function can return local via another var function) [Error matching program output for functions/deitz/test_var_function_returns_local_via_var_function]
Future (bug: var function returning multiple class types should get compiler error) [Error matching compiler output for functions/diten/varFnRetClasses]
Future (bug: var function returning multiple class types should get compiler error) [Error matching program output for functions/diten/varFnRetClasses2]
Future (bug: when a record that is defined in a proc and is unused is eliminated from the AST, its chpl__autoCopy() and chpl__initCopy() remain in the AST) [Error matching compiler output for types/records/vass/unused-decl-in-proc-1]
Future (bug: when a record that is defined in a proc and is unused is eliminated from the AST, its chpl__autoCopy() and chpl__initCopy() remain in the AST) [Error matching compiler output for types/records/vass/unused-decl-in-proc-2]
Future (bug: writeln() called with a function argument leads to unexpected output.) [Error matching program output for io/sungeun/funcPtr1]
Future (bug: writeln() called with a generic function as an argument leads to unexpected output.) [Error matching compiler output for io/sungeun/funcPtr6]
Future (bug: writeln() called with a getCommDiagnostics as an argument leads to unexpected output.) [Error matching compiler output for io/sungeun/funcPtr4]
Future (bug: writeln() called with a writeln as an argument leads to unexpected output.) [Error matching compiler output for io/sungeun/funcPtr3]
Future (bug: writeln() called with an extern function argument leads to unexpected output.) [Error matching program output for io/sungeun/funcPtr2]
Future (bug: writeln() called with an iterator as an argument leads to unexpected output.) [Error matching compiler output for io/sungeun/funcPtr5]
Future (bug: writeln-within-writeln deadlock) [Error matching program output for distributions/vass/dmap-writeln-default-value]
Future (bug: zipper iteration of mismatched ranks) [Error matching compiler output for arrays/diten/reduce2Dwith3D]
Future (bug: zipper iteration of mismatched ranks) [Error matching program output for arrays/diten/reduce3Dwith2D]
Future (error message: "chpl_destroy" should not appear in the error message) [Error matching compiler output for classes/figueroa/BogusDestructors]
Future (error message: # operator applied to bad types) [Error matching program output for types/range/bradc/countInt32-uint64]
Future (error message: Arrays of arrays can't be initialized to a scalar.) [Error matching compiler output for trivial/sidelnik/array_init]
Future (error message: Confusing error message.) [Error matching compiler output for users/ferguson/typenotthis]
Future (error message: Error message from resolution includes token after function name) [Error matching compiler output for trivial/diten/shortMethodError]
Future (error message: Incorrect error message when zippering in a tuple with an array) [Error matching compiler output for functions/deitz/iterators/temps/test_iterator_temp8]
Future (error message: Invalid extern declaration in class results in confusing C compile-time error.) [Error matching compiler output for extern/sungeun/externProcInClassShouldBeError]
Future (error message: It would be nice if the unresolved call looked the same as it did in the source code.) [Error matching compiler output for functions/sungeun/resolutionErrorMsg]
Future (error message: Type name _syncvar(t) should be sugared to sync t in diagnostic messages.) [Error matching compiler output for classes/bradc/syncAsClass3]
Future (error message: When assigning to a record with multiple 'const' fields, it should be a single error, not one error per field.) [Error matching compiler output for types/records/const-checking/todo-duplicate-cannotassign-error]
Future (error message: When assigning to an array of records with const field(s), the location of the error being reported should point to the assignment, rather the internal array implementation.) [Error matching compiler output for types/records/const-checking/todo-linenumber-in-array-assignment-error]
Future (error message: array method candidates) [Error matching compiler output for sparse/bradc/denseIRV]
Future (error message: assign array to scalar) [Error matching compiler output for expressions/bradc/reduceVsMathPrec2]
Future (error message: attempting to coerce param imag to real leaves out "i" in error) [Error matching compiler output for functions/diten/coerce_param_imag_to_real]
Future (error message: better error message for iterators with the void return type) [Error matching compiler output for functions/iterators/vass/void-iterator-error]
Future (error message: better error related to shape mismatch) [Error matching program output for arrays/bradc/sliceViaSingleton]
Future (error message: clean error instead of an assertion failure for bad loop index) [Error matching compiler output for statements/diten/badIndexVar]
Future (error message: config vars of non-primitive types) [Error matching compiler output for execflags/bradc/tupleConfig]
Future (error message: const arrays) [Error matching program output for arrays/bradc/constArray]
Future (error message: const arrays) [Error matching program output for functions/bradc/retConstness/modifyReturnedArray]
Future (error message: const records) [Error matching program output for functions/bradc/retConstness/modifyReturnedRecord]
Future (error message: current error message not helpful, tells user illegal cast from string to sync var, when should tell user config syncs not supported) [Error matching compiler output for classes/hannah/configSyncsNotSupported]
Future (error message: generic line numbers for non-developers) [Error matching compiler output for classes/bradc/generic/genericInGeneric]
Future (error message: include the compound assignment in the error message; do not mention "formals" of <=>) [Error matching compiler output for functions/vass/lvalue-error-messages]
Future (error message: inferred return type param function returns variable) [Error matching compiler output for users/weili/metaprog3]
Future (error message: invalid use of ddata) [Error matching compiler output for users/ferguson/ddata/error]
Future (error message: iterator/promotion reported where none exists) [Error matching program output for classes/bradc/thisWrongSize]
Future (error message: mark param value types) [Error matching compiler output for functions/bradc/resolution/paramMismatch]
Future (error message: more specific error message upon missing close brace) [Error matching compiler output for parsing/vass/error-when-missing-close-brace]
Future (error message: multiple destructors result in slightly weird error message) [Error matching compiler output for classes/diten/multipledestructor]
Future (error message: need to indicate that an error was upon an invocation of indexOrder, rather than alignedHigh) [Error matching program output for types/range/vass/indexorder-nofirst-3]
Future (error message: nil opaque bounds checking) [Error matching program output for arrays/opaque/bradc/nilAccess]
Future (error message: over-riding default array member value) [Error matching program output for classes/bradc/arrayInClass/overrideDefaultArr]
Future (error message: passing strided range to non-strided) [Error matching compiler output for users/thom/passStrRngToNonstrRng]
Future (error message: prune candidate function list) [Error matching compiler output for expressions/diten/type_eqeq_value]
Future (error message: prune candidate function list) [Error matching compiler output for users/weili/raiseType2-blc]
Future (error message: reduce of range should sugar iterator functions) [Error matching compiler output for reductions/deitz/test_reduce_range]
Future (error message: report writing/reading/otherwise accessing a channel after it has been closed with a real error message) [Error matching program output for io/vass/channel-access-after-close-error]
Future (error message: should be a syntax error instead of complaining about being undeclared) [Error matching compiler output for expressions/lydia/noinit/arg]
Future (error message: should indicate that there need to be a 'dom' field in the 'GlobalArray' class; arguably should be a user error) [Error matching compiler output for domains/vass/no-dom-field-error]
Future (error message: side effect checking on parameter functions) [Error matching program output for functions/diten/paramFnWithSideEffects]
Future (error message: side effect checking on type function) [Error matching program output for functions/diten/typeFnWithLoop]
Future (error message: sliced array shape mismatch) [Error matching program output for arrays/bradc/sliceViaSingletonRange]
Future (error message: superclass type by reference) [Error matching compiler output for users/ferguson/aa/class-ref-one]
Future (error message: two these functions generates vague message) [Error matching compiler output for functions/iterators/bradc/twoThese]
Future (error message: typeToString(sync XXX) should produce 'sync XXX') [Error matching compiler output for types/sync/vass/sync-type-1]
Future (error message: uninstantiated generic parent) [Error matching compiler output for classes/jplevyak/inherit-2-fixed]
Future (error message: uninstantiated generic parent) [Error matching compiler output for classes/jplevyak/inherit-2]
Future (error message: uninstantiated generic parent) [Error matching compiler output for types/type_variables/deitz/part5/inherit_instantiate4]
Future (error message: use before def in module use statement) [Error matching compiler output for modules/figueroa/SymbolShadowing/SymbolShadowing]
Future (error message: when I forgot () to call a function) [Error matching compiler output for users/ferguson/badcallerror]
Future (error message: when a string literal contains a backslash+char combo not supported in C) [Error matching compiler output for parsing/vass/undefined-backslash-combos-in-strings-1]
Future (error message: when resolving a call with an unresolvable argument type) [Error matching compiler output for functions/vass/undefined-type-error-1]
Future (error message: would like a more explanatory error message in the function-used-as-a-type situation) [Error matching compiler output for trivial/vass/val-fun-as-type-error-message]
Future (error message: would like a more explanatory error message in the type-function-used-as-a-type-without-application situation) [Error matching compiler output for trivial/vass/type-fun-as-type-error-message]
Future (error message: would like a more explanatory error message in the value-used-as-a-type situation) [Error matching compiler output for trivial/vass/val-as-type-error-message]
Future (feature request) [Error matching compiler output for modules/bradc/obviousMainMod/mainMod (compopts: 1)]
Future (feature request) [Error matching compiler output for modules/bradc/obviousMainMod/mainMod2 (compopts: 1)]
Future (feature request: "last resort" resolution priority) [Error matching compiler output for functions/bradc/resolution/lastResort/lastResort2]
Future (feature request: "last resort" resolution priority) [Error matching compiler output for functions/bradc/resolution/lastResort/lastResort]
Future (feature request: 'accessing the locale of a local expression' on more exprs) [Error matching program output for multilocale/deitz/oneOrMoreLocales/test_dot_locale_error2]
Future (feature request: 'for' expression with a param index variable to create a tuple) [Error matching compiler output for expressions/vass/tuple-from-param-loop]
Future (feature request: + reduce on strings should concatenate strings) [Error matching program output for users/ferguson/string_reduce]
Future (feature request: --run flag for chpl compiler) [Error matching compiler output for compflags/tvandoren/runFlag (compopts: 1)]
Future (feature request: 1D array writing -> newline) [Error matching program output for arrays/bradc/arrOfArr/printArrOfArr]
Future (feature request: @ operator for arithmetic domains) [Error matching compiler output for domains/sungeun/rect/at_operator]
Future (feature request: A more robust module system) [Error matching program output for modules/kbrady/use_shadows_formal]
Future (feature request: A way to query the return type of a function without calling the function.) [Error matching compiler output for functions/sungeun/retType]
Future (feature request: Add support for capture iterators as first-class functions) [Error matching compiler output for functions/jturner/capture_iter]
Future (feature request: Allow assignment to be defined as a method.) [Error matching compiler output for classes/hilde/methodAssignment]
Future (feature request: Allow the index variable to have a specified type) [Error matching compiler output for statements/kbrady/typedIndexVar]
Future (feature request: Allow the iteration state in a follower to be named arbitrarily.) [Error matching compiler output for functions/iterators/hilde/followerState]
Future (feature request: Allow user to call methods as functions by supplying the this parameter explicitly.) [Error matching compiler output for classes/hilde/callMethodAsFunction]
Future (feature request: Allow write access to the fields in a range.) [Error matching compiler output for types/range/hilde/rangeAccessors]
Future (feature request: Arithmetic between uint(32) and uint(64) should be valid.) [Error matching compiler output for types/scalar/hilde/uintUint64]
Future (feature request: Change the single element array syntax to [x,]) [Error matching compiler output for arrays/kbrady/singleElementLiteral]
Future (feature request: Chapel should recognize static and dynamic libraries on its command line.) [Error matching compiler output for compflags/hilde/nameDynamicLib (compopts: 1)]
Future (feature request: Chapel should recognize static and dynamic libraries on its command line.) [Error matching compiler output for compflags/hilde/nameStaticLib (compopts: 1)]
Future (feature request: Compiling with --local should not require -nl in any case?) [Error matching program output for compflags/bradc/localWithLauncher (compopts: 1)]
Future (feature request: Currently iterations over iter functions with multiple yields of differing types is not supported. As such iteration of non-homogeneous tuples is also not supported.) [Error matching compiler output for types/tuple/johnk/heterogeneous_tuple_iterations]
Future (feature request: Eliminate dead modules that only contain dead variables.) [Error matching program output for optimizations/deadCodeElimination/elliot/deadModuleWithVar]
Future (feature request: Implement field-by-field comparison in the default record equality function) [Error matching compiler output for classes/jplevyak/record_equal-1]
Future (feature request: Implement field-by-field comparison in the default record equality function) [Error matching compiler output for classes/jplevyak/record_equal-2]
Future (feature request: Implement record method inheritance) [Error matching compiler output for classes/hilde/recordInheritance]
Future (feature request: Implement type minimum and maximum values as param properties.) [Error matching compiler output for types/scalar/hilde/minTypeAsParam]
Future (feature request: Index into a string to access characters.) [Error matching compiler output for types/string/hilde/wantCharSelection]
Future (feature request: Join on strings) [Error matching compiler output for types/string/ferguson/join]
Future (feature request: Make readline a wrapper around a new 'readUntil' function which would take a ascii character to stop reading at.) [Error matching compiler output for io/bharshbarg/readUntil]
Future (feature request: Membership queried with 'in' keyword.) [Error matching compiler output for arrays/stonea/inForMembership]
Future (feature request: No-op statements at the top-level of a file should give a "misunderstanding"-style warning) [Error matching compiler output for modules/sungeun/warnings/useExtraSemicolon2]
Future (feature request: No-op statements at the top-level of a file should give a "misunderstanding"-style warning) [Error matching compiler output for modules/sungeun/warnings/useExtraSemicolon]
Future (feature request: RAII for record containing object) [Error matching compiler output for users/ferguson/byvalue]
Future (feature request: RandomStream follower iterator) [Error matching compiler output for modules/standard/Random/bradc/parRandom2]
Future (feature request: RandomStream follower iterator) [Error matching compiler output for modules/standard/Random/bradc/parRandomTwoTimes]
Future (feature request: RandomStream follower iterator) [Error matching compiler output for studies/hpcc/common/bradc/unit/parRandom2-domblock64]
Future (feature request: RandomStream follower iterator) [Error matching compiler output for studies/hpcc/common/bradc/unit/parRandom2-domblock]
Future (feature request: Record conversion from string.) [Error matching compiler output for users/ferguson/record_from_string]
Future (feature request: Silent uint rollover (param and runtime).) [Error matching program output for types/scalar/hilde/constUintOvf]
Future (feature request: Support access of type characteristics as properties) [Error matching compiler output for types/scalar/hilde/wantTypeProperties]
Future (feature request: Support for param strings) [Error matching program output for functions/diten/param_bool_to_string]
Future (feature request: Support for param strings) [Error matching program output for functions/diten/param_int_to_string]
Future (feature request: Support pow() as a function.) [Error matching compiler output for modules/hilde/math/pow]
Future (feature request: Syntactic sugar for PRIM_QUERY_TYPE and PRIM_QUERY_PARAM) [Error matching compiler output for classes/lydia/prettierQueryField]
Future (feature request: Use the C complex types and math libraries instead of implementing our own) [Error matching program output for functions/diten/complexAbsFn]
Future (feature request: a better error message (see .good)) [Error matching compiler output for classes/vass/generic-var-const-field-error]
Future (feature request: ability to overload ChapelBase.chpl operators in user code) [Error matching compiler output for types/coerce/diten/test_override_equals]
Future (feature request: ability to use where clauses on types of dists) [Error matching compiler output for distributions/bradc/where/dispatchBasedOnDist-alt]
Future (feature request: ability to use where clauses on types of dists) [Error matching compiler output for distributions/bradc/where/dispatchBasedOnDist]
Future (feature request: allow 'atomic' variables to be initialized) [Error matching compiler output for types/atomic/vass/initialize-atomics-1]
Future (feature request: allow a range to be implicitly coerced to a range with a bigger idxType when it is passed as an arguments to a function) [Error matching compiler output for types/range/vass/promotion-of-actuals-idxType]
Future (feature request: allow an unstridable range to be implicitly coerced to stridable when it is passed as an arguments to a function) [Error matching compiler output for types/range/vass/promotion-of-actuals-unstrided-to-strided]
Future (feature request: allow declaring methods on type aliases) [Error matching compiler output for types/typedefs/vass/def-method-on-type-alias]
Future (feature request: allow explicit conversion from range(int(64)) to range(int(32))) [Error matching compiler output for types/range/vass/explicit-conversion-index-type]
Future (feature request: allow implicit conversion of param u/int(64) to any u/int or real type that the param value fits in) [Error matching compiler output for types/scalar/vass/paramInt64ToOtherInts]
Future (feature request: allow implicit conversions from u/int(8) and u/int(16) to real(32).) [Error matching compiler output for types/scalar/vass/int8toReal32]
Future (feature request: allow positive enum constants to be implicitly convertible to unsigned ints of sufficient size) [Error matching compiler output for types/enum/vass/enum-to-uint-param-1]
Future (feature request: allow the "error" and "warning" primitives to work in more cases) [Error matching compiler output for functions/vass/resolution/primitive-warnerr-crash-1]
Future (feature request: allow zero actual arguments for a vararg, i.e. a variable-number-of-arguments formal) [Error matching compiler output for users/ferguson/no_args_varfunc]
Future (feature request: arguments to user-defined reductions) [Error matching compiler output for users/ren/mink-blc-arg]
Future (feature request: array query syntax for shape of array) [Error matching compiler output for users/ferguson/arrayreindex]
Future (feature request: assign (param) int(32) domain to int(64) domain) [Error matching compiler output for domains/bradc/assignIntDomainToInt64]
Future (feature request: beef up recursive type inference) [Error matching compiler output for users/lucashimizu/inferRecursive]
Future (feature request: building domains from other domains) [Error matching compiler output for studies/590o/blerner/domainsFromDomains-sparse]
Future (feature request: building domains from other domains) [Error matching compiler output for studies/590o/blerner/domainsFromDomains]
Future (feature request: cast real to imag) [Error matching program output for users/ferguson/cast_to_imag]
Future (feature request: chpldev_refToString on domains and arrays) [Error matching compiler output for trivial/diten/domArrRef2String]
Future (feature request: combined div&mod operator) [Error matching compiler output for expressions/vass/div-mod-two-in-one]
Future (feature request: command line config value range check) [Error matching program output for execflags/bradc/int32configBad]
Future (feature request: compiler option --explain-types to show the types of local variables and type aliases) [Error matching compiler output for compflags/vass/show-types-of-locals (compopts: 1)]
Future (feature request: compiler option --show-config-params to show the config) [Error matching compiler output for compflags/gbt/show-config-params (compopts: 1)]
Future (feature request: convert 'const' to 'param' variables automatically when the initial value is a param) [Error matching compiler output for param/vass/autoconvert-const-to-param]
Future (feature request: delete makes class references nil) [Error matching program output for classes/bradc/deleteMakesNil]
Future (feature request: detuple of a param tuple to be a sequence of param values) [Error matching program output for functions/vass/resolution/param-detuple]
Future (feature request: distinguish ambiguous and unambiguous range alignments when printing) [Error matching program output for types/range/vass/writeranges-2]
Future (feature request: do not evaluate (at run time) the argument to .type) [Error matching program output for users/vass/dont-eval-dot-type]
Future (feature request: easier array literals of non-default size) [Error matching compiler output for users/ferguson/literals/a8]
Future (feature request: enable + / divceil(n,m) on more combinations of integral types) [Error matching compiler output for users/vass/div-ceil-on-more-int-types]
Future (feature request: enumerate iterator similar to python) [Error matching compiler output for functions/iterators/tvandoren/enumerate]
Future (feature request: enums should be usable like modules) [Error matching compiler output for types/enum/bradc/useEnum]
Future (feature request: eof on QIO channels) [Error matching compiler output for io/bradc/eof2]
Future (feature request: extern "struct foo" types) [Error matching compiler output for extern/bradc/structs/externFloat4b (compopts: 1)]
Future (feature request: extern functions w/ default args and return values) [Error matching program output for extern/bradc/defaultArgsUseReturn (compopts: 1)]
Future (feature request: external enums) [Error matching compiler output for extern/bradc/types/enum (compopts: 1)]
Future (feature request: fastCompilation param and --no-fast compiler option) [Error matching compiler output for compflags/vass/fast-param-var (compopts: 1)]
Future (feature request: fastCompilation param and --no-fast compiler option) [Error matching compiler output for compflags/vass/fast-param-var (compopts: 2)]
Future (feature request: fewer casts when initializing associative domain with uint(8)) [Error matching compiler output for users/ferguson/literals/assoc_domain8]
Future (feature request: fill array with random integers) [Error matching compiler output for modules/standard/Random/bradc/randInts]
Future (feature request: for a formal of a homogenous type whose component type is generic, allow querying of that generic type's parameters, as well as the tuple size) [Error matching compiler output for functions/vass/arg-is-queried-tuple-1]
Future (feature request: for a vararg formal with each formal's type being generic, allow querying of that generic type's parameters, in addition to the number of vararg actuals) [Error matching compiler output for functions/vass/arg-is-queried-vararg-1]
Future (feature request: generate "warning: A while loop with a constant condition" when the condition is an expression with a constant value) [Error matching compiler output for statements/vass/while-const3]
Future (feature request: handle assignments to atomic variables consistently) [Error matching compiler output for types/atomic/vass/assign-atomics-1]
Future (feature request: handle reading of atomic variables consistently) [Error matching compiler output for types/atomic/vass/read-atomics-1]
Future (feature request: handle reading of atomic variables consistently) [Error matching compiler output for types/atomic/vass/read-atomics-2]
Future (feature request: help prints config var default values) [Error matching program output for execflags/shannon/configs/help/configVarDefaultValue]
Future (feature request: implement noinit for arrays) [Error matching program output for expressions/lydia/noinit/arrayFullAssign]
Future (feature request: implement noinit for arrays) [Error matching program output for expressions/lydia/noinit/arrayIndividualAssign]
Future (feature request: implement noinit for domains) [Error matching program output for expressions/lydia/noinit/usedWithDomain]
Future (feature request: implement noinit for singles (perhaps it should noinit automatically)) [Error matching program output for expressions/lydia/noinit/usedWithSingle]
Future (feature request: implement noinit for syncs (perhaps it should noinit automatically)) [Error matching program output for expressions/lydia/noinit/usedWithSync]
Future (feature request: in this case, I would like the compiler to suggest missing parentheses) [Error matching compiler output for classes/vass/class-new-error]
Future (feature request: isEmpty method for domains) [Error matching compiler output for domains/claridge/DomainIsEmpty]
Future (feature request: make 'memTrack' assignable to from Chapel code) [Error matching compiler output for memory/vass/assign-to-memTrack]
Future (feature request: method overriding not to depend on arguments' names) [Error matching program output for classes/vass/generic-method-in-subclass-argname-1]
Future (feature request: module help method) [Error matching compiler output for execflags/bradc/moduleHelp]
Future (feature request: much easier array literals of non-default size) [Error matching compiler output for users/ferguson/literals/a8-partial]
Future (feature request: output formatting) [Error matching compiler output for io/bradc/formatoutput]
Future (feature request: param/type iterators) [Error matching compiler output for functions/iterators/bradc/compileTime/bothIter]
Future (feature request: param/type iterators) [Error matching compiler output for functions/iterators/bradc/compileTime/paramIter]
Future (feature request: param/type iterators) [Error matching compiler output for functions/iterators/bradc/compileTime/typeIter]
Future (feature request: predefined types not to be keywords) [Error matching compiler output for parsing/vass/predefined-types-not-keywords]
Future (feature request: pretty printing of objects) [Error matching program output for io/bradc/prettyPrintObjects]
Future (feature request: private fields) [Error matching program output for classes/deitz/test_private_field]
Future (feature request: private variables in modules) [Error matching compiler output for modules/figueroa/PrivateSymbols/PrivateSymbols]
Future (feature request: provide a mechanism for disallowing methods on a record type from modifying the fields of 'this' when they are invoked on a 'const' record) [Error matching program output for types/records/const-checking/this-in-method]
Future (feature request: provide a mechanism for propagating const-ness from a record or class variable down to its fields and for allowing checking of const-ness within a record or class) [Error matching compiler output for classes/vass/propagateConstnessOfVariableToFields]
Future (feature request: provide access to the arguments of a generic type) [Error matching compiler output for functions/vass/access-to-generic-types-field]
Future (feature request: querying a (uniform) varargs type) [Error matching compiler output for users/thom/varargsQueryType]
Future (feature request: range normalizer) [Error matching compiler output for types/range/bradc/rangeNormalize]
Future (feature request: reindexing with unbounded domains) [Error matching compiler output for arrays/dinan/indef_reindex]
Future (feature request: should the value of a sync/single variable be read when it is the receiver calling a method on the underlying type?) [Error matching program output for functions/vass/sync-to-this-of-underlying-type]
Future (feature request: split on strings) [Error matching compiler output for types/string/ferguson/split]
Future (feature request: support inferred-size arrays) [Error matching compiler output for users/thom/initArrOfClasses-inferSize]
Future (feature request: support inferred-size arrays) [Error matching compiler output for users/thom/tupleToArray-inferSize]
Future (feature request: support instantiating a class through a type) [Error matching compiler output for types/type_variables/nelson/dependentTypeArgument]
Future (feature request: support instantiating a class through a type) [Error matching compiler output for types/type_variables/nelson/dependentTypeOverClasses]
Future (feature request: support iterators during separate compilation) [Error matching compiler output for separate_compilation/jturner/use_iterator (compopts: 1)]
Future (feature request: supported inferred-size arrays with inferred type) [Error matching compiler output for users/thom/tupleToArray-inferSizeAndType]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/another-type-good]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/enclosing-class-error-1]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/enclosing-class-good]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/outer-enclosing-class-good]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/previous-class-good]
Future (feature request: the identifier in the "type binding" clause) [Error matching compiler output for classes/vass/def-with-type-binding-within-class/type-alias-good]
Future (feature request: thread-safe sparse distributions) [Error matching program output for sparse/bradc/accumInds-par]
Future (feature request: tuple literals of non-default size) [Error matching compiler output for users/ferguson/literals/t8]
Future (feature request: unbounded formal array reindexing) [Error matching compiler output for users/jglewis/array_reindexing/desirable_syntax]
Future (feature request: using modules with different parameters) [Error matching compiler output for users/ferguson/histogram/reductionex_module4]
Future (feature request: what should happen when passing a wrong subdomain?) [Error matching program output for domains/vass/domain-and-subdomain-args]
Future (feature request: when closing a file, close its channels first) [Error matching program output for types/file/diten/write_no_flush]
Future (feature request: writeThis() functions support implicit class-to-string conversions) [Error matching compiler output for users/thom/tostring]
Future (memory: string leaks) [Error matching program output for memory/figueroa/StringLeaks1]
Future (memory: string leaks) [Error matching program output for memory/figueroa/StringLeaks2]
Future (memory: string leaks) [Error matching program output for memory/figueroa/StringLeaks3]
Future (memory: string leaks) [Error matching program output for memory/figueroa/StringLeaks4]
Future (multilocale: var declaration in on statement) [Error matching compiler output for multilocale/deitz/needMultiLocales/test_on_var_decl1]
Future (performance: body of forall loop results in identical duplicate generated code) [Error matching program output for distributions/bradc/clonedForall (compopts: 1)]
Future (performance: local endCounts for non-0 locale's begin tasks) [Error matching program output for parallel/taskPar/sungeun/endCountTest (compopts: 1)]
Future (performance: ref arguments shouldn't always be wide) [Error matching compiler output for performance/bradc/refArgIsWide (compopts: 1)]
Future (performance: scan is serial) [Error matching program output for arrays/deitz/parallelism/test_scan_is_parallel]
Future (semantic: 'type int' as formal type) [Error matching compiler output for users/weili/raiseType3]
Future (semantic: Add "out" modifier for ref intents?) [Error matching compiler output for functions/hilde/refIntentModifiers]
Future (semantic: Choose one of int(64) or uint(64) for mixed operations.) [Error matching compiler output for types/scalar/hilde/intUint64]
Future (semantic: How should lvalue indices in for loops be treated when given a type?) [Error matching compiler output for statements/kbrady/typedIndexVarLvalue]
Future (semantic: How should variable arguments be handled?) [Error matching compiler output for chpldoc/variableArguments]
Future (semantic: How should variable arguments be handled?) [Error matching program output for chpldoc/variableArguments]
Future (semantic: Integer overflow behavior unspecified) [Error matching program output for puzzles/hilde/overflow (compopts: 1)]
Future (semantic: Need a way to inherit from a generic class.) [Error matching compiler output for classes/jplevyak/inherit-1]
Future (semantic: Need a way to inherit from a generic class.) [Error matching compiler output for types/type_variables/deitz/part5/inherit_instantiate2]
Future (semantic: Need way for iterator to yield modifiable records) [Error matching compiler output for studies/shootout/nbody/sidelnik/nbody_recorditerator]
Future (semantic: Nested serial statements do not change the serial state once it is serial.) [Error matching program output for parallel/serial/sungeun/serialStmt1]
Future (semantic: Param functions can call functions with side effects, but they are ignored.) [Error matching program output for functions/sungeun/bad_param_function]
Future (semantic: Query on one field makes all params/types generic) [Error matching program output for classes/diten/queryMakesAllGeneric]
Future (semantic: Should allow mixed range limits including uint(64).) [Error matching compiler output for types/range/hilde/rangeLimitPromotion]
Future (semantic: Should zip() be a stand-alone expression) [Error matching compiler output for functions/iterators/sungeun/zip_expression]
Future (semantic: allow void-typed variables and fields) [Error matching compiler output for types/void/void-variable-def]
Future (semantic: allow void-typed variables and fields) [Error matching compiler output for types/void/void-variable-use-1]
Future (semantic: allow void-typed variables and fields) [Error matching compiler output for types/void/void-variable-use-2]
Future (semantic: allow void-typed variables and fields) [Error matching compiler output for types/void/void-variable-use-3]
Future (semantic: arg with default value after varargs) [Error matching compiler output for functions/diten/defaultValueArgAfterVararg]
Future (semantic: array arguments, promotions, and return values) [Error matching compiler output for users/thom/arrArgBlank-function]
Future (semantic: array arguments, promotions, and return values) [Error matching compiler output for users/thom/arrArgBlank-promote]
Future (semantic: array arguments, promotions, and return values) [Error matching compiler output for users/thom/arrArgConst-function]
Future (semantic: array arguments, promotions, and return values) [Error matching compiler output for users/thom/arrArgConst-promote]
Future (semantic: array arguments, promotions, and return values) [Error matching compiler output for users/thom/arrArgIn-promote]
Future (semantic: array members in presence of user-defined constructor) [Error matching program output for users/thom/arrInClass-intmember]
Future (semantic: assignment to non-var function that returns array is allowed) [Error matching program output for arrays/deitz/test_return_array_in_non_var_function]
Future (semantic: can a reindex operation change an array's distribution?) [Error matching program output for distributions/robust/arithmetic/reindexing/test_strided_reindex3]
Future (semantic: circular bool coercions) [Error matching program output for types/scalar/bradc/overloadbools2]
Future (semantic: circular bool coercions) [Error matching program output for types/scalar/bradc/overloadbools3]
Future (semantic: cobegin scope) [Error matching compiler output for parallel/cobegin/bradc/varsEscape]
Future (semantic: detection of parallel zippering unequal length iterators) [Error matching compiler output for studies/hpcc/FFT/bradc/fft-zip-forall]
Future (semantic: disallow parenthesis-less constructors) [Error matching program output for classes/constructors/error-parenthesless-constructor]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/bradc/domainEquality]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 1)]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 2)]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 3)]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 4)]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 5)]
Future (semantic: domain equality (range equality, really)) [Error matching program output for domains/sungeun/rect/equality/equality_strided (compopts: 6)]
Future (semantic: domain ordering) [Error matching program output for domains/bradc/domainOrder]
Future (semantic: equality checks between int(64) and uint(64) ranges) [Error matching compiler output for types/range/vass/equalities-misc]
Future (semantic: explicit type on indices) [Error matching compiler output for trivial/bradc/specifyIndexType2]
Future (semantic: explicit type on indices) [Error matching compiler output for trivial/bradc/specifyIndexType]
Future (semantic: formal array argument with generic element type) [Error matching compiler output for arrays/stonea/genericElementArray]
Future (semantic: how flexible do we want record assignment to be, really?) [Error matching compiler output for classes/bradc/records/assignRecord3]
Future (semantic: implicit real parameter coercion) [Error matching compiler output for types/scalar/bradc/initReal32]
Future (semantic: initilizer depending on values at module use) [Error matching compiler output for users/ferguson/histogram/reductionex_module3]
Future (semantic: invoke user-defined record constructor if available) [Error matching program output for classes/constructors/record-var-invokes-user-constructor]
Future (semantic: memory testing) [Error matching compiler output for memory/shannon/printMemTable2]
Future (semantic: method resolution for un-used module) [Error matching compiler output for users/thom/moduleRef]
Future (semantic: methods on int by reference?) [Error matching compiler output for users/ferguson/intmethodassign]
Future (semantic: multiple assignments to const fields in constructors) [Error matching program output for classes/dinan/user_def_unique_constructor_const_multipleassign]
Future (semantic: nest a record in a class) [Error matching compiler output for users/ferguson/histogram/reductionex_record_record]
Future (semantic: no param complexes) [Error matching compiler output for types/complex/bradc/paramComplex]
Future (semantic: omitted array element type) [Error matching compiler output for arrays/dinan/no_element_type]
Future (semantic: optimization to copy unmodified scalar makes local block not fail) [Error matching program output for multilocale/local/deitz/test_local2]
Future (semantic: parallel iteration without sequential?) [Error matching compiler output for functions/iterators/bradc/leadFollow/parNoSolo]
Future (semantic: param coercions of non-default int params) [Error matching compiler output for functions/bradc/resolution/smallIntParamCoerce]
Future (semantic: preserve bool widths) [Error matching program output for types/bool/bradc/preserveWidths]
Future (semantic: query syntax for array bounds of formal argument) [Error matching compiler output for studies/hpcc/FFT/bradc/twiddles-advanced]
Future (semantic: reindexing array argument with unbounded domains) [Error matching compiler output for studies/hpcc/FFT/bradc/twiddles-advanced2]
Future (semantic: remove during associative domain iteration) [Error matching program output for associative/deitz/arrays/test_indefinite_remove]
Future (semantic: should 1*(...varargs) be supported?) [Error matching compiler output for users/weili/tuple4]
Future (semantic: should exprs assignable to arrays be passable to in array args?) [Error matching compiler output for users/thom/arrArgIn-function]
Future (semantic: should for over a distributed array run loop body on owners?) [Error matching program output for users/ferguson/distributed_for]
Future (semantic: should member accesses to an instance of a class be allowed outside of a function when the class is declared inside the function?) [Error matching compiler output for classes/vass/nested-class-with-external-access-1]
Future (semantic: should multiple levels of 'syncness' be legal?) [Error matching program output for parallel/sync/diten/doubleSyncVarDecl]
Future (semantic: should promotion apply to short-circuit operators?) [Error matching compiler output for functions/deitz/test_promote_short_circuit]
Future (semantic: should ranges be snapped?) [Error matching program output for types/range/deitz/test_range_division]
Future (semantic: should this be legal?) [Error matching compiler output for trivial/deitz/test_dynamic_use_before_def]
Future (semantic: should we be able to infer that a function is returning) [Error matching compiler output for users/weili/raiseType-blc1a]
Future (semantic: specifying component types of tuple arguments) [Error matching compiler output for types/tuple/diten/tuple_destructure_arg_types]
Future (semantic: two promotions less specific than generic+promotion) [Error matching compiler output for functions/bradc/resolution/arrayVsPromotion-deitz]
Future (semantic: unary ops on param floating point values) [Error matching compiler output for param/bradc/unaryNeg]
Future (semantic: variable of type not visible at definition point) [Error matching program output for modules/diten/returnRecordDiffModule]
Future (semantic: warning for module use shadowing variable in outer scope) [Error matching compiler output for modules/figueroa/DuplicateConfigVars/DuplicateConfigVars]
Future (semantic: what should a where clause do on a non-generic function?) [Error matching program output for functions/diten/whereClauseIgnored]
Future (semantic: what should happen to a slice if the underlying domain is changed?) [Error matching program output for domains/figueroa/ReallocateSlice]
Future (semantic: what should happen to array aliases when domain is reassigned?) [Error matching compiler output for domains/diten/domainReassignAlias2]
Future (semantic: what should happen to array aliases when domain is reassigned?) [Error matching compiler output for domains/diten/domainReassignAlias]
Future (semantic: what should happen when a domain is reassigned in parallel constructs?) [Error matching program output for domains/diten/domainReassignNoAlias]
Future (unimplemented feature: Cannot pass instances of a reduction class to a reduction) [Error matching compiler output for reductions/sungeun/count]
Future (unimplemented feature: Distribution equality) [Error matching compiler output for distributions/sungeun/equality1]
Future (unimplemented feature: Distribution inequality) [Error matching compiler output for distributions/sungeun/equality2]
Future (unimplemented feature: Implicit casting of record parameters is not implemented.) [Error matching compiler output for users/ferguson/recordEquivalence]
Future (unimplemented feature: User may specify exported name.) [Error matching compiler output for separate_compilation/jturner/use_overload (compopts: 1)]
Future (unimplemented feature: array alias fields) [Error matching compiler output for studies/hpcc/HPL/stonea/serial/hplExample1]
Future (unimplemented feature: array reads) [Error matching compiler output for types/file/fileIO]
Future (unimplemented feature: arrays of forall arrays) [Error matching compiler output for studies/590o/wk3/02arrOfArr-irregular]
Future (unimplemented feature: arrays of sparse domains) [Error matching program output for users/jglewis/bfs_102207/driver_breadth_first_search (compopts: 1)]
Future (unimplemented feature: compile time enum->int conversion) [Error matching compiler output for functions/diten/param_enum_to_int]
Future (unimplemented feature: compile time enum->string conversion) [Error matching compiler output for functions/diten/param_enum_to_string]
Future (unimplemented feature: continue in a coforall loop) [Error matching compiler output for statements/sungeun/continue_coforall_label]
Future (unimplemented feature: continue in a forall loop) [Error matching compiler output for statements/sungeun/continue_forall_label]
Future (unimplemented feature: continue in a forall loop.) [Error matching compiler output for statements/diten/continueInForall]
Future (unimplemented feature: extended-precision floating-point math functions) [Error matching compiler output for modules/standard/math/figueroa/extended-precision_math_functions]
Future (unimplemented feature: param ranges and domains) [Error matching compiler output for users/sidelnik/param_range]
Future (unimplemented feature: returning arrays from recursive functions) [Error matching compiler output for functions/dinan/array_return_from_recursive]
Future (unimplemented feature: separate compilation) [Error matching compiler output for separate_compilation/jturner/use_classextern (compopts: 1)]
Future (unimplemented feature: separate compilation) [Error matching compiler output for separate_compilation/jturner/use_classextern2 (compopts: 1)]
Future (unimplemented feature: separate compilation) [Error matching compiler output for separate_compilation/jturner/use_methodextern (compopts: 1)]
Future (unimplemented feature: separate compilation) [Error matching compiler output for separate_compilation/jturner/use_methodextern2 (compopts: 1)]
Future (unimplemented feature: separate compilation) [Error matching compiler output for separate_compilation/jturner/use_simplefloat (compopts: 1)]
Future (unimplemented feature: slicing associative array) [Error matching compiler output for users/ferguson/assoc-slice]
Future (unimplemented feature: task pool with repooling on waits) [Error matching program output for multilocale/deitz/needMultiLocales/test_big_recursive_on]
Future (unimplemented feature: task pool with repooling on waits) [Error matching program output for multilocale/deitz/needMultiLocales/test_big_recursive_on_begin]
Future (unimplemented feature: task pool with repooling on waits) [Error matching program output for parallel/cobegin/deitz/test_many_threads]