Re: [GHC] #7555: SpecConstr pass hangs

2013-01-06 Thread GHC
: Closing as duplicate of #7553 which also hangs in the `SpecConstr` pass. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7555#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow

Re: [GHC] #5075: CPR optimisation for sum types if only one constructor is used

2013-01-06 Thread GHC
: Blockedby:|Blocking: Related:| -+-- Changes (by akio): * cc: tkn.akio@… (added) -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket

Re: [GHC] #7553: ghc fails to terminate with -O2 or greater

2013-01-06 Thread GHC
#7553: ghc fails to terminate with -O2 or greater -+-- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal

Re: [GHC] #1409: Allow recursively dependent modules transparently (without .hs-boot or anything)

2013-01-06 Thread GHC
://hackage.haskell.org/trac/ghc/ticket/1409#comment:63 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #3333: GHCi doesn't load weak symbols

2013-01-06 Thread GHC
. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/#comment:21 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow

[GHC] #7552: ~/.haskeline does nothing in ghci

2013-01-05 Thread GHC
: {{{ maxHistorySize: 1 historyDuplicates: IgnoreAll }}} ~/.ghc/ghci_history never has more than 100 lines. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7552 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs

[GHC] #7553: ghc fails to terminate with -O2 or greater

2013-01-05 Thread GHC
#7553: ghc fails to terminate with -O2 or greater ---+ Reporter: erikd | Owner: Type: bug | Status: new Priority: normal

Re: [GHC] #7553: ghc fails to terminate with -O2 or greater

2013-01-05 Thread GHC
#7553: ghc fails to terminate with -O2 or greater ---+ Reporter: erikd | Owner: Type: bug | Status: new Priority: normal

Re: [GHC] #2132: Optimise nested comparisons

2013-01-04 Thread GHC
= new * resolution: wontfix = Comment: I'm re-opening this, since it came up again in #7378. I wonder if a very simple pass, enabled with -O2, might be worth while. No overflow magic, just simple comparisons. Simon -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2132#comment

Re: [GHC] #7378: Identical alts/bad divInt# code

2013-01-04 Thread GHC
comparison thing is covered by #2132. * The two identical alternatives should be combined; but they are too big for `cheapEqExpr` to combine. Maybe we should be willing to compare in a nested way. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7378#comment:2 GHC http

Re: [GHC] #2132: Optimise nested comparisons

2013-01-04 Thread GHC
: lowest = normal * milestone: 7.6.2 = _|_ -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2132#comment:32 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #2431: Allow empty case analysis

2013-01-04 Thread GHC
+++- 1 files changed, 3 insertions(+), 1 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2431#comment:14 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs

Re: [GHC] #7436: Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion

2013-01-04 Thread GHC
): Thanks. I'll apply. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7436#comment:15 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-04 Thread GHC
#7548: GHC API dependency analysis is broken --+- Reporter: MikolajKonarski | Owner: Type: bug | Status: closed Priority: highest | Milestone

Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)

2013-01-04 Thread GHC
| Milestone: 7.8.1 Component: Compiler |Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase

Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build

2013-01-04 Thread GHC
: Blockedby:|Blocking: Related:| -+-- Comment(by igloo): Same as #7498? -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7510#comment:12 GHC http

Re: [GHC] #7062: Spurious undefined reference to `openpty'

2013-01-04 Thread GHC
(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7062#comment:28 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell

Re: [GHC] #7062: Spurious undefined reference to `openpty'

2013-01-04 Thread GHC
, the above patch should fix this. Please reopen and give details if you still have problems. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7062#comment:29 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs

Re: [GHC] #7525: Compiler panic with ill-typed code using implicit parameters

2013-01-04 Thread GHC
: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Already works in 7.6 branch, so not merging. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7525#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #7536: Panic with TypeFamilies with type synonym instances

2013-01-04 Thread GHC
: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Not smooth, so not merging. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7536#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow

Re: [GHC] #7547: Loop when printing External Core

2013-01-04 Thread GHC
as f7d9e72f4f79d3a8f635c3312ddd524a727334e4 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7547#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #7486: dblatex can't build docs; fix included.

2013-01-04 Thread GHC
| Milestone: Component: Build System |Version: 7.6.1 Resolution: fixed| Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Difficulty

Re: [GHC] #7281: GHC 7.4.2 build fails on Fedora17

2013-01-04 Thread GHC
#7281: GHC 7.4.2 build fails on Fedora17 --+- Reporter: PaulJohnson| Owner: judah.jacobson@… Type: bug| Status: new Priority: high

Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)

2013-01-04 Thread GHC
| Milestone: 7.8.1 Component: Compiler |Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase

Re: [GHC] #3927: Incomplete/overlapped pattern warnings + GADTs = inadequate

2013-01-04 Thread GHC
: Blockedby:|Blocking: Related: #4139 | -+-- Comment(by mcandre): Bump, please fix. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3927

Re: [GHC] #7483: Broken Read instance for Data.Fixed (no parse in legitimate cases).

2013-01-03 Thread GHC
--- Data/Fixed.hs | 37 ++--- GHC/Read.lhs |1 + Text/Read/Lex.hs | 18 +- tests/all.T |1 + tests/readFixed001.hs | 13 + tests

[GHC] #7551: GHCI does not support UTF8 file names.

2013-01-03 Thread GHC
: ---+ {{{ [timothy@timothy current]$ ghci první/syntax/poznamky.hs GHCi, version 7.4.2: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. no location

Re: [GHC] #7258: Compiling DynFlags is jolly slow

2013-01-03 Thread GHC
there. But I'm not sure that is all. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7258#comment:12 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #7521: Simplifier ticks exhausted when compiling Accelerate example.

2013-01-03 Thread GHC
build for: http://github.com/AccelerateHS/accelerate-examples (commit def2495a1e7bd88e444540c3494b8674da99e201) [31 of 36] Compiling SMVM.Matrix ( examples/tests/simple/SMVM/Matrix.hs, dist_accelerate/build/accelerate- examples/accelerate-examples-tmp/SMVM/Matrix.o ) ghc: panic

Re: [GHC] #7421: Data.List.insert / insertBy do not match the documentation

2013-01-03 Thread GHC
; fixes #7421 Wording suggested by Bart Massey. }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7421#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs

Re: [GHC] #7483: Broken Read instance for Data.Fixed (no parse in legitimate cases).

2013-01-03 Thread GHC
--+- Changes (by igloo): * status: new = closed * testcase: = readFixed001 * resolution: = fixed Comment: Fixed by above patch. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7483#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell

Re: [GHC] #7450: Regression in optimisation time of functions with many patterns (6.12 to 7.4)?

2013-01-03 Thread GHC
URL: http://hackage.haskell.org/trac/ghc/ticket/7450#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7436: Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion

2013-01-03 Thread GHC
://hackage.haskell.org/trac/ghc/ticket/7436#comment:14 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7542: GHC doesn't optimize (strict) composition with id

2013-01-03 Thread GHC
#7542: GHC doesn't optimize (strict) composition with id -+-- Reporter: shachaf | Owner: Type: bug | Status: new Priority

Re: [GHC] #7551: GHCI does not support UTF8 file names.

2013-01-03 Thread GHC
: ---+ Comment(by shachaf): I see the same problem in 7.4.1, but it works in 7.6.1. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7551#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs

Re: [GHC] #7484: Template Haskell allows building invalid record fields/names

2013-01-03 Thread GHC
a variable that starts with a capital letter, or a constructor that starts with a lower case letter. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7484#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow

Re: [GHC] #7500: GHC: internal error: getMBlock: mmap: Operation not permitted

2013-01-03 Thread GHC
#7500: GHC: internal error: getMBlock: mmap: Operation not permitted +--- Reporter: guest | Owner: Type: bug| Status: closed Priority: normal

Re: [GHC] #7496: Support for JavaScript as an official GHC output language

2013-01-03 Thread GHC
#7496: Support for JavaScript as an official GHC output language ---+ Reporter: mcandre | Owner: Type: feature request | Status: closed

Re: [GHC] #7528: Non terminating thunk resolution blocks world, even in the case of forkOS

2013-01-03 Thread GHC
/trac/ghc/ticket/7528#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7551: GHCI does not support UTF8 file names.

2013-01-03 Thread GHC
but it looks like it's already fixed. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7551#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #2431: Allow empty case analysis

2013-01-03 Thread GHC
/trac/ghc/ticket/2431#comment:13 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7493: STM and TVar report incorrect results

2013-01-03 Thread GHC
: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Reverted, and merged as 57c8d1c2c8ceba6973a48d138d1bb018ec2988ae -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7493#comment:11 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #7368: kindFunResult panic in the

2013-01-03 Thread GHC
: |Related: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Merged as c4b2ac3775323948b7a6abdb241a4ad02afa7141 -- Ticket URL: http://hackage.haskell.org/trac/ghc

Re: [GHC] #7545: Type variable capture in InstanceSigs message

2013-01-03 Thread GHC
: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Merged as c4a2c5f6034b26425f617844b158457a592be379 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7545#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #7546: Manual 6.2 doesn't match current output formatting

2013-01-03 Thread GHC
: Merged as 1e73d02befc5b3c4efe130964ea6088edbbeaaea -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7546#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs

Re: [GHC] #7421: Data.List.insert / insertBy do not match the documentation

2013-01-03 Thread GHC
: --+- Changes (by igloo): * status: merge = closed * resolution: = fixed Comment: Merged as c4dec4948fc0b1185404e2a6d66aec25aa293b9f -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7421#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #7290: Minor documentation fix for directory

2013-01-03 Thread GHC
: = fixed Comment: Merged as 5ad061f1e54da784b0622169798f91ceb40ea382 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7290#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow

Re: [GHC] #7489: Obscure warning: Var/Type length mismatch when using GADTs and TypeFamilies

2013-01-03 Thread GHC
: |Related: -+-- Changes (by igloo): * status: merge = closed Comment: Merged as 52e00f821c03fd2e3be7033f4f3b50ace05300fc -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7489#comment

Re: [GHC] #7496: Support for JavaScript as an official GHC output language

2013-01-03 Thread GHC
#7496: Support for JavaScript as an official GHC output language ---+ Reporter: mcandre | Owner: Type: feature request | Status: closed

Re: [GHC] #7486: dblatex can't build docs; fix included.

2013-01-03 Thread GHC
| Component: Build System Version: 7.6.1| Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: |Related

Re: [GHC] #7486: dblatex can't build docs; fix included.

2013-01-03 Thread GHC
| Milestone: Component: Build System | Version: 7.6.1 Keywords:| Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Building GHC failed Difficulty: Unknown |Testcase

[GHC] #7544: GHC downloads are unsigned

2013-01-02 Thread GHC
#7544: GHC downloads are unsigned --+- Reporter: afcowie| Owner: Type: feature request| Status: new Priority: normal | Component: Build System

Re: [GHC] #7216: Compositional blocking on file descriptors

2013-01-02 Thread GHC
and threadWaitWriteSTM functions for Windows with the threaded RTS. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7216#comment:14 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow

Re: [GHC] #7526: Minor typo in error message

2013-01-02 Thread GHC
files changed, 1 insertions(+), 1 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7526#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs

Re: [GHC] #7536: Panic with TypeFamilies with type synonym instances

2013-01-02 Thread GHC
++- compiler/typecheck/TcMType.lhs | 36 ++--- compiler/typecheck/TcTyClsDecls.lhs | 23 ++ 3 files changed, 57 insertions(+), 45 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7536

Re: [GHC] #7216: Compositional blocking on file descriptors

2013-01-02 Thread GHC
. expose- threadWaitSTM-on-master.2.patch which expose-threadWaitSTM-on- master.3.patch fixed. expose-threadWaitSTM-on-master.4.patch is a minor simplification. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7216#comment:15 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #7526: Minor typo in error message

2013-01-02 Thread GHC
Comment: Thanks! -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7526#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman

Re: [GHC] #7536: Panic with TypeFamilies with type synonym instances

2013-01-02 Thread GHC
://hackage.haskell.org/trac/ghc/ticket/7536#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7533: References to very old GHC in the docs

2013-01-02 Thread GHC
#7533: References to very old GHC in the docs +--- Reporter: benmachine | Owner: Type: bug| Status: closed Priority: normal

Re: [GHC] #7543: Constraint synonym instances

2013-01-02 Thread GHC
are given. But it's not easy to fix in the way you want. Here's why. Suppose we have {{{ class C a where reverse :: a - a instance C Int where reverse x = x }}} When GHC encounters the binding `reverse x = x`, it has to figure out which `reverse` you mean -- there are two in scope. Ah

Re: [GHC] #3282: How to start an emacs editor within ghci asynchronously with :edit filename.hs :set editor emacs don't go

2013-01-02 Thread GHC
if it is configured to do that (mine only has buffers), and only if Main.hs hasn't already been loaded into a buffer. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3282#comment:10 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

Re: [GHC] #1407: Add the ability to :set -l{foo} in .ghci files

2013-01-02 Thread GHC
are documented as dynamic, and all dynamic command line arguments are documented to work both on the command line and in .ghci, I suggest this is changed into a bug. I reproduced this with ghc-7.6.1 on debian and with ghc-7.4.1 on ubuntu. -- Ticket URL: http://hackage.haskell.org/trac/ghc

Re: [GHC] #1407: Add the ability to :set -l{foo} in .ghci files

2013-01-02 Thread GHC
, could you investigate why this doesn't already work? Thanks. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1407#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs

Re: [GHC] #7532: -ddump-splices output doesn't match generated code for data instances inside instances.

2013-01-02 Thread GHC
-printing of instance declarations (fixes Trac #7532) compiler/hsSyn/HsDecls.lhs | 42 +++--- 1 files changed, 27 insertions(+), 15 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7532#comment:1 GHC http://www.haskell.org/ghc

Re: [GHC] #7541: Unavoidable duplicate constraint warning

2013-01-02 Thread GHC
+ docs/users_guide/flags.xml |7 +++ docs/users_guide/using.xml | 19 +++ 4 files changed, 35 insertions(+), 5 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7541#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell

Re: [GHC] #7541: Unavoidable duplicate constraint warning

2013-01-02 Thread GHC
. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7541#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow

Re: [GHC] #7532: -ddump-splices output doesn't match generated code for data instances inside instances.

2013-01-02 Thread GHC
-- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7532#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow

Re: [GHC] #7436: Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion

2013-01-02 Thread GHC
): I don't think I ever wrote any of the deriving code apart from `Generic` and `Typeable`. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7436#comment:11 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs

[GHC] #7545: Type variable capture in InstanceSigs message

2013-01-02 Thread GHC
. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7545 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7436: Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion

2013-01-02 Thread GHC
): I wrote the original deriving code for Functor/Foldable/Traversable. Someone else later cleaned it up a bit. The strange code that is generated are lambdas applied to arguments, which is something that GHC should be able to optimize away easily. To avoid the eta-expansion, the generated code

[GHC] #7546: Manual 6.2 doesn't match current output formatting

2013-01-02 Thread GHC
: -+-- Section 6.2 of the manual, under “How do I find out a function's strictness?”, talks about using GHC to show strictness in the interface file. It says to look for {{{__S string}}}. Should that be {{{Strictness: string}}}. I

Re: [GHC] #7436: Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion

2013-01-02 Thread GHC
): Yes, I think it'd be very helpful to add a `Note [Avoid eta-expanded code]`, explaining the problem, giving an example, and pointing to this ticket. Thank you. Simon -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7436#comment:13 GHC http://www.haskell.org/ghc/ The Glasgow

Re: [GHC] #619: Port Hugs's Windows front end to GHCi.

2013-01-02 Thread GHC
: ---+ Changes (by shelarcy): * failure: = None/Unknown Comment: I think we could close this ticket. Because Haskell Platform includes WinGHCi on Windows Platform, though GHC doesn't include WinGHCi. * https://github.com/haskell/haskell-platform/tree/master/src/win32 * http://code.google.com/p

[GHC] #7547: Loop when printing External Core

2013-01-02 Thread GHC
box to its knees badly, the culprit turned out to be `T7239` with the optasm, hpc, and optllvm ways: {{{ = T7239(hpc) 1434 of 3536 [0, 4, 0] cd ./ext-core '/home/dafis/GHC/bghc/bindisttest/install dir/bin/ghc' - fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db

Re: [GHC] #7547: Loop when printing External Core

2013-01-02 Thread GHC
: Wed Jan 2 15:47:31 2013 + Fix bug in External Core pretty printer (fixes Trac #7547) This bug was making GHC loop when printing external core from test T7239. compiler/coreSyn/PprExternalCore.lhs | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) }}} -- Ticket

Re: [GHC] #7546: Manual 6.2 doesn't match current output formatting

2013-01-02 Thread GHC
/users_guide/sooner.xml | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7546#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs

Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build

2013-01-02 Thread GHC
://hackage.haskell.org/trac/ghc/ticket/7510#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7545: Type variable capture in InstanceSigs message

2013-01-02 Thread GHC
/typecheck/TcInstDcls.lhs | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7545#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow

Re: [GHC] #7258: Compiling DynFlags is jolly slow

2013-01-02 Thread GHC
figures do not budge * Quite a bit of complicated code goes away compiler/simplCore/OccurAnal.lhs | 255 +++--- 1 files changed, 46 insertions(+), 209 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7258#comment:11 GHC http

Re: [GHC] #7360: Case-of-identical-alts optimisation fails abjectly

2013-01-02 Thread GHC
there is no problem. This fixes Trac #7360. compiler/simplCore/SimplUtils.lhs | 127 - 1 files changed, 68 insertions(+), 59 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7360#comment:5 GHC http://www.haskell.org/ghc

Re: [GHC] #7360: Case-of-identical-alts optimisation fails abjectly

2013-01-02 Thread GHC
: -+-- Changes (by simonpj): * status: new = closed * testcase: = simplCore/should_compile/T7360 * resolution: = fixed -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7360#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell

Re: [GHC] #7546: Manual 6.2 doesn't match current output formatting

2013-01-02 Thread GHC
/trac/ghc/ticket/7546#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7547: Loop when printing External Core

2013-01-02 Thread GHC
://hackage.haskell.org/trac/ghc/ticket/7547#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #7545: Type variable capture in InstanceSigs message

2013-01-02 Thread GHC
)' }}} Merge to 7.6 if it's easy. Simon -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7545#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #7519: CLK_TCK is not always a constant

2013-01-02 Thread GHC
| Milestone: Component: libraries/base| Version: 7.7 Keywords: qnx | Os: Other Architecture: Unknown/Multiple | Failure: Building GHC failed Difficulty: Unknown |Testcase

Re: [GHC] #7539: Hard ghc api crash when calling runStmt on code which has not been compiled

2013-01-02 Thread GHC
#7539: Hard ghc api crash when calling runStmt on code which has not been compiled -+-- Reporter: edsko | Owner: Type: bug | Status: new

Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build

2013-01-02 Thread GHC
+ ,ncgAllocMoreStack = noAllocMoreStack -- X86.Instr.allocMoreStack platform ,ncgExpandTop = id ,ncgMakeFarBranches= id } }}} the build fails with {{{ inplace/bin/ghc-stage1.exe -static-H32m -O -Werror -Wall -H64m -O0 -package-name Cabal-1.17.0

Re: [GHC] #7519: CLK_TCK is not always a constant

2013-01-02 Thread GHC
| Milestone: Component: libraries/base| Version: 7.7 Keywords: qnx | Os: Other Architecture: Unknown/Multiple | Failure: Building GHC failed Difficulty: Unknown |Testcase

Re: [GHC] #7542: GHC doesn't optimize (strict) composition with id

2013-01-02 Thread GHC
#7542: GHC doesn't optimize (strict) composition with id -+-- Reporter: shachaf | Owner: Type: bug | Status: infoneeded Priority

[GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken +--- Reporter: MikolajKonarski | Owner: Type: bug | Status: new Priority: normal | Component: GHC

Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build

2013-01-02 Thread GHC
than a missing multiplication. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7510#comment:10 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken +--- Reporter: MikolajKonarski | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1

Re: [GHC] #7510: Immediate seg-fault on 32-bit windows build

2013-01-02 Thread GHC
then fails with {{{ inplace/bin/ghc-stage1.exe -o utils/ghc-pkg/dist-install/build/tmp/ghc- pkg -static-H32m -O -Werror -Wall -H64m -O0-hide-all-packages -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build -iutils/ghc-pkg /dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken --+- Reporter: MikolajKonarski | Owner: Type: bug | Status: closed Priority: highest | Milestone

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken --+- Reporter: MikolajKonarski | Owner: Type: bug | Status: closed Priority: highest | Milestone

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken --+- Reporter: MikolajKonarski | Owner: Type: bug | Status: closed Priority: highest | Milestone

Re: [GHC] #7473: getModificationTime gives only second-level resolution

2013-01-02 Thread GHC
* milestone: = 7.8.1 Comment: Applied, thanks. I'll leave the ticket open for the Windows half. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7473#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell

Re: [GHC] #7548: GHC API dependency analysis is broken

2013-01-02 Thread GHC
#7548: GHC API dependency analysis is broken --+- Reporter: MikolajKonarski | Owner: Type: bug | Status: closed Priority: highest | Milestone

Re: [GHC] #619: Port Hugs's Windows front end to GHCi.

2013-01-02 Thread GHC
: ---+ Changes (by igloo): * status: new = closed * resolution: None = wontfix Comment: I don't think WinGHCi being part of the platform really helps, as you still can't use the GHC extensions etc with it. But I do agree that this ticket isn't really serving any purpose; if someone wants to make

Re: [GHC] #7475: Mysterious Data.Word Segmentation Fault in GHCi

2013-01-02 Thread GHC
: = 7.8.1 Comment: Thanks for the report. This looks like it's probably a duplicate of #7043, although that ticket claims to only affect 32bit platforms. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7475#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

<    1   2   3   4   5   6   7   8   9   10   >