[LLVMbugs] [Bug 8257] New: Side effect of cast to variably modified type is lost

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 29 23:07:35 PDT 2010


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

           Summary: Side effect of cast to variably modified type is lost
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: abramobagnara at tin.it
                CC: llvmbugs at cs.uiuc.edu


void foo() {
  int x[] = { (char (*)[f()])0 };
}

The call to f is lost.

-- 
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