Ticket #5885 (closed bug: invalid)

Opened 16 months ago

Last modified 16 months ago

+RTS -? does not work

Reported by: akio Owned by:
Priority: normal Milestone:
Component: Runtime System Version: 7.4.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Incorrect result at runtime Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Compile the following hello.hs:

main = putStrLn "hello"

with:

ghc -rtsopts hello.hs

Then run it:

./hello +RTS -?

I get "hello", but a help message is expected.

Change History

Changed 16 months ago by akio

  • status changed from new to closed
  • resolution set to invalid

This turned out to be a shell behavior. +RTS '-?' works for me. I'm sorry for the noise.

Note: See TracTickets for help on using tickets.