[Bug c++/31843] -Wformat-nonliteral differs between gcc and g++

2012-01-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31843 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/31843] -Wformat-nonliteral differs between gcc and g++

2012-01-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31843 Paolo Carlini changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/31843] -Wformat-nonliteral differs between gcc and g++

2010-02-20 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2010-02-21 01:27 --- Confirmed. The problem is that constant_value_1 has the following code: if (!init || !TREE_TYPE (init) || (integral_p ? !INTEGRAL_OR_ENUMERATION_TYPE_P (TREE_TYPE (init))

[Bug c++/31843] -Wformat-nonliteral differs between gcc and g++

2007-05-06 Thread gcc at gaul dot org
--- Comment #1 from gcc at gaul dot org 2007-05-06 08:10 --- Created an attachment (id=13515) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13515&action=view) -Wformat-nonliteral test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31843