This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/37506] attribute section is not working with constant strings



------- Comment #6 from nm127 at freemail dot hu  2008-09-14 07:14 -------
(In reply to comment #5)
> This is all expected, if you want a string constant to be in a different
> section, you need to put there your self by using a variable.

So the __attribute__ __section__ modifier is not recursively applied to all
child element?

If the __attribute__ __section__ is not recursive shouldn't it be possible to
specify explicitly this modifier for the child elements something like "z" and
"w"  in comment #4?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37506


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]