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

[Bug middle-end/42722] move_by_pieces() incorrectly pushes structures to stack



------- Comment #7 from shcherbakov at daad-alumni dot de  2010-01-30 21:30 -------
(In reply to comment #6)
> Doesn't work, an ARM gcc built with that modification ICEs while trying to
> compile __muldi3() in libgcc2.c.
You don't need libgcc to reproduce the problem. If gcc build has gone to this
step, the xgcc/cc1/cc1plus were successfully built and can be called as
"<your-gcc-build-directory>/gcc/xgcc". Just invoke cc1plus from the build/gcc
directory directly:
./cc1plus -O2 test.cpp -o test.S
The resulting .S file should be enough to see whether the problem is reproduced
on ARM.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42722


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