[LLVMbugs] [Bug 7870] New: odd error for -O900
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 10 17:16:59 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7870
Summary: odd error for -O900
Product: clang
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: gohman at apple.com
CC: llvmbugs at cs.uiuc.edu
A user tried to extract an extreme amount of optimization from the compiler:
clang -O900 t.c
error: invalid value '4' in '-O900'
The value should either be silently accepted, or the message should be fixed.
--
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