We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56005b9 commit bc0c991Copy full SHA for bc0c991
gcc/jit/jit-recording.h
@@ -750,6 +750,7 @@ class decorated_type : public type
750
751
size_t get_size () final override { return m_other_type->get_size (); };
752
753
+ // FIXME: this is wrong. A vector is not an int.
754
bool is_int () const final override { return m_other_type->is_int (); }
755
bool is_float () const final override { return m_other_type->is_float (); }
756
bool is_bool () const final override { return m_other_type->is_bool (); }
0 commit comments