[GHC] #8274: Core pretty-printer doesn't print # on unboxed literals
GHC
ghc-devs at haskell.org
Tue Mar 3 13:25:44 UTC 2015
#8274: Core pretty-printer doesn't print # on unboxed literals
-------------------------------------+-------------------------------------
Reporter: jstolarek | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.12.1
Component: Compiler | Version: 7.7
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
Type of failure: Other | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: #10104 | simplCore/should_compile/T8274
| Blocking:
| Differential Revisions: Phab:D678
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"89458eba5721de1b6b3378415f26e110bab8cc0f/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="89458eba5721de1b6b3378415f26e110bab8cc0f"
Pretty-print # on unboxed literals in core
Summary:
Ticket #10104 dealt with showing the '#'s on types with unboxed fields.
This
commit pretty prints the '#'s on unboxed literals in core output.
Test Plan: simplCore/should_compile/T8274
Reviewers: jstolarek, simonpj, austin
Reviewed By: simonpj, austin
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D678
GHC Trac Issues: #8274
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8274#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list