[LLVMbugs] [Bug 3443] recent regression: undeclared function isn' t infered the right type

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Mar 6 07:13:26 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3443


Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dgregor at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Douglas Gregor <dgregor at apple.com>  2009-03-06 09:13:20 ---
This code is ill-formed, and Clang is doing the right thing. GCC produces a
warning (normal mode) or an error (with -ansi),  EDG produces an error
(always).


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list