[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-22 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2008-11-22 08:30 --- Subject: Bug 37323 Author: jakub Date: Sat Nov 22 08:28:44 2008 New Revision: 142116 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142116 Log: PR middle-end/37323 * builtins.c

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-22 Thread jakub at gcc dot gnu dot org
--- Comment #14 from jakub at gcc dot gnu dot org 2008-11-22 08:32 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #12 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-10 14:54 --- Subject: Re: [4.4 Regression] __builtin_apply failures Created an attachment (id=16639) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16639action=view) --

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-10 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-09 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2008-11-09 10:57 --- Created an attachment (id=16639) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16639action=view) gcc44-pr37323.patch I guess the following patch should fix it. The question is if it doesn't break other

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-09 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-09 16:28 --- Subject: Re: [4.4 Regression] __builtin_apply failures I guess the following patch should fix it. The question is if it doesn't break other targets... I'll give it a try. If this fixes the

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2008-11-08 17:28 --- (gdb) r Starting program: /test/gnu/gcc/objdir/gcc/testsuite/gcc/builtin-apply4.xg warning: Private mapping of shared library text was not specified by the executable; setting a breakpoint in a shared library which

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-08 18:59 --- Subject: Re: [4.4 Regression] __builtin_apply failures On Sat, 08 Nov 2008, danglin at gcc dot gnu dot org wrote: 0x40002b18 bar+120: std r0,10(r3) 0x40002b1c bar+124: ldd

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread danglin at gcc dot gnu dot org
--- Comment #6 from danglin at gcc dot gnu dot org 2008-11-08 19:38 --- Starting program: /test/gnu/gcc/objdir/stage1-gcc/cc1 -iprefix /test/gnu/gcc/objdir/gcc/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/ -isystem /test/gnu/gcc/objdir/gcc/include -isystem /test/gnu/gcc/objdir/gcc/include-fixed

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2008-11-08 21:29 --- It seems the insn to initialize reg:DI 69 is being emitted, but it appears that it is done too early and gets lost. Breakpoint 8, emit_insn (x=0x83fffdfc5c80) at ../../gcc/gcc/emit-rtl.c:4415 4415 rtx

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread danglin at gcc dot gnu dot org
--- Comment #8 from danglin at gcc dot gnu dot org 2008-11-08 21:40 --- It seems the insn to initialize reg:DI 69 is being emitted, but it appears that it is done too early and gets lost. No, it's not lost. Insn 27 has been inserted before insn 2: [...] (insn 27 26 28 2

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-08 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2008-11-08 21:46 --- This seems wrong: /* Put the insns after the NOTE that starts the function. If this is inside a start_sequence, make the outer-level insn chain current, so the code is placed at the start of the

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-11-07 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2008-11-08 02:02 --- As of 2008-11-07, the only remaining failure is builtin-apply4.c. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-10-21 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-09-02 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323

[Bug middle-end/37323] [4.4 Regression] __builtin_apply failures

2008-09-01 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2008-09-01 19:52 --- Also, FAIL: gcc.dg/builtin-return-1.c execution test -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323