Clang evaluates expressions in different order. While in GCC, the exception happens at the begin, in Clang the first terms have been already printed.
This commit is contained in:
parent
f1a6fca4cd
commit
9945351ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ out-lit: Flag-code = 12 ConfigSelector() ---> 1023
|
|||
out-lit: Flag-code = 20 ConfigSelector() ---> 1024
|
||||
out-lit: Flag-code = 4 ConfigSelector() ---> 1020
|
||||
out-lit: Flag-code = 8 ConfigSelector() ---> 1030
|
||||
out-lit: LUMIERA_ERROR_INVALID:invalid input or parameters (ConfigSelector: No preconfigured factory for config-bits=10111).
|
||||
out: LUMIERA_ERROR_INVALID:invalid input or parameters.+No preconfigured factory for config-bits=10111
|
||||
return: 0
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue