Custom Query (141 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 141)

1 2
Ticket Summary Status Owner Type Priority Component
#5 Undeclared variable with MRV/tuple function composition assigned defect minor cfa-cc
#7 CFA Assertion Error: CodeGenerator visits TypeExpr in trait/genaric type new defect minor cfa-cc
#10 Cannot declare anonymous union around generic type assigned mlbrooks defect major cfa-cc
#11 Compiler uses all Resources when Copying from Generic Function Result new defect minor cfa-cc
#20 zero_t doesn't work well with default arguments new defect minor cfa-cc
#34 Incorrect Support for Two Argument ?: Operator new defect minor cfa-cc
#46 Enum constants are lvalues assigned Rob Schluntz defect minor cfa-cc
#50 Assertion failure with tuple constructor-expressions assigned Rob Schluntz defect major cfa-cc
#57 UniqueExprs with same ID are resolved independently assigned Rob Schluntz defect minor cfa-cc
#66 Function and variable name collision for if new defect major cfa-cc
#82 Wrong Overload Chosen assigned a3moss defect minor cfa-cc
#85 character types new defect minor cfa-cc
#87 Inconsistent Assertion Ordering new defect minor cfa-cc
#88 Arrays of references new defect minor cfa-cc
#91 Assignment to bool, not a boolean context new defect minor cfa-cc
#93 New builtin types _FloatN and _FloatNx new defect minor cfa-cc
#95 Incorrect consideration of global and local variables in resolving waitfor mutex object. assigned defect major cfa-cc
#104 Tuple assertion generate bad C code new defect major cfa-cc
#108 tuple overloading problem new defect minor cfa-cc
#113 void & type new defect minor cfa-cc
#120 dtype problem new defect major cfa-cc
#130 Flexible array member of struct crashes CFA compiler when element type is generic new defect minor cfa-cc
#138 Reference parameter in constructor with "new" initialization new defect minor cfa-cc
#140 conditional expression bad code generation new defect critical cfa-cc
#141 conditional expression warning new defect minor cfa-cc
#145 Subscript in tuple fails new defect minor cfa-cc
#146 Tuple member access new defect minor cfa-cc
#147 Can't initialize const member of struct new defect minor cfa-cc
#148 Incorrect "Initializer is too deep" error new defect minor cfa-cc
#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
#155 Missing error message new defect minor cfa-cc
#156 Warning for "returning address of local variable" does not catch polymorphic functions new defect minor cfa-cc
#157 Initializing functions new defect minor cfa-cc
#159 Static expression evaluation new defect major cfa-cc
#162 Member access of reference broken in goto statement assigned Thierry Delisle defect major cfa-cc
#163 Incorrect cast in polymorphique returns of builtins assigned Thierry Delisle defect major cfa-cc
#166 Cannot get reference to generic member of generic struct assigned mlbrooks defect major cfa-cc
#168 Plan-9 inheritance is not considered for satisfying a trait's assertion new defect major cfa-cc
#172 Anonymous struct can conflict across translation unit new defect major cfa-cc
#174 Cannot Check Exception Trait new defect major cfa-cc
#175 Instantiated generic struct layout is reused across different instantiating array sizes new defect minor cfa-cc
#176 Assignment fails for union structure field new defect major cfa-cc
#177 typeof not being handled correctly by resolver new defect minor cfa-cc
#178 mutex in thread main new defect minor libcfa
#179 Bad Error Message if Missing sized in struct forall. new defect minor cfa-cc
#180 Assertion Failure Due to Missing sized new defect minor cfa-cc
#183 Polymorphic Variable Name Reuse Causes Crash new defect minor cfa-cc
#184 Struct in forall cannot have member named same as an assertion new defect minor cfa-cc
#185 Cannot declare generic struct with zero type parameters new defect minor cfa-cc
#186 Cannot add extra assertion on a constructor new defect major cfa-cc
#187 Exiting from catch Leaks Exception Memory new defect minor cfa-cc
#193 Monomorphization Failures outside of Functions new defect major cfa-cc
#194 Ambiguous reference vs pointer return [from ticket #70] new defect major cfa-cc
#195 Unnecessary dereference leads to segfault [from ticket #70] new defect major cfa-cc
#197 Generated constructor calls copy ctor twice on tuple elements new defect major cfa-cc
#200 Polymorphic Function Pointers not handled by Constructor new defect major cfa-cc
#201 GCC-7,8,9 Bug with -O2,3 new defect major prelude
#202 Type manipulation in long chains of post-fix functions new defect major cfa-cc
#203 Polymorphic Structure Initalization Errors new defect major cfa-cc
#205 Incorrect Lvalues On Expressions new defect major cfa-cc
#208 Zero-pointer literal does not work as an argument for a const parameter new defect minor cfa-cc
#209 Mutable reference to constant is not forbidden new defect minor cfa-cc
#213 Cannot assign static-length array to VLA new defect minor cfa-cc
#215 Cannot declare object whose size takes multiple steps of dynamic calculation new defect major cfa-cc
#216 Update Virtual Table Copy (Waiting on Copy Type Fix) new defect minor cfa-cc
#218 Distributed Qualifiers Change Signature new defect major cfa-cc
#220 Reference to Array of Generics does not work new defect major cfa-cc
#221 Reference to Value Assertion Passes Value new defect major cfa-cc
#222 Empty parameter list in nested forall clause generates unused parameter new defect major cfa-cc
#225 Wrong disambiguation for call overloaded on bare type-variable vs generic new defect major cfa-cc
#226 Resolver is slow at finding constructors for 3+ dimensional arrays new defect major cfa-cc
#227 Interpretation of assertions with struct declaration new defect major cfa-cc
#229 Incorrect implementation of casting to monomorphic new defect major cfa-cc
#231 Cannot print tuple literal containing 0 or 1 new defect minor cfa-cc
#232 Crash: address-of should not have intrinsic reference argument new defect major cfa-cc
#233 Colliding Exceptions Not Detected new defect minor cfa-cc
#234 Resolver allows assignment to declared function new defect trivial cfa-cc
#236 SIG_IGN does not compile new defect major cfa-cc
#238 Function new incorrectly creates temporary objects new defect critical cfa-cc
#239 Including kernel but not threads crashes vtable generation new defect major cfa-cc
#240 nested anonymous enum fails new defect minor cfa-cc
#244 Cannot construct a struct with a volatile array member new defect minor cfa-cc
#245 Reference-to-reference misses required implicit dereference new defect minor cfa-cc
#247 Wrong result type for sizeof(-) new defect minor cfa-cc
#251 C Array within tuple crashes the compiler new defect minor cfa-cc
#252 Designator problem with arrays new defect minor cfa-cc
#257 Pointer arithmetic silently adds narrowing conversions new defect minor cfa-cc
#258 Unclear intended type for char literal new defect minor cfa-cc
#259 Compiler crash on large recursive assertion requests new defect major cfa-cc
#260 comparing signal return value crashes new defect major cfa-cc
#262 Extra declaration of deleted autogen routines new defect minor cfa-cc
#263 Missing Code Generation on Control Structure Initializers new defect major cfa-cc
#264 Can't compile direct call of a function pointer that's a member of a struct returned by reference new defect minor cfa-cc
#265 Compilation failure passing zero_t through assertions new defect major cfa-cc
#267 Expression candidate elimination with unsatisfiable assertion new defect major cfa-cc
#268 Downcasting against type parameter failed new defect major cfa-cc
#269 Wrong type for generics' implicit _sizeof params on 32-bit new defect major cfa-cc
#270 No NoCtor new defect minor cfa-cc
#271 Compiler crash on valid typename--identifier pun new defect minor cfa-cc
#272 Compiler crash when referencing generic member of generic struct new defect major cfa-cc
1 2
Note: See TracQuery for help on using queries.