Custom Query

Filters
 
Columns

Show under each result:


Results (201 - 300 of 415)

1 2 3 4 5

Status: new (100 matches)

Ticket Summary Owner Type Priority Component Version
#7411 Exceptions are optimized away in certain situations bug high Compiler 7.6.1
#7452 [GNU gold] ld: error: cannot find [...]/Types__1.o bug high Build System 7.6.1
#7456 GHC API displays linker messages to stdout instead of via log_action igloo bug high GHC API 7.4.2
#7481 Partially promoted data types bug high Compiler 7.6.1
#7490 ghc-stage1 panic when building a cross-compiler or cross-building a compiler igloo bug high Compiler 7.7
#7501 Some GHCi options are undocummented bug high Documentation 7.6.1
#7521 Simplifier ticks exhausted when compiling Accelerate example. bug high Compiler 7.6.1
#7534 allocateRegsAndSpill: Cannot read from uninitialized register bug high Compiler 7.7
#7567 invalidateModSummaryCache throws exception if ms_hs_date is 0 bug high Compiler 7.6.1
#7574 Register allocator chokes on certain branches with literals thoughtpolice bug high Compiler (NCG) 7.7
#7598 ghc-stage1 generates wrong assembler on StgCmmPrim (operand out of range) bug high Compiler 7.7
#7602 Threaded RTS performing badly on recent OS X (10.8?) thoughtpolice bug high Runtime System 7.7
#7651 Buiding GHC with parallel IO manager freezes on Mac (not on FreeBSD) bug high Build System 7.7
#7678 GHC should compile cleanly with clang thoughtpolice bug high Compiler 7.7
#7679 Regression in -fregs-graph performance bug high Compiler (NCG) 7.6.2
#7712 "make install" fails on Windows igloo bug high Build System 7.7
#7752 GHC as a library documentation out of sync bug high Documentation 7.6.2
#7772 Finish support for DYNAMIC_GHC_PROGRAMS on Windows igloo bug high Compiler 7.7
#7787 modifyMVar does not restore value if callback returns error value bug high libraries/base 7.7
#7807 Parse error with "where" and file-ending comment bug high Compiler (Parser) 7.7
#7814 panic in PPC NCG heisenbug bug high Compiler 7.7
#7830 Error: operand out of range bug high Compiler 7.7
#7833 installed GHC refers to libffi in the build directory igloo bug high Build System 7.6.2
#7889 Build Error (master branch) bug high GHCi 7.6.3
#7970 Thread GC frees roots before thread actually finishes simonmar bug high Runtime System 7.6.3
#2528 nub not as reliable as nubBy bug normal libraries/base 6.8.2
#3647 unify handling and error messages for -X vs. {-#LANGUAGE ...#-} pragmas/extensions igloo feature request normal Compiler (Parser) 6.10.4
#4259 Relax restrictions on type family instance overlap feature request normal Compiler (Type checker) 6.12.1
#5435 GHCi linker should run constructors for linked libraries bug normal Compiler 7.2.1
#5941 Add compilation stage plugins feature request normal Compiler 7.4.1
#5945 Lambda lifting simonpj bug normal Compiler 7.4.1
#5949 Demand analysis attributes manifestly wrong demand type bug normal Compiler 7.4.1
#5972 option to suppress (Monomorphic) record selector functions igloo feature request normal Compiler
#6004 dph-lifted-vseg package doesn't provide Data.Array.Parallel.Prelude.Float module benl bug normal Data Parallel Haskell 7.4.1
#6018 Injective type families simonpj feature request normal Compiler 7.4.1
#6024 Allow defining kinds alone, without a datatype feature request normal Compiler (Type checker) 7.5
#6037 Compile-time crash with sources with non-representable unicode characters bug normal Compiler 7.4.1
#6040 Adding a type signature changes heap allocation into stack allocation without changing the actual type simonpj bug normal Compiler 7.4.1
#6056 INLINABLE pragma prevents worker-wrapper to happen. simonpj bug normal Compiler 7.4.1
#6062 TH treats non-functions in function position inconsistently simonpj bug normal Compiler 7.5
#6070 Fun with the demand analyser simonpj bug normal Compiler 7.4.1
#6089 Allow declaration splices inside declaration brackets simonpj feature request normal Template Haskell 7.4.1
#6092 Liberate case not happening simonpj bug normal Compiler 7.4.1
#6101 Show instance for integer-simple is not lazy enough bug normal libraries (other) 7.4.1
#6107 GHCi runtime linker cannot link with duplicate common symbols bug normal Compiler 7.4.1
#6124 Spurious non-exhaustive warning with GADT and newtypes bug normal Compiler (Type checker) 7.4.1
#6132 Can't use both shebang line and #ifdef declarations in the same file. bug normal Compiler 7.0.4
#6135 Unboxed Booleans feature request normal Compiler 7.4.1
#6149 ghc-7.4.2 tests for profasm seg-fault under solaris bug normal Compiler 7.4.2-rc1
#7015 Add support for 'static' feature request normal Compiler 7.4.2
#7021 Tuple (and other exotic predicates) not yet handled in Template Haskell feature request normal Template Haskell 7.5
#7033 stale .tix files can cause programs built with -fhpc to segfault bug normal Code Coverage 7.4.2
#7044 reject reading rationals with exponent notation bug normal Compiler 7.4.2
#7048 Add the ability to statically define a `FunPtr` to a haskell function feature request normal Compiler 7.4.2
#7057 Simplifier infinite loop regression simonpj bug normal Compiler 7.4.2
#7063 Register allocators can't handle non-uniform register sets benl bug normal Compiler (NCG) 7.4.2
#7066 isInstance does not work for compound types simonpj bug normal Template Haskell 7.4.2
#7072 GHC interpreter does not find stat64 symbol on Linux bug normal GHCi 7.4.2
#7078 Panic using mixing list with parallel arrays incorrectly chak bug normal Compiler 7.4.1
#7081 arrow analogs of lambda case and multi-way if feature request normal Compiler 7.5
#7091 DPH Matrix product memory usage benl bug normal Data Parallel Haskell 7.4.1
#7098 GHC 7.4.1 reports an internal error and core dumps while using DPH benl bug normal Compiler 7.4.1
#7104 Add tryWriteTBQueue to Control.Concurrent.STM.TBQueue simonmar feature request normal libraries (other) 7.4.2
#7109 Inlining depends on datatype size, even with INLINE pragmas simonpj bug normal Compiler 7.5
#7114 Cannot recover (good) inlining behaviour from 7.0.2 in 7.4.1 bug normal Compiler 7.4.1
#7116 Missing optimisation: strength reduction of floating-point multiplication pcapriotti bug normal Compiler 7.4.2
#7133 GHCi: strange behaviour after CTRL-C, followed by 'hPutChar: resource vanished (Broken Pipe)' when quitting tibbe bug normal GHCi 7.4.1
#7140 Allow type signature in export list feature request normal Compiler (Type checker)
#7141 Inlining the single method of a class can shadow rules simonpj bug normal Compiler 7.4.2
#7148 generalized newtype and type families is unsound simonpj bug normal Compiler (Type checker) 7.6.1-rc1
#7158 GHCi commands case insensitive feature request normal GHCi 7.6.1-rc1
#7161 hSetNewlineMode and hSetEncoding can be performed on closed and semi-closed handles bug normal libraries/base 7.6.1-rc1
#7169 Warning for incomplete record field label used as function feature request normal Compiler 7.7
#7181 Add documentation on heap-profile file format. feature request normal Documentation 7.4.2
#7186 problems with typelits and typenats bug normal Compiler (Type checker) 7.6.1-rc1
#7189 RTS Assertion Crash simonmar bug normal Runtime System 7.4.2
#7190 GHC's -fprof-auto does not work with LINE pragmas bug normal Profiling 7.4.2
#7204 Use a class to control FFI marshalling feature request normal Compiler 7.4.2
#7240 Stack trace truncated too much with indirect recursion nomeata bug normal Profiling 7.4.1
#7241 GHC-7.6.1 panics on template haskell code simonpj bug normal Template Haskell 7.6.1
#7245 INLINEing top-level patterns causes ghc to emit 'arity missing' traces bug normal Compiler 7.6.1
#7246 Callstack depends on way (prof, profasm, profthreaded bug normal Profiling 7.6.1
#7253 Top-level bindings in ghci feature request normal GHCi 7.6.1
#7258 Compiling DynFlags is jolly slow simonpj bug normal Compiler 7.6.1
#7259 Eta expansion of products in System FC simonpj bug normal Compiler 7.6.1
#7263 Add derived Show instances to GHC.Generics dreixel feature request normal GHC API 7.7
#7269 GeneralizedNewtypeDeriving and PolyKinds dreixel bug normal Compiler 7.6.1
#7275 Give more detailed information about PINNED data in a heap profile igloo feature request normal Compiler 7.6.1
#7283 Specialise INLINE functions feature request normal Compiler 7.7
#7285 mkWeakMVar is non-compositional feature request normal Compiler 7.6.1
#7296 ghc-7 assumes incoherent instances without requiring language `IncoherentInstances` simonpj bug normal Compiler (Type checker) 7.6.1
#7297 LLVM incorrectly hoisting loads dterei bug normal Compiler (LLVM) 7.7
#7305 T5975a is broken on Windows bug normal Test Suite 7.6.1
#7307 Share top-level code for strings bug normal Compiler 7.6.1
#7329 ghc-7.6.1 win64: internal error: R_X86_6 4_PC32: High bits are set in WSAGetLastError bug normal GHCi 7.6.1
#7330 Data Parallel Haskell (DPH) isn't usable yet. benl feature request normal Compiler 7.6.1
#7331 Allow the evaluation of declaration splices in GHCi feature request normal GHCi 7.6.1
#7335 Need for extra warning pragma for accidental pattern matching in do blocks feature request normal Compiler 7.6.1
#7337 GHC does not generate great code for bit-level rotation feature request normal Compiler 7.6.1
#7346 Allow the use of `deriving` for GHC generics dreixel feature request normal Compiler 7.7
(more results for this group on next page)
1 2 3 4 5
Note: See TracQuery for help on using queries.