[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-12-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-04-01 Thread hubicka at gcc dot gnu dot org
--- Comment #5 from hubicka at gcc dot gnu dot org 2008-04-01 08:41 --- Subject: Bug 35781 Author: hubicka Date: Tue Apr 1 08:41:14 2008 New Revision: 133786 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=133786 Log: PR middle-end/35781 * m32c/m32.c

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-04-01 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-04-01 16:51 --- Revision 133786 doesn't work for C++: libtool: compile: /export/build/gnu/gcc/build-ia64-linux/./gcc/xgcc -shared-libgcc -B/export/build/gnu/gcc/build-ia64-linux/./gcc -nostdinc++

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-04-01 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-04-01 16:52 --- (In reply to comment #4) Created an attachment (id=15400) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15400action=view) [edit] patch for cfun-emit rtl.emit changes I tested this patch with a C only

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-04-01 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2008-04-02 04:31 --- Ia64 problem is due to PR 35795. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-03-31 Thread wilson at tuliptree dot org
--- Comment #1 from wilson at tuliptree dot org 2008-03-31 22:42 --- Subject: Re: New: [4.4 Regression]: Revision 133759 breaks ia64 hjl dot tools at gmail dot com wrote: On Linux/ia64, I got /net/gnu-13/export/gnu/src/gcc/gcc/gcc/emit-rtl.c: In function `init_emit':

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-03-31 Thread hubicka at ucw dot cz
--- Comment #2 from hubicka at ucw dot cz 2008-04-01 00:15 --- Subject: Re: [4.4 Regression]: Revision 133759 breaks ia64 --- Comment #1 from wilson at tuliptree dot org 2008-03-31 22:42 --- Subject: Re: New: [4.4 Regression]: Revision 133759 breaks ia64 hjl dot

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-03-31 Thread wilson at tuliptree dot org
--- Comment #3 from wilson at tuliptree dot org 2008-04-01 02:07 --- Subject: Re: [4.4 Regression]: Revision 133759 breaks ia64 hubicka at ucw dot cz wrote: If someone could confirm that it solves the ia-64 problem, I will commit it. I am currently out of reach of ia-64 boxes. I

[Bug middle-end/35781] [4.4 Regression]: Revision 133759 breaks ia64

2008-03-31 Thread wilson at gcc dot gnu dot org
--- Comment #4 from wilson at gcc dot gnu dot org 2008-04-01 02:54 --- Created an attachment (id=15400) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15400action=view) patch for cfun-emit rtl.emit changes I tested this patch with a C only bootstrap on an ia64-linux system. The