http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31843
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31843
Paolo Carlini changed:
What|Removed |Added
Target Milestone|--- |4.7.0
--- 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))
--- 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