Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,251
Issues
4,251
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
394
Merge Requests
394
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b02aa92d
Commit
b02aa92d
authored
Aug 08, 2013
by
Jan Stolarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#7116
failing due to uniques
parent
902cf01b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
21 deletions
+17
-21
testsuite/tests/numeric/should_compile/Makefile
testsuite/tests/numeric/should_compile/Makefile
+1
-1
testsuite/tests/numeric/should_compile/T7116.stdout
testsuite/tests/numeric/should_compile/T7116.stdout
+16
-20
No files found.
testsuite/tests/numeric/should_compile/Makefile
View file @
b02aa92d
...
...
@@ -4,4 +4,4 @@ include $(TOP)/mk/test.mk
T7116
:
$(RM)
-f
T7116.o T7116.hi
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-O2
-c
-ddump-simpl
T7116.hs
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-O2
-c
-ddump-simpl
-dsuppress-uniques
T7116.hs
testsuite/tests/numeric/should_compile/T7116.stdout
View file @
b02aa92d
...
...
@@ -10,15 +10,11 @@ T7116.dl :: GHC.Types.Double -> GHC.Types.Double
Unf=Unf{Src=InlineStable, TopLvl=True, Arity=1, Value=True,
ConLike=True, WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(unsat_ok=True,boring_ok=False)
Tmpl= \ (x_ae1 [Occ=Once!] :: GHC.Types.Double) ->
case x_ae1 of _ { GHC.Types.D# y_afn ->
GHC.Types.D# (GHC.Prim.+## y_afn y_afn)
}}]
Tmpl= \ (x [Occ=Once!] :: GHC.Types.Double) ->
case x of _ { GHC.Types.D# y -> GHC.Types.D# (GHC.Prim.+## y y) }}]
T7116.dl =
\ (x_ae1 :: GHC.Types.Double) ->
case x_ae1 of _ { GHC.Types.D# y_afn ->
GHC.Types.D# (GHC.Prim.+## y_afn y_afn)
}
\ (x :: GHC.Types.Double) ->
case x of _ { GHC.Types.D# y -> GHC.Types.D# (GHC.Prim.+## y y) }
T7116.dr :: GHC.Types.Double -> GHC.Types.Double
[GblId,
...
...
@@ -28,9 +24,9 @@ T7116.dr :: GHC.Types.Double -> GHC.Types.Double
Unf=Unf{Src=InlineStable, TopLvl=True, Arity=1, Value=True,
ConLike=True, WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(unsat_ok=True,boring_ok=False)
Tmpl= \ (x
_aem
[Occ=Once!] :: GHC.Types.Double) ->
case x
_aem of _ { GHC.Types.D# x1_afj
->
GHC.Types.D# (GHC.Prim.+## x1
_afj x1_afj
)
Tmpl= \ (x [Occ=Once!] :: GHC.Types.Double) ->
case x
of _ { GHC.Types.D# x1
->
GHC.Types.D# (GHC.Prim.+## x1
x1
)
}}]
T7116.dr = T7116.dl
...
...
@@ -42,14 +38,14 @@ T7116.fl :: GHC.Types.Float -> GHC.Types.Float
Unf=Unf{Src=InlineStable, TopLvl=True, Arity=1, Value=True,
ConLike=True, WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(unsat_ok=True,boring_ok=False)
Tmpl= \ (x
_aen
[Occ=Once!] :: GHC.Types.Float) ->
case x
_aen of _ { GHC.Types.F# y_afx
->
GHC.Types.F# (GHC.Prim.plusFloat# y
_afx y_afx
)
Tmpl= \ (x [Occ=Once!] :: GHC.Types.Float) ->
case x
of _ { GHC.Types.F# y
->
GHC.Types.F# (GHC.Prim.plusFloat# y
y
)
}}]
T7116.fl =
\ (x
_aen
:: GHC.Types.Float) ->
case x
_aen of _ { GHC.Types.F# y_afx
->
GHC.Types.F# (GHC.Prim.plusFloat# y
_afx y_afx
)
\ (x :: GHC.Types.Float) ->
case x
of _ { GHC.Types.F# y
->
GHC.Types.F# (GHC.Prim.plusFloat# y
y
)
}
T7116.fr :: GHC.Types.Float -> GHC.Types.Float
...
...
@@ -60,9 +56,9 @@ T7116.fr :: GHC.Types.Float -> GHC.Types.Float
Unf=Unf{Src=InlineStable, TopLvl=True, Arity=1, Value=True,
ConLike=True, WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(unsat_ok=True,boring_ok=False)
Tmpl= \ (x
_aeo
[Occ=Once!] :: GHC.Types.Float) ->
case x
_aeo of _ { GHC.Types.F# x1_aft
->
GHC.Types.F# (GHC.Prim.plusFloat# x1
_aft x1_aft
)
Tmpl= \ (x [Occ=Once!] :: GHC.Types.Float) ->
case x
of _ { GHC.Types.F# x1
->
GHC.Types.F# (GHC.Prim.plusFloat# x1
x1
)
}}]
T7116.fr = T7116.fl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment