
#14923: Recompilation avoidance fails after a LANGUAGE change
-------------------------------------+-------------------------------------
Reporter: akio | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.4.1
Keywords: | Operating System: Linux
Architecture: | Type of failure: Compile-time
Unknown/Multiple | performance bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
It looks like the recompilation checker can be confused when a LANGUAGE
pragma is added or removed.
The following shell script demonstrates the issue:
{{{
#!/bin/sh
cat >Foo.hs <