Details
Description
Clang fails to compile with "clang++ -std=c++11" or "clang++ -std=c++11 -stdlib=libc++". Issue was mostly fixed in MySQL in response to this 2012 bug
/usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
|
my_offsetof(TABLE_LIST, mariadb_version),
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
/usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
|
((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
/usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
|
my_offsetof(TABLE_LIST, mariadb_version),
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
static_cast<int>( )
|
/usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
|
((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Clang fails to compile with "clang++ -std=c++11" or "clang++ -std=c++11 -stdlib=libc++". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Description |
Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Description |
Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was mostly fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]
{code:shell} /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing] my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast my_offsetof(TABLE_LIST, mariadb_version), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast<int>( ) /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof' ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {code} |
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Labels | clang |
Sprint | 10.1.18 [ 98 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] |
Fix Version/s | 10.1.18 [ 22110 ] | |
Fix Version/s | 5.5.53 [ 22106 ] | |
Fix Version/s | 10.0.28 [ 22107 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 76887 ] | MariaDB v4 [ 150856 ] |