| #7637 |
split-objs not supported for ARM
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7647 |
UNPACK polymorphic fields
|
new
|
simonpj
|
feature request
|
normal
|
Compiler
|
| #7676 |
Unify patterns and function bindings
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7724 |
cross-compile to iOS
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7741 |
Add SIMD support to x86/x86_64 NCG
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7746 |
Support loading/unloading profiled objects from a profiled executable
|
new
|
ezyang
|
feature request
|
normal
|
Runtime System
|
| #7751 |
Incremental heap census
|
new
|
ezyang
|
feature request
|
normal
|
Profiling
|
| #7767 |
"internal error: evacuate: strange closure type 154886248" crash
|
new
|
|
feature request
|
normal
|
Runtime System
|
| #7808 |
data families and TH names do not mix well (e.g. cannot use TH deriving)
|
new
|
|
feature request
|
normal
|
Template Haskell
|
| #314 |
#line pragmas not respected inside nested comments
|
new
|
|
bug
|
high
|
Compiler (Parser)
|
| #781 |
GHCi on x86_64, cannot link to static data in shared libs
|
new
|
|
bug
|
high
|
Compiler
|
| #2283 |
WIndows: loading objects that refer to DLL symbols
|
new
|
|
bug
|
high
|
GHCi
|
| #2725 |
Remove Hack in compiler/nativeGen/MachCodeGen.hs
|
new
|
clemens
|
bug
|
high
|
Compiler (NCG)
|
| #3103 |
Compiling base with cabal fails.
|
new
|
|
bug
|
high
|
Compiler
|
| #3472 |
Porting through .hc files broken
|
new
|
--
|
bug
|
high
|
Build System
|
| #3831 |
SpecConstr should exploit cases where there is exactly one call pattern
|
new
|
simonpj
|
bug
|
high
|
Compiler
|
| #3927 |
Incomplete/overlapped pattern warnings + GADTs = inadequate
|
new
|
simonpj
|
bug
|
high
|
Compiler
|
| #4364 |
Template Haskell: Cycle in type synonym declarations
|
new
|
simonpj
|
bug
|
high
|
Compiler (Type checker)
|
| #5019 |
OS X: ld: warning: could not create compact unwind for _ffi_call_unix64
|
new
|
|
bug
|
high
|
Compiler
|
| #5361 |
regSpill: out of spill slots!
|
new
|
|
bug
|
high
|
Compiler
|
| #5435 |
GHCi linker should run constructors for linked libraries
|
new
|
|
bug
|
normal
|
Compiler
|
| #5442 |
ghc-pkg unregister --user/--global/--package-conf not normative
|
new
|
|
bug
|
high
|
ghc-pkg
|
| #5780 |
-faggressive-primops change caused a failure in perf/compiler/parsing001
|
new
|
|
bug
|
high
|
Compiler
|
| #5902 |
Cannot tell from an exception handler whether the exception was asynchronous
|
new
|
simonmar
|
bug
|
high
|
Compiler
|
| #5945 |
Lambda lifting
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #5949 |
Demand analysis attributes manifestly wrong demand type
|
new
|
|
bug
|
normal
|
Compiler
|
| #6004 |
dph-lifted-vseg package doesn't provide Data.Array.Parallel.Prelude.Float module
|
new
|
benl
|
bug
|
normal
|
Data Parallel Haskell
|
| #6022 |
GHC infers over-general types
|
new
|
simonpj
|
bug
|
high
|
Compiler
|
| #6037 |
Compile-time crash with sources with non-representable unicode characters
|
new
|
|
bug
|
normal
|
Compiler
|
| #6040 |
Adding a type signature changes heap allocation into stack allocation without changing the actual type
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #6056 |
INLINABLE pragma prevents worker-wrapper to happen.
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #6062 |
TH treats non-functions in function position inconsistently
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #6070 |
Fun with the demand analyser
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #6092 |
Liberate case not happening
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #6098 |
debugger does not know the correct type for a newtype field
|
new
|
|
bug
|
high
|
GHCi
|
| #6101 |
Show instance for integer-simple is not lazy enough
|
new
|
|
bug
|
normal
|
libraries (other)
|
| #6107 |
GHCi runtime linker cannot link with duplicate common symbols
|
new
|
|
bug
|
normal
|
Compiler
|
| #6124 |
Spurious non-exhaustive warning with GADT and newtypes
|
new
|
|
bug
|
normal
|
Compiler (Type checker)
|
| #6132 |
Can't use both shebang line and #ifdef declarations in the same file.
|
new
|
|
bug
|
normal
|
Compiler
|
| #6147 |
GeneralizedNewtypeDeriving should fail with data families
|
new
|
simonpj
|
bug
|
high
|
Compiler (Type checker)
|
| #6149 |
ghc-7.4.2 tests for profasm seg-fault under solaris
|
new
|
|
bug
|
normal
|
Compiler
|
| #7011 |
32bit GHC 7.4.2 cannot compile integer-gmp on OS X 10.8
|
new
|
|
bug
|
high
|
libraries (other)
|
| #7028 |
incorrect link paths for in mac os x after install
|
new
|
igloo
|
bug
|
high
|
Build System
|
| #7033 |
stale .tix files can cause programs built with -fhpc to segfault
|
new
|
|
bug
|
normal
|
Code Coverage
|
| #7044 |
reject reading rationals with exponent notation
|
new
|
|
bug
|
normal
|
Compiler
|
| #7057 |
Simplifier infinite loop regression
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #7063 |
Register allocators can't handle non-uniform register sets
|
new
|
benl
|
bug
|
normal
|
Compiler (NCG)
|
| #7066 |
isInstance does not work for compound types
|
new
|
simonpj
|
bug
|
normal
|
Template Haskell
|
| #7068 |
Extensive Memory usage (regression)
|
new
|
simonpj
|
bug
|
high
|
Compiler
|
| #7072 |
GHC interpreter does not find stat64 symbol on Linux
|
new
|
|
bug
|
normal
|
GHCi
|
| #7078 |
Panic using mixing list with parallel arrays incorrectly
|
new
|
chak
|
bug
|
normal
|
Compiler
|
| #7091 |
DPH Matrix product memory usage
|
new
|
benl
|
bug
|
normal
|
Data Parallel Haskell
|
| #7097 |
linker fails to load package with binding to foreign library
|
new
|
|
bug
|
high
|
Runtime System
|
| #7098 |
GHC 7.4.1 reports an internal error and core dumps while using DPH
|
new
|
benl
|
bug
|
normal
|
Compiler
|
| #7109 |
Inlining depends on datatype size, even with INLINE pragmas
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #7114 |
Cannot recover (good) inlining behaviour from 7.0.2 in 7.4.1
|
new
|
|
bug
|
normal
|
Compiler
|
| #7116 |
Missing optimisation: strength reduction of floating-point multiplication
|
new
|
pcapriotti
|
bug
|
normal
|
Compiler
|
| #7133 |
GHCi: strange behaviour after CTRL-C, followed by 'hPutChar: resource vanished (Broken Pipe)' when quitting
|
new
|
tibbe
|
bug
|
normal
|
GHCi
|
| #7134 |
ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
|
new
|
igloo
|
bug
|
highest
|
GHCi
|
| #7141 |
Inlining the single method of a class can shadow rules
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #7143 |
ghc-7.6.0.20120810-x86_64-windows.exe -> ghc can't figure out LLVM version
|
new
|
dterei
|
bug
|
high
|
Compiler (LLVM)
|
| #7148 |
generalized newtype and type families is unsound
|
new
|
simonpj
|
bug
|
normal
|
Compiler (Type checker)
|
| #7152 |
Add flag to configure that skips overwriting of symlinks on install
|
new
|
|
bug
|
high
|
Build System
|
| #7161 |
hSetNewlineMode and hSetEncoding can be performed on closed and semi-closed handles
|
new
|
|
bug
|
normal
|
libraries/base
|
| #7186 |
problems with typelits and typenats
|
new
|
|
bug
|
normal
|
Compiler (Type checker)
|
| #7189 |
RTS Assertion Crash
|
new
|
simonmar
|
bug
|
normal
|
Runtime System
|
| #7190 |
GHC's -fprof-auto does not work with LINE pragmas
|
new
|
|
bug
|
normal
|
Profiling
|
| #7198 |
New codegen more than doubles compile time of T3294
|
new
|
simonmar
|
bug
|
high
|
Compiler
|
| #7200 |
template-haskell-2.7.0.0 fails to build with GHC 7.0.4 due to missing pragma
|
new
|
duncan
|
bug
|
high
|
Template Haskell
|
| #7229 |
Detecting if a process was killed by a signal is impossible
|
new
|
|
bug
|
high
|
libraries/process
|
| #7240 |
Stack trace truncated too much with indirect recursion
|
new
|
nomeata
|
bug
|
normal
|
Profiling
|
| #7241 |
GHC-7.6.1 panics on template haskell code
|
new
|
simonpj
|
bug
|
normal
|
Template Haskell
|
| #7245 |
INLINEing top-level patterns causes ghc to emit 'arity missing' traces
|
new
|
|
bug
|
normal
|
Compiler
|
| #7246 |
Callstack depends on way (prof, profasm, profthreaded
|
new
|
|
bug
|
normal
|
Profiling
|
| #7258 |
Compiling DynFlags is jolly slow
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #7259 |
Eta expansion of products in System FC
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #7269 |
GeneralizedNewtypeDeriving and PolyKinds
|
new
|
dreixel
|
bug
|
normal
|
Compiler
|
| #7273 |
Binary size increase in nofib/grep between 7.6.1 and HEAD
|
new
|
|
bug
|
high
|
Compiler
|
| #7289 |
Mingw FPU init not Windows compatible.
|
new
|
|
bug
|
high
|
Runtime System
|
| #7296 |
ghc-7 assumes incoherent instances without requiring language `IncoherentInstances`
|
new
|
simonpj
|
bug
|
normal
|
Compiler (Type checker)
|
| #7297 |
LLVM incorrectly hoisting loads
|
new
|
dterei
|
bug
|
normal
|
Compiler (LLVM)
|
| #7298 |
Test 2228 fails with dynamic-by-default
|
new
|
igloo
|
bug
|
high
|
GHCi
|
| #7305 |
T5975a is broken on Windows
|
new
|
|
bug
|
normal
|
Test Suite
|
| #7307 |
Share top-level code for strings
|
new
|
|
bug
|
normal
|
Compiler
|
| #7326 |
print035(ghci) fails when ghci is dynamic
|
new
|
igloo
|
bug
|
high
|
GHCi
|
| #7329 |
ghc-7.6.1 win64: internal error: R_X86_6 4_PC32: High bits are set in WSAGetLastError
|
new
|
|
bug
|
normal
|
GHCi
|
| #7353 |
Make system IO interruptible on Windows
|
new
|
|
bug
|
normal
|
libraries/base
|
| #7367 |
Optimiser / Linker Problem on amd64
|
new
|
|
bug
|
normal
|
Build System
|
| #7373 |
When building GHC: Failed to load interface for `GHC.Fingerprint'
|
new
|
|
bug
|
normal
|
libraries/base
|
| #7374 |
rule not firing
|
new
|
|
bug
|
normal
|
Compiler
|
| #7378 |
Identical alts/bad divInt# code
|
new
|
|
bug
|
normal
|
Compiler
|
| #7379 |
rangeTest test fails on Windows
|
new
|
|
bug
|
normal
|
libraries/random
|
| #7380 |
Panic: mkNoTick: Breakpoint loading modules with -O2 via API
|
new
|
|
bug
|
normal
|
GHC API
|
| #7382 |
Evaluating GHCi expressions is slow following the dynamic-by-default change
|
new
|
|
bug
|
highest
|
GHCi
|
| #7389 |
can't link postgresql-libpq on windows
|
new
|
|
bug
|
normal
|
GHCi
|
| #7398 |
RULES don't apply to a newtype constructor
|
new
|
|
bug
|
normal
|
Compiler
|
| #7399 |
Test Posix004 fails in test-suite
|
new
|
|
bug
|
normal
|
libraries/unix
|
| #7411 |
Exceptions are optimized away in certain situations
|
new
|
|
bug
|
high
|
Compiler
|
| #7428 |
GHC compile times are seriously non-linear in program size
|
new
|
|
bug
|
normal
|
Compiler
|
| #7430 |
GHC API reports CPP errors in confusing ways
|
new
|
|
bug
|
normal
|
GHC API
|
|
(more results for this group on next page)
|