[Bug target/26765] ICE in in extract_insn with __thread and optimization

2006-04-10 Thread raj dot khem at gmail dot com
--- Comment #4 from raj dot khem at gmail dot com 2006-04-10 07:38 --- I am unable to compile glibc 2.3.6 with GCC 4.1 on all mips-linux architecture because of this ICE. -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug c/27734] New: always inline fails with function body unavailable error

2006-05-22 Thread raj dot khem at gmail dot com
c Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: i386-redhat-linux GCC host triplet: i386-red

[Bug c/27734] always inline fails with function body unavailable error

2006-05-22 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2006-05-22 21:27 --- (In reply to comment #1) > I don't think this is a bug. bar is not delay from outputting as it will > needs > to be outputted. Now you can agrue this is a bug. Also 3.4 did not have > these sor

[Bug c/27734] always inline fails with function body unavailable error

2006-05-22 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2006-05-22 22:45 --- I think it can be closed invalid. -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/25595] New: GCC ICE in xorg-x11 compiled in thumb

2005-12-28 Thread raj dot khem at gmail dot com
g-x11 compiled in thumb Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build tri

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

2005-12-28 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2005-12-29 05:44 --- Created an attachment (id=10563) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10563&action=view) preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25595

[Bug target/27075] [4.1/4.2 Regression] Compiler generate incorrect assembler for __sync_fetch-* builtins on e500 aka SPE

2006-07-24 Thread raj dot khem at gmail dot com
--- Comment #14 from raj dot khem at gmail dot com 2006-07-24 19:34 --- FWIW. I also have it working using current 4.1 branch snapshot and the patch in comment #8. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27075

[Bug target/28731] New: Local variables not aligned to 4 byte boundary causes bus error due to unaligned access

2006-08-14 Thread raj dot khem at gmail dot com
1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: sparc-sun-solaris2.7 GCC host triplet: sparc-sun-solaris2.7 GCC targe

[Bug target/28731] Local variables not aligned to 4 byte boundary causes bus error due to unaligned access

2006-08-15 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2006-08-15 23:41 --- (In reply to comment #1) > It was an accident that it was aligned. > Use the attribute aligned to get an aligned variable if the alignment of the > type is lower than what you need. > > Also note yo

[Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions

2006-09-26 Thread raj dot khem at gmail dot com
--- Comment #18 from raj dot khem at gmail dot com 2006-09-26 22:33 --- Paul The patch is also needed on gcc-4_1-branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28516

[Bug target/31165] New: Error: symbol `an_empty_string' is already defined

2007-03-13 Thread raj dot khem at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: powerpc-*-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31165

[Bug target/31165] Error: symbol `an_empty_string' is already defined

2007-03-13 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2007-03-13 19:59 --- Created an attachment (id=13203) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13203&action=view) testcase This is the preprocessed testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31165

[Bug target/31490] New: Compile error section type conflict

2007-04-05 Thread raj dot khem at gmail dot com
Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: powerpc-*-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490

[Bug target/31490] Compile error section type conflict

2007-04-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2007-04-06 01:28 --- Created an attachment (id=1) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=1&action=view) testcase testcase to reproduce the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490

[Bug middle-end/37026] New: GCC ICE in tree_to_gimple_tuple

2008-08-04 Thread raj dot khem at gmail dot com
gimple_tuple Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_

[Bug middle-end/37026] GCC ICE in tree_to_gimple_tuple

2008-08-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2008-08-05 07:07 --- It seems to be related to fix committed for http://gcc.gnu.org/PR36991 -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/37433] [4.4 Regression] tree check: expected function_decl, have string_cst in ccp_fold, at tree-ssa-ccp.c:1050

2008-11-07 Thread raj dot khem at gmail dot com
--- Comment #10 from raj dot khem at gmail dot com 2008-11-08 04:56 --- on arm I get /home/kraj/work/cross/arm-none-linux-gnueabi/obj/gcc3/gcc/xgcc -B/home/kraj/work/cross/arm-none-linux-gnueabi/obj/gcc3/gcc/ -O1 -w -c -o pr37433.o /home/kraj/work/gcc-trunk/gcc/testsuite/gcc.c

[Bug c/41151] New: Gas fails to consume the assembly Error: offset too big

2009-08-23 Thread raj dot khem at gmail dot com
fails to consume the assembly Error: offset too big Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail

[Bug c/41151] Gas fails to consume the assembly Error: offset too big

2009-08-23 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2009-08-24 06:24 --- Created an attachment (id=18417) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18417&action=view) preprocessed testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41151

[Bug c/41151] Gas fails to consume the assembly Error: offset too big

2009-08-24 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2009-08-24 21:17 --- (In reply to comment #2) > Using binutils trunk as well as r150986 I can't reproduce this with -O2 and > -march=armv7-a. > I was using 2.18. I haven't tried 2.19 but it works ok with binutils fr

[Bug target/23772] New: [3.3/3.4 regression] [arm] ICE in change_address_1, at emit-rtl.c:1886

2005-09-07 Thread raj dot khem at gmail dot com
t org ReportedBy: raj dot khem at gmail dot com CC: gcc-bugs at gcc dot gnu dot org,rearnsha at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: arm-unknown-linux http://gcc.gnu.org/bug

[Bug target/23772] [3.3/3.4 regression] [arm] ICE in change_address_1, at emit-rtl.c:1886

2005-09-07 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-07 23:15 --- I think it needs backporting this particular patch from Richard to 3.4 branch submitted for bug #12133 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-07-09 10:06

[Bug target/23783] [4.1 Regression] gcc.c-torture/compile/calls.c triggers an ICE

2005-09-09 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||raj dot khem at gmail dot ||com http://gcc.gnu.org/bugzilla

[Bug middle-end/23985] New: [ARM] Wrong code generation with -O2

2005-09-20 Thread raj dot khem at gmail dot com
ssigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: arm-unknown-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23985

[Bug middle-end/23985] [ARM] Wrong code generation with -O2

2005-09-20 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-20 19:31 --- Created an attachment (id=9782) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9782&action=view) Failing testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23985

[Bug middle-end/23985] [ARM] Wrong code generation with -O2

2005-09-20 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-20 19:37 --- It fails on GCC 3.3.1 similarily. -- What|Removed |Added Component|rtl-optimization

[Bug target/11831] [ARM] Logical expression evaluation with condition fields

2005-09-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-27 03:00 --- I verified that this is fixed in GCC 3.4, 4.0 as well as on mainline. So this can be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11831

[Bug rtl-optimization/11826] [ARM] Minor register allocation problem before function return

2005-09-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-27 03:09 --- This is fixed in GCC 3.4.4 as well as on mainline. This can be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11826

[Bug rtl-optimization/11825] Redundant move in some cases (dead code before return) for long long on 32bit targets

2005-09-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-27 03:12 --- This bug is fixed on mainline. 3.4 branch however has it still. May be it can be closed for mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11825

[Bug target/9703] [arm] Accessing data through constant pool more times could be solved in less instructions

2005-09-26 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-09-27 03:20 --- This is still exhibited on mainline gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9703

[Bug libstdc++/24206] New: cin.rdbuf->in_avail() always return 0

2005-10-04 Thread raj dot khem at gmail dot com
l; return 0; } -- Summary: cin.rdbuf->in_avail() always return 0 Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-12 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-02-12 19:39 --- you could try standalone target ../sources/gcc-trunk/configure --target=arm-none-eabi --prefix=/scratch/oss/baremetal/arm-none-eabi/tools --enable-languages=c,c++ --with-newlib and make sure that you pass -O0

[Bug middle-end/36282] Spurious warning "asm declaration ignored due to conflict with previous rename"

2010-02-16 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2010-02-17 06:18 --- this warning also triggers with current head/4.5.0 -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/23117] New: ICE on valid code while building libgcc

2005-07-28 Thread raj dot khem at gmail dot com
hile building libgcc Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com

[Bug c/23117] ICE on valid code while building libgcc

2005-07-28 Thread raj dot khem at gmail dot com
-- What|Removed |Added Component|tree-optimization |c http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23117

[Bug rtl-optimization/23117] [4.1 Regression] ICE on valid code while building libgcc

2005-07-28 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-07-28 22:02 --- This seems to have been caused by some checkin that went in after 7/27/2005 (i.e only checkins that went in today 7/28) because when I cvs up -D 2005-07-27 I dont get the segfault. -- http://gcc.gnu.org

[Bug rtl-optimization/23117] [4.1 Regression] ICE on valid code while building libgcc

2005-07-28 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-07-28 22:20 --- (In reply to comment #2) > This seems to have been caused by some checkin that went in after 7/27/2005 > (i.e > only checkins that went in today 7/28) because when I cvs up -D 2005-07-27 I >

[Bug rtl-optimization/23117] [4.1 Regression] ICE on valid code while building libgcc

2005-07-28 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-07-29 03:50 --- The problem indeed was caused by checkin for PR rtl-optimization/17808. I verified it. Then I tried the Steven's fix above and I was able to build the GCC and rest of toolchain. I havent tested the com

[Bug middle-end/42372] New: Error: undefined symbol `.LPIC7' in operation

2009-12-14 Thread raj dot khem at gmail dot com
fined symbol `.LPIC7' in operation Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail do

[Bug middle-end/42372] Error: undefined symbol `.LPIC7' in operation

2009-12-14 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2009-12-14 22:51 --- Created an attachment (id=19300) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19300&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42372

[Bug middle-end/42398] New: internal compiler error: in sra_modify_expr, at tree-sra.c:2175

2009-12-17 Thread raj dot khem at gmail dot com
FIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: mips-oe-linux http://gcc.g

[Bug middle-end/42398] internal compiler error: in sra_modify_expr, at tree-sra.c:2175

2009-12-17 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2009-12-17 08:36 --- Created an attachment (id=19334) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19334&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42398

[Bug regression/42632] New: unimplemented: inlining failed in call to �pskb_trim�: recursive inlining

2010-01-05 Thread raj dot khem at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: i686-linux GCC host triplet: i686-linux GCC target triplet: i686-oe

[Bug regression/42632] unimplemented: inlining failed in call to �pskb_trim�: recursive inlining

2010-01-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-01-06 06:08 --- Created an attachment (id=19482) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19482&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42632

[Bug debug/42638] New: stack trace shows wrong value for a formal parameter in call-chain

2010-01-06 Thread raj dot khem at gmail dot com
Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu

[Bug debug/42638] stack trace shows wrong value for a formal parameter in call-chain

2010-01-06 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-01-06 20:27 --- Created an attachment (id=19489) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19489&action=view) C testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42638

[Bug debug/42638] stack trace shows wrong value for a formal parameter in call-chain

2010-01-06 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2010-01-06 20:28 --- Created an attachment (id=19490) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19490&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42638

[Bug debug/42638] stack trace shows wrong value for a formal parameter in call-chain

2010-01-06 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2010-01-06 22:34 --- http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01317.html could be the fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42638

[Bug target/42894] New: ICE internal consistency failure

2010-01-27 Thread raj dot khem at gmail dot com
rity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: arm-oe-linux-uclibceabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894

[Bug target/42894] ICE internal consistency failure

2010-01-27 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-01-28 07:49 --- Created an attachment (id=19737) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19737&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894

[Bug target/42947] New: multilib and startup files paths differ on sh4 with -m4 and without -m4 where -m4 is default multilib

2010-02-03 Thread raj dot khem at gmail dot com
normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: sh4-oe-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42947

[Bug target/42964] New: gcc.c-torture/compile/20001226-1.c takes too long to compile

2010-02-04 Thread raj dot khem at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: mips64-none-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42964

[Bug target/42964] gcc.c-torture/compile/20001226-1.c takes too long to compile

2010-02-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-02-05 16:55 --- after rebooting the machine. I dont see this happening. Closing invalid. -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug target/42981] New: internal compiler error: in default_secondary_reload, at targhooks.c:660

2010-02-05 Thread raj dot khem at gmail dot com
riority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: arm-none-eabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42981

[Bug target/42981] internal compiler error: in default_secondary_reload, at targhooks.c:660

2010-02-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-02-06 00:06 --- Created an attachment (id=19811) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19811&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42981

[Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x

2010-04-29 Thread raj dot khem at gmail dot com
--- Comment #6 from raj dot khem at gmail dot com 2010-04-30 04:13 --- I have similar problem when building glibc for 603e. When I dump libgcc.a then it shows these symbols but they are hidden crtsavfpr.o: file format elf32-powerpc g F .text 004c .hidden

[Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x

2010-04-29 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-04-30 04:34 --- calls to _savegpr_31 and _restgpr_31_x are only generated when compiling libgcc with -Os same compiled with -O2 it does not emit the calls here is a reduced testcase from crtstuff.c compile it will -Os and then with

[Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x

2010-04-29 Thread raj dot khem at gmail dot com
--- Comment #8 from raj dot khem at gmail dot com 2010-04-30 04:55 --- below is the linker command that reports liking error. /scratch/oe/efika/cross/ppc603e/lib/gcc/powerpc-oe-linux/4.5.0/crtend.o: In function `__do_global_ctors_aux': crtstuff.c:(.text+0xc): undefined referen

[Bug target/44067] New: internal compiler error: in rs6000_split_multireg_move, at config/rs6000/rs6000.c:16713

2010-05-10 Thread raj dot khem at gmail dot com
gnedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: powerpc-oe-linux-gnuspe http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44067

[Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x

2010-05-19 Thread raj dot khem at gmail dot com
--- Comment #11 from raj dot khem at gmail dot com 2010-05-19 16:25 --- (In reply to comment #10) > See comment #4. I believe this is a pilot error. > yeah on 4.5.0 libgcc.so is a linker script but 4.4 is still broken with this issues I guess http://gcc.gnu.org/ml/gcc-cvs/2

[Bug tree-optimization/44290] New: arm linux kernel crahes when built with -fipa-sra

2010-05-26 Thread raj dot khem at gmail dot com
with -fipa-sra Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC

[Bug tree-optimization/44290] arm linux kernel crahes when built with -fipa-sra

2010-05-27 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-05-27 07:06 --- Created an attachment (id=20759) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20759&action=view) preprocessed testcase OK so here is one file which whic is compiled with -O2 -fno-ipa-sra and rest of

[Bug tree-optimization/44290] arm linux kernel crahes when built with -fipa-sra

2010-05-27 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2010-05-27 07:12 --- here is diff of two assembly outputs $ diff copypage-v4wb.s copypage-v4wb.no-ipa-sra.S -u --- copypage-v4wb.s 2010-05-27 00:11:03.130607878 -0700 +++ copypage-v4wb.no-ipa-sra.S 2010-05-27 00:10:54.790615578

[Bug tree-optimization/44290] [4.5 Regression] arm linux kernel crahes when built with -fipa-sra

2010-05-27 Thread raj dot khem at gmail dot com
--- Comment #4 from raj dot khem at gmail dot com 2010-05-27 17:25 --- $ /home/kraj/work/cross/arm-none-linux-uclibcgnueabi/tools/bin/arm-none-linux-uclibcgnueabi-gcc -O2 -fno-ipa-sra -S -v copypage-v4wb.i Using built-in specs. COLLECT_GCC=/home/kraj/work/cross/arm-none-linux

[Bug tree-optimization/44290] [4.5 Regression] arm linux kernel crahes when built with -fipa-sra

2010-05-27 Thread raj dot khem at gmail dot com
--- Comment #5 from raj dot khem at gmail dot com 2010-05-27 17:27 --- oops that was for good case. But just remove -fno-ipa-sra to make it a failing case :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290

[Bug target/44290] [4.5 Regression] __naked attribute is broken

2010-05-29 Thread raj dot khem at gmail dot com
--- Comment #19 from raj dot khem at gmail dot com 2010-05-30 05:58 --- (In reply to comment #18) > Created an attachment (id=20773) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20773&action=view) [edit] > linux kernel workaround for attribute naked breakage > &g

[Bug target/44290] [4.5 Regression] __naked attribute is broken

2010-05-29 Thread raj dot khem at gmail dot com
--- Comment #20 from raj dot khem at gmail dot com 2010-05-30 06:54 --- Created an attachment (id=20777) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20777&action=view) includes fix for all arms I see the problem after reading Richard's comment #10, here is some mo

[Bug regression/44392] New: libgcc compile with --enable-target-optspace (-Os) causes recursion in __bswapsi2

2010-06-02 Thread raj dot khem at gmail dot com
unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: arm-oe-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392

[Bug target/44392] [4.5/4.6 Regression] libgcc compile with --enable-target-optspace (-Os) causes recursion in __bswapsi2

2010-06-02 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2010-06-02 22:52 --- (In reply to comment #1) > Heh. arm does have a bswapsi pattern though - why is that expanding to a call > at -Os? > IIUC this pattern only triggers for armv6+ architectures. The problem I see is on

[Bug libstdc++/44461] New: __cxa_end_cleanup ends up in wrong section i.e. not in .text

2010-06-07 Thread raj dot khem at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet

[Bug libstdc++/44461] __cxa_end_cleanup ends up in wrong section i.e. not in .text

2010-06-07 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-06-08 03:20 --- Created an attachment (id=20863) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20863&action=view) the fix 2010-06-07 Khem Raj * libsupc++/eh_arm.cc (__cxa_end_cleanup): Switch to

[Bug libstdc++/44461] __cxa_end_cleanup ends up in wrong section i.e. not in .text

2010-06-07 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2010-06-08 04:53 --- (In reply to comment #2) > Confirmed, it should do a .text and then a previous. I have closed a bug > where > an inline-asm was not doing this too (see PR 35895). > another version I had was with pus

[Bug libstdc++/44461] __cxa_end_cleanup ends up in wrong section i.e. not in .text

2010-06-09 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-06-09 15:48 --- thanks Paolo, we would need this patch on 4.5 branch as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44461

[Bug target/44557] New: internal compiler error: in gen_thumb_movhi_clobber, at config/arm/arm.md:5811

2010-06-16 Thread raj dot khem at gmail dot com
obber, at config/arm/arm.md:5811 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot kh

[Bug target/44557] internal compiler error: in gen_thumb_movhi_clobber, at config/arm/arm.md:5811

2010-06-16 Thread raj dot khem at gmail dot com
X-Bugzilla-Reason: CC --- Comment #1 from raj dot khem at gmail dot com 2010-06-16 14:04 --- Created an attachment (id=20928) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20928&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44557

[Bug c/44586] New: gcc does not warn about casting non-variadic types to variadic types

2010-06-18 Thread raj dot khem at gmail dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44586

[Bug target/44603] New: out of range branch generated in thumb code.

2010-06-20 Thread raj dot khem at gmail dot com
generated in thumb code. Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build

[Bug target/44603] out of range branch generated in thumb code.

2010-06-20 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-06-20 22:01 --- Created an attachment (id=20949) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20949&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44603

[Bug target/44603] out of range branch generated in thumb code.

2010-06-21 Thread raj dot khem at gmail dot com
--- Comment #4 from raj dot khem at gmail dot com 2010-06-21 17:45 --- (In reply to comment #3) > Dupe of PR43961? > yes seems so. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44603

[Bug target/44392] [4.5/4.6 Regression] libgcc compile with --enable-target-optspace (-Os) causes recursion in __bswapsi2

2010-06-22 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-06-22 15:42 --- (In reply to comment #6) > Why not just: > TARGET_EITHER && (arm_arch6 || !optimize_size) > ? That !arm_arch6 && is completely redundant there. > Hi Ramana the patch along with Jaku

[Bug target/44685] New: internal compiler error: in final_scan_insn, at final.c:2650 while compiling program with complex types

2010-06-27 Thread raj dot khem at gmail dot com
P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: x86_64-linux GCC host triplet: x86_64-linux GCC target triplet: mips-oe-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44685

[Bug target/44685] internal compiler error: in final_scan_insn, at final.c:2650 while compiling program with complex types

2010-06-27 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-06-27 07:11 --- Created an attachment (id=21013) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21013&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44685

[Bug target/44734] New: GCC compiled to run on mips platform ICE's in def_builtin_1 ()

2010-06-30 Thread raj dot khem at gmail dot com
put of c-common.o -- Summary: GCC compiled to run on mips platform ICE's in def_builtin_1 () Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assign

[Bug target/44734] GCC compiled to run on mips platform ICE's in def_builtin_1 ()

2010-06-30 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-06-30 21:22 --- Created an attachment (id=21046) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21046&action=view) objdump intermixed with source for the function -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44734

[Bug target/44734] GCC compiled to run on mips platform ICE's in def_builtin_1 ()

2010-06-30 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2010-06-30 21:24 --- Created an attachment (id=21047) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21047&action=view) preprocessed c-common.c to compile use mips-oe-linux-uclibc-gcc -march=mips32 -O c-common.i -S --

[Bug target/44734] GCC compiled to run on mips platform ICE's in def_builtin_1 ()

2010-06-30 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2010-06-30 21:31 --- gcc_assert ((!both_p && !fallback_p) 4a7c: 1684bnezs4,4a90 4a80: 02002021mo

[Bug target/44734] GCC compiled to run on mips platform ICE's in def_builtin_1 ()

2010-06-30 Thread raj dot khem at gmail dot com
--- Comment #4 from raj dot khem at gmail dot com 2010-06-30 21:33 --- just in case here is how the compiler was configured Using built-in specs. COLLECT_GCC=mips-oe-linux-uclibc-gcc COLLECT_LTO_WRAPPER=/scratch/oe/cross/mips/libexec/gcc/mips-oe-linux-uclibc/4.5.1/lto-wrapper Target

[Bug target/44860] New: Thumb ICE due to spill failure

2010-07-07 Thread raj dot khem at gmail dot com
nsigned int) (_inline_sys_result) >= 0xf001u), 0)) { (__libc_errno = ((-(_inline_sys_result; _inline_sys_result = (unsigned int) -1; } (int) _inline_sys_result; }); } -- Summary: Thumb ICE due to spill failure Product: gcc Version: 4.5.1

[Bug target/44860] Thumb ICE due to spill failure

2010-07-07 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-07-07 19:35 --- Created an attachment (id=21128) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21128&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44860

[Bug bootstrap/34205] iwmmxt type/size error

2007-11-27 Thread raj dot khem at gmail dot com
--- Comment #8 from raj dot khem at gmail dot com 2007-11-28 00:11 --- (In reply to comment #7) > s/int//. The enumerated type is implementation defined but shall be capable to > represent the values of all members. Exactly and gcc for arm uses this definition to its advantage s

[Bug bootstrap/34205] iwmmxt type/size error

2007-11-28 Thread raj dot khem at gmail dot com
--- Comment #10 from raj dot khem at gmail dot com 2007-11-28 16:40 --- (In reply to comment #9) > If the requested bitfield is larger than the type that was previously tried > for > enum, then you have to widen the type to fulfill that constaint. > is there a reference

[Bug c/36350] New: GCC ICE with -frename-registers

2008-05-27 Thread raj dot khem at gmail dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com GCC build triplet: i686-linux GCC host triplet: i686-linux GCC target triplet: arm-none-linux-gnueabi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36350

[Bug other/20525] 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.

2006-03-13 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2006-03-14 05:54 --- I still see this problem on canadian cross build of sh4-montavista-linux /usr/bin/install: installing multiple files, but last argument, `/disk2/build_area/TEMP/gcc-sh_sh4_le-root/disk2/opt/montavista/foundation

[Bug c/26765] New: ICE in in extract_insn, at recog.c:2036

2006-03-20 Thread raj dot khem at gmail dot com
Summary: ICE in in extract_insn, at recog.c:2036 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot

[Bug target/26765] ICE in in extract_insn with __thread and optimization

2006-03-20 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2006-03-21 01:20 --- (In reply to comment #1) > First this is a bug but glibc does not support mips-elf as a target though, it > does support mips-linux-gnu though. > True. I found it on mips-linux-gnu but because I ver

[Bug c++/21166] New: g++ gives error on reference to packed structure elements

2005-04-23 Thread raj dot khem at gmail dot com
Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet: i386-redh

[Bug middle-end/21259] New: ICE on assigning the pointer to a array with __attribute__ aligned

2005-04-27 Thread raj dot khem at gmail dot com
ReportedBy: raj dot khem at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC target triplet: mips64-unknown-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21259

[Bug middle-end/21259] ICE on assigning the pointer to a array with __attribute__ aligned

2005-04-29 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||rth at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21259

[Bug middle-end/21616] New: ICE: unable to find a register to spill in class `FLOAT_REGS'

2005-05-17 Thread raj dot khem at gmail dot com
Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: raj dot khem at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: powerpc64-un

[Bug middle-end/21616] ICE: unable to find a register to spill in class `FLOAT_REGS'

2005-05-17 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-05-17 08:43 --- Created an attachment (id=8907) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8907&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21616

  1   2   >