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

Bob Wilson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WORKSFORME

--- Comment #1 from Bob Wilson <[email protected]> 2010-03-09 00:33:38 CST 
---
Trunk llvm-gcc does not produce that IR.  Instead if correctly diagnoses this
as an error:

test.c: In function 'foo':
test.c:5: error: invalid register name for 'fp'

The error message is pretty good in this case.   You need to specify the name
of a specific register in this context and "fp" is not a register name.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to