[LLVMbugs] [Bug 2086] New: undef doesn't work when a file is included twice
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 22 13:49:51 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2086
Summary: undef doesn't work when a file is included twice
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: preprocessor
AssignedTo: unassignedbugs at nondot.org
ReportedBy: lauro.venancio at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1449)
--> (http://llvm.org/bugs/attachment.cgi?id=1449)
teste6.c
This bug affects, for example, the following code on linux
#define __need_timeval
#include <bits/time.h>
#define __need_timeval
#include <bits/time.h>
--
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