Re: Creating a global string constant node.

2012-08-03 Thread Matt Davis
On Sat, Aug 4, 2012 at 12:52 PM, Matt Davis wrote: > Hello, > I need to create a global string constant node. In the past, I have > always been able to add global variables, but I have always left them > uninitialized. I know the trick is to build_decl() of VAR_DECL and, I > guess in this case t

Creating a global string constant node.

2012-08-03 Thread Matt Davis
Hello, I need to create a global string constant node. In the past, I have always been able to add global variables, but I have always left them uninitialized. I know the trick is to build_decl() of VAR_DECL and, I guess in this case the type char_node_type. However, I want the global decl initi