[GHC] #7660: warning: conflicting types when compiling via-C

#7660: warning: conflicting types when compiling via-C -----------------------------+---------------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: warning Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Other | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- I don't think this is actually a problem per-se, but usually these warnings are indicative of unsafe assumptions being made: {{{ when making flags consistent: Warning: Compiler unregisterised, so compiling via C /tmp/ghc7162_0/ghc7162_0.hc:1164:1: warning: conflicting types for built-in function 'memchr' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:6885:1: warning: conflicting types for built-in function 'memset' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:8594:1: warning: conflicting types for built-in function 'memcpy' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:11521:1: warning: conflicting types for built-in function 'free' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:11522:1: warning: conflicting types for built-in function 'realloc' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:12038:1: warning: conflicting types for built-in function 'malloc' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:13583:1: warning: conflicting types for built-in function 'strlen' [enabled by default] /tmp/ghc7162_0/ghc7162_0.hc:13994:1: warning: conflicting types for built-in function 'memcmp' [enabled by default] }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7660 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7660: warning: conflicting types when compiling via-C ---------------------------------+------------------------------------------ Reporter: singpolyma | Owner: igloo Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.7 Keywords: warning | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Other Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * owner: => igloo * difficulty: => Unknown Comment: Thanks for the report; I'll take a look -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7660#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7660: warning: conflicting types when compiling via-C ---------------------------------+------------------------------------------ Reporter: singpolyma | Owner: igloo Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: warning | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Other Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * milestone: => 7.8.1 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7660#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC