RE: dwarf2out & var-tracking & cond_exec call

2013-11-29 Thread BELBACHIR Selim
:29 À : gcc@gcc.gnu.org Objet : dwarf2out & var-tracking & cond_exec call Hi, I'm still porting my private backing from gcc 4.5.2 to gcc 4.7.3. When compiling the following code with -g option, I encountered "internal compiler error: in dwarf2out_var_location, at dwarf2out.

dwarf2out & var-tracking & cond_exec call

2013-11-29 Thread BELBACHIR Selim
Hi, I'm still porting my private backing from gcc 4.5.2 to gcc 4.7.3. When compiling the following code with -g option, I encountered "internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20883" void toto(int* , float); void foo(int a, float b, int * c) { if (b) toto(c, b);