[LLVMbugs] [Bug 133] NEW: [C/C++]Warning about taking the address of 'register' variable is bogus

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Wed Nov 19 11:36:21 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=133

           Summary: [C/C++]Warning about taking the address of 'register'
                    variable is bogus
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: llvm-gcc
        AssignedTo: sabre at nondot.org
        ReportedBy: sabre at nondot.org


The C/C++ front-end spits this out:

Lexer.cpp:1412: warning: address requested for `yy_cp', which is declared `register'

Even though we _are not_ taking the address of a register variable.

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list