[Bug target/24484] unrecognizable insn in extract_insn, at recog.c:2083

2006-05-08 Thread nomura at netapp dot com
--- Comment #7 from nomura at netapp dot com 2006-05-09 01:35 --- Reproduced with the x86_64-redhat-linux gcc from RHEL4: Red Hat Enterprise Linux WS release 4 (Nahant Update 1) Linux nahant.eng.netapp.com 2.6.9-11.ELsmp #1 SMP Fri May 20 18:25:30 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux

[Bug c/27515] New: internal compiler error: in extract_insn, at recog.c:2083

2006-05-08 Thread nomura at netapp dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: nomura at netapp dot com GCC host triplet: x86_64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27515

[Bug c/20310] New: value profiling gets "Overflow writing"

2005-03-03 Thread nomura at netapp dot com
483648 1 1 a.gcda:counter overflow at 23 a.gcda:early end of file [brat1]$ -- Summary: value profiling gets "Overflow writing" Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c

[Bug rtl-optimization/15366] [unit-at-a-time] -fno-inline-functions is ignored for static functions

2005-07-26 Thread nomura at netapp dot com
--- Additional Comments From nomura at netapp dot com 2005-07-26 21:32 --- The implications of a change like this go beyond the implementation detail that it "can't lose code size". In our product it resulted in 10,000 static functions disappearing due to a compiler r

[Bug target/9552] accepts invalid code for attribute section

2006-02-17 Thread nomura at netapp dot com
--- Comment #23 from nomura at netapp dot com 2006-02-17 23:58 --- > Looks like in gcc-3.4.0, gcc/gcc/configure.ac picks up the wrong ld for me, > which probably leads to the wrong value being set for > HAVE_LD_RO_RW_SECTION_MIXING. This problem also occurs when cross

[Bug target/9552] accepts invalid code for attribute section

2006-02-17 Thread nomura at netapp dot com
--- Comment #24 from nomura at netapp dot com 2006-02-18 02:30 --- The problem in my case was that during configuration of the cross gcc, the host linker was being picked for the capability test of HAVE_LD_RO_RW_SECTION_MIXING. ld is selected around the "in_tree_ld" part of