Re: hard typdef - proposal - I know it's not in the standard

2013-01-28 Thread Jonathan Wakely
On 28 January 2013 06:18, Alec Teal wrote: > the very > nature of just putting the word "hard" before a typedef is something I find > appealing I've already explained why that's not likely to be acceptable, because identifiers are allowed before 'typedef' and it would be ambiguous. You need a diff

Re: Initial Stack Padding?

2013-01-28 Thread Matt Davis
Thanks Ian, On Mon, Jan 28, 2013 at 4:32 PM, Ian Lance Taylor wrote: > On Sat, Jan 26, 2013 at 5:44 PM, Matt Davis wrote: >> This question is similar to my last; however, I think it provides a >> bit more clarity as to how I am obtaining offsets from the frame >> pointer. I have an RTL pass tha

Re: hard typdef - proposal - I know it's not in the standard

2013-01-28 Thread Alec Teal
On 28/01/13 10:41, Jonathan Wakely wrote: On 28 January 2013 06:18, Alec Teal wrote: the very nature of just putting the word "hard" before a typedef is something I find appealing I've already explained why that's not likely to be acceptable, because identifiers are allowed before 'typedef' and

Re: hard typdef - proposal - I know it's not in the standard

2013-01-28 Thread Robert Dewar
On 1/28/2013 6:48 AM, Alec Teal wrote: On 28/01/13 10:41, Jonathan Wakely wrote: On 28 January 2013 06:18, Alec Teal wrote: the very nature of just putting the word "hard" before a typedef is something I find appealing I've already explained why that's not likely to be acceptable, because iden

Bug repositories

2013-01-28 Thread Igor Kovacevic
Hello, I'm a master student and I'm writing my thesis on bug triaging in open source project and I wondering if I can access to a big part of the bug repository, if I can, how to do it ? Writing a crawler/parser for bugzilla or something else? I need 5 to 8 years of development. Thanks a lot, Igo

Re: vec.h vs. --enable-gather-detailed-mem-stats

2013-01-28 Thread Diego Novillo
On Sun, Jan 27, 2013 at 7:09 AM, Steven Bosscher wrote: > Is this a known issue? No, thanks for the report. I'll try to see what's going on (though you may need to ping me in a few days). Diego.

Re: Bug repositories

2013-01-28 Thread Ian Lance Taylor
On Mon, Jan 28, 2013 at 6:48 AM, Igor Kovacevic wrote: > > I'm a master student and I'm writing my thesis on bug triaging in open > source project and I wondering if I can access to a big part of the > bug repository, > if I can, how to do it ? > Writing a crawler/parser for bugzilla or something

Re: gcc : c++11 : full support : eta?

2013-01-28 Thread Jason Merrill
On 01/23/2013 01:48 AM, Franz Fehringer wrote: What does this mean for the Concurrency section, it has 8xNo at the moment? I need to go back over that section, but I think it's just inaccurate. Jason

Re: Bug repositories

2013-01-28 Thread Frédéric Buclin
(Igor jumped into the Bugzilla developers IRC channel, so that's why I heard about this thread.) Ian said: "I'm willing to provide you with a dump of gcc's bugzilla database if you can give me the exact command to run." Sorry, but I have to object! It's not ok to give anyone a plain dump of the

Aspectos Criticos a Considerar de los Salarios Caidos

2013-01-28 Thread Lic. Carolina Moo Aldana.
Aspectos Críticos a Considerar de los SALARIOS CAÍDOS ¿Dónde se llevará a cabo? Lugar: Su computadora. Fecha: 11 de Febrero de 2013. Duración: 3 Horas. Horario: De 10:00 a.m a 1:00 p.m. (Hora del Centro de México). Toda empresa u organización en México se encuentra inmersa en un trascendental ca

Re: Bug repositories

2013-01-28 Thread Ian Lance Taylor
On Mon, Jan 28, 2013 at 11:51 AM, Frédéric Buclin wrote: > (Igor jumped into the Bugzilla developers IRC channel, so that's why I > heard about this thread.) > > Ian said: > > "I'm willing to provide you with a dump of gcc's bugzilla database if > you can give me the exact command to run." > > > S

Loading Gimple from file

2013-01-28 Thread Chassin
is there any function allows loading Gimple output from file and create the internal Gimple structure ? -- Chaddy Huussin Vazquez , chas...@ceis.cujae.edu.cu Superior Polytechnic Institute ‘Jose Antonio Echeverrıa’ Informatics Engineering Faculty 48 Aniversario del Instituto Superior Politec

Re: Loading Gimple from file

2013-01-28 Thread Ian Lance Taylor
On Mon, Jan 28, 2013 at 1:46 PM, Chassin wrote: > is there any function allows loading Gimple output from file and create the > internal Gimple structure ? Not to my knowledge, but see http://gcc.gnu.org/wiki/GimpleFrontEnd . Ian

Re: Loading Gimple from file

2013-01-28 Thread Chassin
On 01/28/2013 05:25 PM, Ian Lance Taylor wrote: On Mon, Jan 28, 2013 at 1:46 PM, Chassin wrote: is there any function allows loading Gimple output from file and create the internal Gimple structure ? Not to my knowledge, but see http://gcc.gnu.org/wiki/GimpleFrontEnd . Ian Thnx Ian i was l

gcc 4.7.3 plans?

2013-01-28 Thread Kenny Simpson
There have been quite a few fixes on the 4.7 branch since 4.7.2 was released 4 months ago and several of the remaining regression bugs have fixes in trunk. What are the plans for 4.7.3? thanks, -Kenny

problem inserting new function to cgraph

2013-01-28 Thread Chassin
Hi again , this time i am trying to clone a function then insert it with new name sample code struct cgraph_node *old_node = util_get_cgnode_by_name((char *)user_data); struct cgraph_node *new_node ; tree old_decl = old_node->decl; tree new_decl = copy_node(old_decl); // Changing the na