Ticket #7318 (closed bug: fixed)
CONLIKE pragma documentation bug
| Reported by: | acowley | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.2 |
| Component: | Documentation | Version: | 7.6.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Documentation bug | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The documentation example,
{-# INLINE[1] CONLIKE f #-}
f x = blah
results in a parse error in 7.6.1, but is accepted if the pragma is instead written as
{-# INLINE CONLIKE [1] #-}
Change History
Note: See
TracTickets for help on using
tickets.
