Ticket #5517 (closed bug: invalid)

Opened 20 months ago

Last modified 20 months ago

Dumping core-prep goes to stdout.

Reported by: erikd Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Running:

ghc -ddump-to-file -ddump-prep -ddump-stg -ddump-cmm --make file.hs -o file

and the stg and cmm stages are correctly dumped to appropriately named files, but the Core Prep output still goes to stdout.

Change History

Changed 20 months ago by erikd

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

Sorry, I was running it wrong. Git HEAD does the right thing 7.0.4 does not. Closing this.

Note: See TracTickets for help on using tickets.