[LLVMbugs] [Bug 14748] Formatting of macros causes sefault
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 4 09:30:38 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14748
Tobias Grosser <grosser at fim.uni-passau.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Tobias Grosser <grosser at fim.uni-passau.de> 2013-01-04 11:30:38 CST ---
svn 171458 formats this to:
#define FIRST(C) 1
#define SECOND FIRST("A")
#define DONOTHING do { } while (false);
As the segfault has disappeared, I close the bug.
--
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