Re: Suspected bug, triggering code included

2007-04-04 Thread Andreas Schwab
Nils M Holm <[EMAIL PROTECTED]> writes: > -- description -- > An member of an array A is assigned the value of a function P. > As a side effect, the function P realloc()s the array A. > > When including the array A in a multiple assignment, the > old address of A is used instead of

Suspected bug, triggering code included

2007-04-04 Thread Nils M Holm
Hello, I suspect that I have found a bug in GCC. In this message you find all information you request at http://gcc.gnu.org/bugs.html. Best regards, Nils Holm -- description -- An member of an array A is assigned the value of a function P. As a side effect, the function P reallo