Custom Query (141 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 141)

1 2

Owner: a3moss (1 match)

Ticket Summary Status Type Priority Component Version
#82 Wrong Overload Chosen assigned defect minor cfa-cc 1.0

Owner: mlbrooks (2 matches)

Ticket Summary Status Type Priority Component Version
#10 Cannot declare anonymous union around generic type assigned defect major cfa-cc 1.0
#166 Cannot get reference to generic member of generic struct assigned defect major cfa-cc 1.0

Owner: Rob Schluntz (3 matches)

Ticket Summary Status Type Priority Component Version
#50 Assertion failure with tuple constructor-expressions assigned defect major cfa-cc 1.0
#46 Enum constants are lvalues assigned defect minor cfa-cc 1.0
#57 UniqueExprs with same ID are resolved independently assigned defect minor cfa-cc 1.0

Owner: Thierry Delisle (2 matches)

Ticket Summary Status Type Priority Component Version
#162 Member access of reference broken in goto statement assigned defect major cfa-cc 1.0
#163 Incorrect cast in polymorphique returns of builtins assigned defect major cfa-cc 1.0

Owner: (none) (92 matches)

Ticket Summary Status Type Priority Component Version
#140 conditional expression bad code generation new defect critical cfa-cc 1.0
#238 Function new incorrectly creates temporary objects new defect critical cfa-cc 1.0
#28 Look at automatically generating ?==?, ?!=? for all structs new enhancement major cfa-cc 1.0
#30 Generating builtin C routines is awkward new enhancement major prelude 1.0
#66 Function and variable name collision for if new defect major cfa-cc 1.0
#95 Incorrect consideration of global and local variables in resolving waitfor mutex object. assigned defect major cfa-cc 1.0
#101 Multi operators on tuples new enhancement major cfa-cc 1.0
#104 Tuple assertion generate bad C code new defect major cfa-cc 1.0
#120 dtype problem new defect major cfa-cc 1.0
#132 Remove reference cost from resolution new task major cfa-cc 1.0
#133 Better signature for copy constructors. new enhancement major cfa-cc 1.0
#134 Unification is not the right logic for assertion resolution new enhancement major cfa-cc 1.0
#136 PtrsAssignable Rework new enhancement major cfa-cc 1.0
#143 Extended Designator Syntax for Arrays new enhancement major cfa-cc 1.0
#159 Static expression evaluation new defect major cfa-cc 1.0
#168 Plan-9 inheritance is not considered for satisfying a trait's assertion new defect major cfa-cc 1.0
#172 Anonymous struct can conflict across translation unit new defect major cfa-cc 1.0
#174 Cannot Check Exception Trait new defect major cfa-cc 1.0
#176 Assignment fails for union structure field new defect major cfa-cc 1.0
#186 Cannot add extra assertion on a constructor new defect major cfa-cc 1.0
#193 Monomorphization Failures outside of Functions new defect major cfa-cc 1.0
#194 Ambiguous reference vs pointer return [from ticket #70] new defect major cfa-cc 1.0
#195 Unnecessary dereference leads to segfault [from ticket #70] new defect major cfa-cc 1.0
#197 Generated constructor calls copy ctor twice on tuple elements new defect major cfa-cc 1.0
#200 Polymorphic Function Pointers not handled by Constructor new defect major cfa-cc 1.0
#201 GCC-7,8,9 Bug with -O2,3 new defect major prelude 1.0
#202 Type manipulation in long chains of post-fix functions new defect major cfa-cc 1.0
#203 Polymorphic Structure Initalization Errors new defect major cfa-cc 1.0
#205 Incorrect Lvalues On Expressions new defect major cfa-cc 1.0
#206 Replace Lvalues With References new enhancement major cfa-cc 1.0
#215 Cannot declare object whose size takes multiple steps of dynamic calculation new defect major cfa-cc 1.0
#218 Distributed Qualifiers Change Signature new defect major cfa-cc 1.0
#220 Reference to Array of Generics does not work new defect major cfa-cc 1.0
#221 Reference to Value Assertion Passes Value new defect major cfa-cc 1.0
#222 Empty parameter list in nested forall clause generates unused parameter new defect major cfa-cc 1.0
#225 Wrong disambiguation for call overloaded on bare type-variable vs generic new defect major cfa-cc 1.0
#226 Resolver is slow at finding constructors for 3+ dimensional arrays new defect major cfa-cc 1.0
#227 Interpretation of assertions with struct declaration new defect major cfa-cc 1.0
#229 Incorrect implementation of casting to monomorphic new defect major cfa-cc 1.0
#232 Crash: address-of should not have intrinsic reference argument new defect major cfa-cc 1.0
#236 SIG_IGN does not compile new defect major cfa-cc 1.0
#239 Including kernel but not threads crashes vtable generation new defect major cfa-cc 1.0
#248 Lazily generate prelude functions on demande. new enhancement major prelude 1.0
#249 extern "Builtins" new enhancement major prelude 1.0
#254 Constructors and destructors for TLS new task major cfa-cc 1.0
#259 Compiler crash on large recursive assertion requests new defect major cfa-cc 1.0
#260 comparing signal return value crashes new defect major cfa-cc 1.0
#263 Missing Code Generation on Control Structure Initializers new defect major cfa-cc 1.0
#265 Compilation failure passing zero_t through assertions new defect major cfa-cc 1.0
#267 Expression candidate elimination with unsatisfiable assertion new defect major cfa-cc 1.0
#268 Downcasting against type parameter failed new defect major cfa-cc 1.0
#269 Wrong type for generics' implicit _sizeof params on 32-bit new defect major cfa-cc 1.0
#272 Compiler crash when referencing generic member of generic struct new defect major cfa-cc 1.0
#274 Size of struct and alignment/offset of polymorphic fields inside a struct is incorrect on 32 bit new defect major cfa-cc 1.0
#277 Constructors for nested types suffer from definition before use issues new defect major cfa-cc 1.0
#278 Performance issue on ARM64 due to __aarch64_sync_cache_range calls new defect major cfa-cc 1.0
#280 Compound Literal Hoisted Out of Function/typeof new defect major cfa-cc 1.0
#282 Double Member Expressions Cannot Be Used as Lvalues new defect major cfa-cc 1.0
#283 Shadowing Cause C Incompatability new defect major cfa-cc 1.0
#286 typeof Decays Array Types new defect major cfa-cc 1.0
#5 Undeclared variable with MRV/tuple function composition assigned defect minor cfa-cc 1.0
#7 CFA Assertion Error: CodeGenerator visits TypeExpr in trait/genaric type new defect minor cfa-cc 1.0
#11 Compiler uses all Resources when Copying from Generic Function Result new defect minor cfa-cc 1.0
#20 zero_t doesn't work well with default arguments new defect minor cfa-cc 1.0
#33 Updating Exception Built-ins to CFA Code (Requires Virtual) new enhancement minor cfa-cc 1.0
#34 Incorrect Support for Two Argument ?: Operator new defect minor cfa-cc 1.0
#85 character types new defect minor cfa-cc 1.0
#87 Inconsistent Assertion Ordering new defect minor cfa-cc 1.0
#88 Arrays of references new defect minor cfa-cc 1.0
#91 Assignment to bool, not a boolean context new defect minor cfa-cc 1.0
#93 New builtin types _FloatN and _FloatNx new defect minor cfa-cc 1.0
#108 tuple overloading problem new defect minor cfa-cc 1.0
#111 Option to disable threading new task minor other 1.0
#113 void & type new defect minor cfa-cc 1.0
#125 Warning for uninitialised fields new enhancement minor cfa-cc 1.0
#130 Flexible array member of struct crashes CFA compiler when element type is generic new defect minor cfa-cc 1.0
#135 Modify SizeofExpr argument new task minor cfa-cc 1.0
#138 Reference parameter in constructor with "new" initialization new defect minor cfa-cc 1.0
#139 Unification with less cloning new task minor cfa-cc 1.0
#141 conditional expression warning new defect minor cfa-cc 1.0
#145 Subscript in tuple fails new defect minor cfa-cc 1.0
#146 Tuple member access new defect minor cfa-cc 1.0
#147 Can't initialize const member of struct new defect minor cfa-cc 1.0
#148 Incorrect "Initializer is too deep" error new defect minor cfa-cc 1.0
#153 Compiler error when referencing a polymorphic type from within a polymorphic method which uses a trait whose methods operate on that same polymorphic type new defect minor cfa-cc 1.0
#155 Missing error message new defect minor cfa-cc 1.0
#156 Warning for "returning address of local variable" does not catch polymorphic functions new defect minor cfa-cc 1.0
#157 Initializing functions new defect minor cfa-cc 1.0
#175 Instantiated generic struct layout is reused across different instantiating array sizes new defect minor cfa-cc 1.0
#177 typeof not being handled correctly by resolver new defect minor cfa-cc 1.0
#178 mutex in thread main new defect minor libcfa 1.0
#179 Bad Error Message if Missing sized in struct forall. new defect minor cfa-cc 1.0
(more results for this group on next page)
1 2
Note: See TracQuery for help on using queries.