https://bugs.llvm.org/show_bug.cgi?id=41733
Bug ID: 41733
Summary: Improve error message for unsupported type with mode
attribute
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangb...@nondot.org
Reporter: zahira.ammarguel...@intel.com
CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
richard-l...@metafoo.co.uk
Currently when clang compiles this:
typedef float f1 __attribute__((mode(SD)));
It generates this error:
error: unknown machine mode 'SD'
Would anyone be interested in generating an error like this instead?
error: GNU decimal type extension not supported
I have a patch for it.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs