[Bug rtl-optimization/27073] invalid gcse manipulation of REG_EQUIV notes

2006-04-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-04-09 10:06 --- Subject: Bug 27073 Author: rsandifo Date: Sun Apr 9 10:06:20 2006 New Revision: 112803 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112803 Log: PR rtl-optimization/27073

[Bug rtl-optimization/27073] invalid gcse manipulation of REG_EQUIV notes

2006-04-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-04-09 10:09 --- Fixed on mainline and not known to be a regression for a specific testcase. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25595] GCC ICE in xorg-x11 compiled in thumb

2006-04-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-04-09 13:53 --- *** This bug has been marked as a duplicate of 27073 *** -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/27073] invalid gcse manipulation of REG_EQUIV notes

2006-04-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-04-09 13:53 --- *** Bug 25595 has been marked as a duplicate of this bug. *** -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/27073] invalid gcse manipulation of REG_EQUIV notes

2006-04-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-04-11 17:43 --- Subject: Bug 27073 Author: rsandifo Date: Tue Apr 11 17:43:07 2006 New Revision: 112861 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112861 Log: PR rtl-optimization/27073

[Bug target/25514] [m68k] internal consistency failure

2006-04-25 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-04-25 14:23 --- This issue is related to PR22002. I have a patch. A slightly-more reduced testcase is: struct node { struct node *next; int value; }; struct node *current_node, global_list; void bar (void) { struct node

[Bug rtl-optimization/26725] [4.2 Regression] ICE in check_reg_live, at haifa-sched.c:4645 with -O2 on ia64

2006-04-25 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-04-25 21:34 --- Subject: Bug 26725 Author: rsandifo Date: Tue Apr 25 21:34:48 2006 New Revision: 113257 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113257 Log: gcc/ PR rtl-optimization/26725 *

[Bug rtl-optimization/26725] [4.2 Regression] ICE in check_reg_live, at haifa-sched.c:4645 with -O2 on ia64

2006-04-25 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-04-25 21:36 --- Patch applied to trunk. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25514] [m68k] internal consistency failure

2006-04-27 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-04-27 16:41 --- Subject: Bug 25514 Author: rsandifo Date: Thu Apr 27 16:41:51 2006 New Revision: 113312 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113312 Log: PR rtl-optimization/25514 * c

[Bug target/25514] [m68k] internal consistency failure

2006-04-27 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-04-27 16:43 --- Subject: Bug 25514 Author: rsandifo Date: Thu Apr 27 16:43:10 2006 New Revision: 113313 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113313 Log: PR rtl-optimization/25514 * c

[Bug target/25871] TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code

2006-04-28 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-04-28 22:36 --- The patch looks good to me, thanks, and should be small enough to avoid the need for a copyright assignment. I'll apply it next week. -- rsandifo at gcc dot gnu dot org changed: What|Re

[Bug target/25871] TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code

2006-05-02 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-05-02 12:57 --- Subject: Bug 25871 Author: rsandifo Date: Tue May 2 12:57:52 2006 New Revision: 113460 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113460 Log: 2006-05-02 Joshua Kinard <[EMAI

[Bug target/25871] TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code

2006-05-02 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-05-02 13:02 --- Fixed on mainline. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5

2006-05-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #14 from rsandifo at gcc dot gnu dot org 2006-05-19 08:05 --- Subject: Bug 22209 Author: rsandifo Date: Fri May 19 08:05:39 2006 New Revision: 113903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113903 Log: * libgcc2.c (MIN_UNITS_PER_WORD): Move

[Bug target/27338] Violation of mips o64 ABI

2006-05-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-05-19 15:10 --- The use of $f14 was an unintentional historical accident, not a deliberate decision. It has since been "fixed". I realise this isn't going to be very helpful to you, but you should just treat

[Bug bootstrap/24631] SIGBUS during bootstrap

2006-05-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-05-19 15:13 --- Any update on this? -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27681] New: [4.1 regression] Missing DImode float conversion functions

2006-05-19 Thread rsandifo at gcc dot gnu dot org
: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target triplet: mipsisa64-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/27681] [4.1 regression] Missing DImode float conversion functions

2006-05-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-05-19 15:24 --- This was fixed for 4.2 by: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00806.html -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-05-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-05-20 14:16 --- Subject: Bug 25891 Author: rsandifo Date: Sat May 20 14:15:51 2006 New Revision: 113929 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113929 Log: gcc/testsuite PR testsuite/25891

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-05-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-05-20 14:19 --- Fixed by: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01023.html -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25514] [m68k] internal consistency failure

2006-05-22 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-05-22 15:58 --- Subject: Bug 25514 Author: rsandifo Date: Mon May 22 15:58:03 2006 New Revision: 113983 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113983 Log: PR rtl-optimization/25514 * c

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread rsandifo at gcc dot gnu dot org
-- rsandifo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-05-23 06:17 --- Created an attachment (id=11498) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11498&action=view) Possible patch I'm very sorry for the breakage. Here's a patch that appears to fix the bu

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-23 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-05-23 13:06 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01169.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27736

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-23 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-05-23 15:07 --- Subject: Bug 27736 Author: rsandifo Date: Tue May 23 15:07:00 2006 New Revision: 114019 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114019 Log: PR rtl-optimization/27736 * c

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-23 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-05-23 15:08 --- Patch applied. (Thanks to Roger for the quick review.) -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24998] [4.2 Regression] Build failure: undefined symbol __floatunsitf

2006-06-04 Thread rsandifo at gcc dot gnu dot org
--- Comment #31 from rsandifo at gcc dot gnu dot org 2006-06-04 20:46 --- FYI, see: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01010.html about the MIPS16 situation. To summarise, mips16.S should be considered legacy code, and I've never seen a report of it being used (never

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-06-06 08:54 --- Based on David's descripion, a reduced testcase appears to be: static short f[100]; int bar (void) { return f[0]; } void foo (void) { int i; for (i = 0; i < 100; i++) f[i]++; } Looking at the

[Bug middle-end/28034] [4.2 Regression] section anchors break -fprofile-generate

2006-06-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-06-19 12:57 --- In response to comment #1, "tmp" isn't really the problem. The problem is coverage_counter_alloc(), which initially create an array of 1000 counters, and only supplies the real type at the end

[Bug middle-end/28034] [4.2 Regression] section anchors break -fprofile-generate

2006-06-19 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-06-19 14:31 --- Created an attachment (id=11704) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11704&action=view) Candidate patch Janis, can you try this patch? It avoids the use of section anchors for coverage c

[Bug middle-end/28034] [4.2 Regression] section anchors break -fprofile-generate

2006-06-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-06-21 21:27 --- Subject: Bug 28034 Author: rsandifo Date: Wed Jun 21 21:27:19 2006 New Revision: 114870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114870 Log: gcc/ PR middle-end/28034 * co

[Bug middle-end/28034] [4.2 Regression] section anchors break -fprofile-generate

2006-06-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-06-21 21:28 --- Patch applied. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28402] New: [4.0/4.1/4.2 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-17 Thread rsandifo at gcc dot gnu dot org
Version: 4.0.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target triplet: sh

[Bug middle-end/28402] [4.0/4.1/4.2 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-07-17 08:16 --- I'm testing a patch. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug middle-end/28403] New: [4.0/4.1/4.2 Regression] Missed argument pop after doubleword shift

2006-07-17 Thread rsandifo at gcc dot gnu dot org
rgument pop after doubleword shift Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: wrong-code Severity: critical Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rs

[Bug middle-end/28403] [4.0/4.1/4.2 Regression] Missed argument pop after doubleword shift

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-07-17 08:21 --- I'm testing a patch. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug middle-end/28402] [4.0/4.1/4.2 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-07-17 15:29 --- Subject: Bug 28402 Author: rsandifo Date: Mon Jul 17 15:29:19 2006 New Revision: 115524 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115524 Log: gcc/ PR middle-end/28402 *

[Bug middle-end/28403] [4.0/4.1/4.2 Regression] Missed argument pop after doubleword shift

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-07-17 15:31 --- Subject: Bug 28403 Author: rsandifo Date: Mon Jul 17 15:31:12 2006 New Revision: 115525 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115525 Log: gcc/ PR middle-end/28403 *

[Bug middle-end/28402] [4.0/4.1/4.2 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-07-17 15:34 --- Patch committed to mainline. Will commit to branches in a few days if nothing goes awry. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28403] [4.0/4.1/4.2 Regression] Missed argument pop after doubleword shift

2006-07-17 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-07-17 15:34 --- Patch committed to mainline. Will commit to branches in a few days if nothing goes awry. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37363] [4.4 Regression] Fix for PR 36090 causes libstdc++ regressions

2008-11-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2008-11-11 23:27 --- Fixed on trunk. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37363] [4.4 Regression] Fix for PR 36090 causes libstdc++ regressions

2008-11-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2008-11-11 23:24 --- Subject: Bug 37363 Author: rsandifo Date: Tue Nov 11 23:23:23 2008 New Revision: 141774 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141774 Log: gcc/ PR rtl-optimization/37363 *

[Bug target/38052] [4.4 Regression] genautomata segfaults when -O2 is enabled

2008-11-15 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2008-11-15 20:42 --- I'll try to look at this tomorrow. The code in comment #1 is certainly wrong: the store at is supposed come after the GP addiu at . With that fixed, the function should work as expected. I'm guessing

[Bug target/38052] [4.4 Regression] genautomata segfaults when -O2 is enabled

2008-11-16 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2008-11-16 20:27 --- Subject: Bug 38052 Author: rsandifo Date: Sun Nov 16 20:25:40 2008 New Revision: 141925 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141925 Log: gcc/ PR target/38052 * config/mip

[Bug target/38052] [4.4 Regression] genautomata segfaults when -O2 is enabled

2008-11-16 Thread rsandifo at gcc dot gnu dot org
--- Comment #9 from rsandifo at gcc dot gnu dot org 2008-11-16 20:32 --- Subject: Bug 38052 Author: rsandifo Date: Sun Nov 16 20:31:13 2008 New Revision: 141926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141926 Log: gcc/ PR target/38052 * config/mip

[Bug target/38052] [4.4 Regression] genautomata segfaults when -O2 is enabled

2008-11-16 Thread rsandifo at gcc dot gnu dot org
--- Comment #10 from rsandifo at gcc dot gnu dot org 2008-11-16 21:08 --- Fixed on mainline. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/38469] Wrong code for a function with long long argument returning int.

2008-12-15 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2008-12-15 21:40 --- I think this was fixed by: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01996.html Could you check whether it works for you? -- rsandifo at gcc dot gnu dot org changed: What|Removed

[Bug target/38469] Wrong code for a function with long long argument returning int.

2008-12-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2008-12-20 21:35 --- OK well, thanks for trying. I'm glad you have a workaround, even if it's not the one I thought. (Perhaps it was another TRULY_NOOP_TRUNCATION combine.c fix. ISTR there were a few.) Anyway, the proble

[Bug rtl-optimization/38595] New: gcc.target/mips/mips16e-extends.c fails for -mlong64

2008-12-21 Thread rsandifo at gcc dot gnu dot org
gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target

[Bug rtl-optimization/38595] gcc.target/mips/mips16e-extends.c fails for -mlong64

2008-12-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2008-12-21 13:48 --- I have a patch, but it isn't appropriate at this stage in the 4.4 cycle. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug target/38598] New: MIPS extendsidi2 does not have a LO alternative

2008-12-21 Thread rsandifo at gcc dot gnu dot org
unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38598

[Bug target/38598] MIPS extendsidi2 does not have a LO alternative

2008-12-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2008-12-21 14:00 --- I have a patch, but it isn't appropriate at this stage in the 4.4 cycle. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug target/38599] New: There should be a Pmode == DImode version of the MIPS lwxs pattern

2008-12-21 Thread rsandifo at gcc dot gnu dot org
ned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target triplet: mipsisa64-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38599

[Bug target/38599] There should be a Pmode == DImode version of the MIPS lwxs pattern

2008-12-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2008-12-21 14:06 --- I have a patch, but it isn't appropriate at this stage in the 4.4 cycle. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug tree-optimization/35899] [4.3/4.4 Regression] ICE on filesystem code

2008-12-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2008-12-21 21:46 --- Subject: Bug 35899 Author: rsandifo Date: Sun Dec 21 21:45:11 2008 New Revision: 142874 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142874 Log: gcc/testsuite/ PR targ

[Bug target/38598] MIPS extendsidi2 does not have a LO alternative

2008-12-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2008-12-21 21:46 --- Subject: Bug 38598 Author: rsandifo Date: Sun Dec 21 21:44:39 2008 New Revision: 142873 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142873 Log: gcc/testsuite/ PR targ

[Bug c/38716] New: Undocumented __attribute__((optimize)) behaviour when the attribute specifies no optimisation level

2009-01-03 Thread rsandifo at gcc dot gnu dot org
on level Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38716

[Bug rtl-optimization/38426] [4.4 Regression] Incorrect code produced with -momit-leaf-frame-pointer -fno-unit-at-a-time

2009-01-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2009-01-06 21:58 --- Subject: Bug 38426 Author: rsandifo Date: Tue Jan 6 21:58:46 2009 New Revision: 143135 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143135 Log: gcc/ PR rtl-optimization/38426.

[Bug rtl-optimization/38426] [4.4 Regression] Incorrect code produced with -momit-leaf-frame-pointer -fno-unit-at-a-time

2009-01-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2009-01-06 22:02 --- Fixed on mainline. Dmitry, sorry for the duplicate work. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/40699] [4.5 Regression] All sparcv9 libjava execution tests fail on Solaris 11/SPARC

2009-07-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2009-07-09 19:23 --- OK, I'm going to need some help debugging this one. First of all, how are you running your tests? E.g. (a) are you using --target_board unix/-m64, (b) is -m64 the default, or (c) something else? S

[Bug testsuite/40699] [4.5 Regression] All sparcv9 libjava execution tests fail on Solaris 11/SPARC

2009-07-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2009-07-09 19:12 --- Do you only see this for libjava? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40699

[Bug testsuite/40699] [4.5 Regression] All sparcv9 libjava execution tests fail on Solaris 11/SPARC

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2009-07-11 06:11 --- Subject: Bug 40699 Author: rsandifo Date: Sat Jul 11 06:10:49 2009 New Revision: 149508 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149508 Log: gcc/testsuite/ PR testsuite/40699

[Bug testsuite/40707] [4.5 regression] Testsuite no longer works with emulator

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2009-07-11 06:11 --- Subject: Bug 40707 Author: rsandifo Date: Sat Jul 11 06:10:49 2009 New Revision: 149508 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149508 Log: gcc/testsuite/ PR testsuite/40699

[Bug testsuite/40709] [4.5 regression] Revision 149113 caused testsuite error

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2009-07-11 06:11 --- Subject: Bug 40709 Author: rsandifo Date: Sat Jul 11 06:10:49 2009 New Revision: 149508 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149508 Log: gcc/testsuite/ PR testsuite/40699

[Bug testsuite/40709] [4.5 regression] Revision 149113 caused testsuite error

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2009-07-11 06:31 --- Reverted the offending commit. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/40707] [4.5 regression] Testsuite no longer works with emulator

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2009-07-11 06:32 --- Reverted the offending commit. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/40699] [4.5 Regression] All sparcv9 libjava execution tests fail on Solaris 11/SPARC

2009-07-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2009-07-11 06:44 --- "ro at techfak dot uni-bielefeld dot de" writes: > Unfortunately, the same thing happens when I invoke runtest manually in the > 20090522 tree where the 64-bit tests still worked correctly. A

[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5

2005-11-04 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2005-11-04 09:22 --- I think TImode has to be a workable mode for IRIX 6. Long double is TFmode, and it would certainly seem odd to support TImode and not TFmode. (I seem to remember the s390 folks having to add TImode support

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2005-11-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2005-11-21 16:09 --- Confirmed. Here's a dejagnu-style testcase: // PR c++/20416. We correctly constructed the temporary S in foo(), // but incorrectly destroyed it every time foo() was called. // { dg-do run } extern &qu

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2005-11-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2005-11-21 16:09 --- BTW, this is 12.2/5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20416

[Bug c++/24977] New: Dependent lookup considers static functions

2005-11-21 Thread rsandifo at gcc dot gnu dot org
+ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24977

[Bug c/25805] New: Incorrect handling of zero-initialized flexible arrays

2006-01-16 Thread rsandifo at gcc dot gnu dot org
Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc

[Bug c/25805] Incorrect handling of zero-initialized flexible arrays

2006-01-16 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-01-16 10:19 --- Testing a fix -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25805] [3.4/4.0/4.1/4.2 Regression] Incorrect handling of zero-initialized flexible arrays

2006-01-18 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-01-19 07:45 --- Subject: Bug 25805 Author: rsandifo Revision: 109947 Modified property: svn:log Modified: svn:log at Thu Jan 19 07:45:28 2006

[Bug c/25805] [3.4/4.0/4.1/4.2 Regression] Incorrect handling of zero-initialized flexible arrays

2006-01-18 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-01-19 07:46 --- Subject: Bug 25805 Author: rsandifo Revision: 109946 Modified property: svn:log Modified: svn:log at Thu Jan 19 07:46:15 2006

[Bug c/25805] [3.4/4.0 Regression] Incorrect handling of zero-initialized flexible arrays

2006-01-18 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-01-19 07:48 --- I've checked in the fix for 4.1 and 4.2. It doesn't apply directly to earlier branches because they used TREE_LISTs for CONSTRUCTORs. A straight-forward conversion would introduce a linear walk ove

[Bug middle-end/28403] [4.0/4.1/4.2 Regression] Missed argument pop after doubleword shift

2006-07-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-07-20 08:32 --- Subject: Bug 28403 Author: rsandifo Date: Thu Jul 20 08:31:59 2006 New Revision: 115611 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115611 Log: Backport from mainline: 20

[Bug middle-end/28402] [4.0/4.1/4.2 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-20 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-07-20 08:35 --- Subject: Bug 28402 Author: rsandifo Date: Thu Jul 20 08:34:53 2006 New Revision: 115613 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115613 Log: Backport from mainline: 20

[Bug middle-end/28402] [4.0/4.1 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-07-26 13:30 --- Subject: Bug 28402 Author: rsandifo Date: Wed Jul 26 13:30:34 2006 New Revision: 115755 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115755 Log: gcc/ PR middle-end/28402 *

[Bug middle-end/28403] [4.0/4.1 Regression] Missed argument pop after doubleword shift

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-07-26 13:32 --- Subject: Bug 28403 Author: rsandifo Date: Wed Jul 26 13:32:01 2006 New Revision: 115756 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115756 Log: gcc/ PR middle-end/28403 *

[Bug middle-end/28402] [4.0/4.1 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-07-26 13:34 --- Subject: Bug 28402 Author: rsandifo Date: Wed Jul 26 13:34:17 2006 New Revision: 115757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115757 Log: gcc/ PR middle-end/28402 *

[Bug middle-end/28403] [4.0/4.1 Regression] Missed argument pop after doubleword shift

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-07-26 13:35 --- Subject: Bug 28403 Author: rsandifo Date: Wed Jul 26 13:35:34 2006 New Revision: 115758 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115758 Log: gcc/ PR middle-end/28403 *

[Bug middle-end/28402] [4.0/4.1 Regression] Doubleword shifts implemented using word_mode libcalls

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-07-26 13:38 --- Patch applied to branches. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28403] [4.0/4.1 Regression] Missed argument pop after doubleword shift

2006-07-26 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-07-26 13:39 --- Patch applied to branches -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28126] gcc moves an expensive instruction outside of a conditional

2006-07-30 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2006-07-30 10:56 --- Subject: Bug 28126 Author: rsandifo Date: Sun Jul 30 10:56:07 2006 New Revision: 115819 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115819 Log: gcc/ 2006-07-25 Atsushi Nemoto <[EMAI

[Bug target/28126] gcc moves an expensive instruction outside of a conditional

2006-08-03 Thread rsandifo at gcc dot gnu dot org
--- Comment #9 from rsandifo at gcc dot gnu dot org 2006-08-03 21:06 --- Created an attachment (id=12010) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12010&action=view) A hackish fix I agree with Kaz that a blockage would be a correct fix here. I'm just worri

[Bug rtl-optimization/28634] [4.1/4.2 regression] rounding problem with -fdelayed-branch on hppa/mips

2006-08-13 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-08-13 08:34 --- Re comment #1: it's a generic bug in reorg.c (fill_slots_from_thread). I'm testing a patch. -- rsandifo at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/28634] [4.1/4.2 regression] rounding problem with -fdelayed-branch on hppa/mips

2006-08-14 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-08-14 11:56 --- Subject: Bug 28634 Author: rsandifo Date: Mon Aug 14 12:55:52 2006 New Revision: 116124 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116124 Log: gcc/ PR rtl-optimization/28634 *

[Bug rtl-optimization/28634] [4.1 regression] rounding problem with -fdelayed-branch on hppa/mips

2006-08-14 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2006-08-14 11:58 --- Patch applied to mainline. It has been approved for 4.1, so I'll apply it there after testing. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/28982] New: Incorrect reloading of automodification expressions

2006-09-08 Thread rsandifo at gcc dot gnu dot org
: wrong-code, ice-on-valid-code Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target triplet: arm-none-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28982

[Bug rtl-optimization/28982] Incorrect reloading of automodification expressions

2006-09-08 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-09-08 08:37 --- Created an attachment (id=12211) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12211&action=view) Testcase This brute-force test fails with -O2 -mfloat-abi=softfp. -- rsandifo at gcc dot gnu

[Bug rtl-optimization/28634] [4.1 regression] rounding problem with -fdelayed-branch on hppa/mips

2006-09-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #5 from rsandifo at gcc dot gnu dot org 2006-09-09 10:56 --- Subject: Bug 28634 Author: rsandifo Date: Sat Sep 9 10:56:31 2006 New Revision: 116796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116796 Log: gcc/ PR rtl-optimization/28634 *

[Bug rtl-optimization/28634] rounding problem with -fdelayed-branch on hppa/mips

2006-09-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-09-09 11:01 --- Applied to 4.1 after testing on mipsisa64-elf and mips64-linux-gnu. Although the bug has been around for a long time, it isn't known to be a regression from 4.0 to some earlier release, so it doesn't qua

[Bug target/27681] [4.1 regression] Missing DImode float conversion functions with -msoft-float

2006-09-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2006-09-10 07:13 --- Subject: Bug 27681 Author: rsandifo Date: Sun Sep 10 07:13:12 2006 New Revision: 116811 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116811 Log: gcc/ PR target/27681 Backp

[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5

2006-09-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #15 from rsandifo at gcc dot gnu dot org 2006-09-10 07:13 --- Subject: Bug 22209 Author: rsandifo Date: Sun Sep 10 07:13:12 2006 New Revision: 116811 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116811 Log: gcc/ PR target/27681 Backp

[Bug target/27681] Missing DImode float conversion functions with -msoft-float

2006-09-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2006-09-10 07:17 --- Patch committed. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29006] New: Incorrect zeroing of unaligned 64-bit fields on MIPS targets

2006-09-10 Thread rsandifo at gcc dot gnu dot org
ity: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rsandifo at gcc dot gnu dot org GCC target triplet: mipsisa64-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29006

[Bug target/29006] Incorrect zeroing of unaligned 64-bit fields on MIPS targets

2006-09-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2006-09-10 19:08 --- I'm about to commit a fix. -- rsandifo at gcc dot gnu dot org changed: What|Removed |

[Bug target/29006] Incorrect zeroing of unaligned 64-bit fields on MIPS targets

2006-09-10 Thread rsandifo at gcc dot gnu dot org
-- rsandifo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org

[Bug target/29006] Incorrect zeroing of unaligned 64-bit fields on MIPS targets

2006-09-10 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-09-10 19:28 --- Subject: Bug 29006 Author: rsandifo Date: Sun Sep 10 19:28:48 2006 New Revision: 116822 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116822 Log: gcc/ PR target/29006 * config/m

  1   2   3   4   5   >