tree.c (is_attribute_p): Split out to ..
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 2 Dec 2004 19:25:55 +0000 (19:25 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 2 Dec 2004 19:25:55 +0000 (11:25 -0800)
commite5410ba71ba1fa2932760df158e64984ee0f7902
tree376105576b66aacc3abc95111e0be1b732ec133c
parent910fbc166c123f616d3ec527c2646c80dac0377a
tree.c (is_attribute_p): Split out to ..

2004-12-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree.c (is_attribute_p): Split out to ..
        (is_attribute_with_length_p): Here.  Use IDENTIFIER_LENGTH instead
        of strlen and compare the string lengths before calling strcmp.
        (lookup_attribute): Call is_attribute_with_length_p instead of
        is_attribute_p.

From-SVN: r91654
gcc/ChangeLog
gcc/tree.c