This is the mail archive of the gcc-help@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]

Re: [Generic] change the value of an attribute


charfi asma <charfiasma@yahoo.fr> writes:

> Program received signal SIGSEGV, Segmentation fault.
> size_binop_loc (loc=0, code=EXACT_DIV_EXPR, arg0=0x0, arg1=0xb7572680)
>     at ../../gcc-dev/gcc/fold-const.c:1414
> 1414      tree type = TREE_TYPE (arg0);

Well, the problem is that arg0 is NULL.  You should walk up the
backtrace until you find where that is coming from, and then figure out
how to fix it.

Ian


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