You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error no controlado al intentar asignar un número negativo a un ent16. El siguiente código genera un error de compilación:
público ent inicia()
{
ent16 b = -2;
devuelve 0;
}
PS> ñ ./prueba.ñ -s prueba
Assertion failed: cast<PointerType>(getOperand(1)->getType()) ->isOpaqueOrPointeeTypeMatches(getOperand(0)->getType()) && "Ptr must be a pointer to Val type!", file D:\proyectos\construyellvm\llvm-src\llvm\lib\IR\Instructions.cpp, line 1482
Este error no ocurre al asignar a variables de tipo ent32 o ent64. Por último, aparece un error diferente con las variables de tipo ent8, que se valora en la petición #6.
The text was updated successfully, but these errors were encountered:
Error no controlado al intentar asignar un número negativo a un ent16. El siguiente código genera un error de compilación:
Este error no ocurre al asignar a variables de tipo ent32 o ent64. Por último, aparece un error diferente con las variables de tipo ent8, que se valora en la petición #6.
The text was updated successfully, but these errors were encountered: