Bug #13936 | sql_yacc.cc compilation warning with ICC on IA64 "optimization disabled" | ||
---|---|---|---|
Submitted: | 11 Oct 2005 19:30 | Modified: | 16 Mar 2009 9:43 |
Reporter: | Lenz Grimmer | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 4.1,5.1 | OS: | Linux (Linux/IA64) |
Assigned to: | Kent Boortz | CPU Architecture: | Any |
Tags: | icc |
[11 Oct 2005 19:30]
Lenz Grimmer
[30 Apr 2007 13:53]
Magnus BlÄudd
Just checked the build logs from 5.0.40 and it's still there. 12006: icpc -static-libgcc -static-libcxa -i-static -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/data\"" -DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../zlib -I../include -I../include -I../regex -I. -DDBUG_OFF -O3 -unroll2 -ip -mp -restrict -no-ftz -fno-implicit-templates -fno-exceptions -fno-rtti -c sql_yacc.cc 12007: sql_yacc.cc(13991): warning #592: variable "MYSQLlval" is used before its value is set 12008: yyvsp[0] = yylval; 12009: ^ 12010: 12011: sql_yacc.cc(13924): warning #1357: optimization disabled due to excessive resource requirements; contact Intel Premier Support for assistance 12012: 12013: sql_yacc.cc(13924): warning #1357: optimization disabled due to excessive resource requirements; contact Intel Premier Support for assistance 12014:
[16 Mar 2009 9:43]
Daniel Fischer
This is not a bug in MySQL.