[Bug other/25277] New: missed optimization for simple mmx code.

2005-12-06 Thread pluto at agmk dot net
Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: i686-pld-linux GCC host triplet: i686-pld-linux GCC target triplet: i686-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25277

[Bug other/25277] missed optimization for simple mmx code.

2005-12-06 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2005-12-06 15:02 --- (In reply to comment #0) $ gcc tmp.c -S -O2 -mmmx fix: -S -O2 -mmmx -fomit-frame-pointer -mregparm=3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25277

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2005-12-06 Thread pluto at agmk dot net
--- Comment #87 from pluto at agmk dot net 2005-12-06 17:05 --- current 4.1(+libstdc++ patch) works fine for PR21382 on amd64 and ppc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2005-12-06 Thread pluto at agmk dot net
--- Comment #20 from pluto at agmk dot net 2005-12-06 19:26 --- Created an attachment (id=10421) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10421action=view) patch for current 4.1 branch. I would love to see a ppc-linux part for this patch. -- http://gcc.gnu.org/bugzilla

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2005-12-06 Thread pluto at agmk dot net
--- Comment #21 from pluto at agmk dot net 2005-12-06 20:55 --- ok, I hope this ppc-elf-linux fix for pr20218-x86-32_64.patch is correct. with this both testcases work. diff -uNrp a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h --- a/gcc/config/rs6000/linux.h2005-11-30 11

[Bug java/25239] gij failed to execute JREProperties.java

2005-12-03 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2005-12-03 09:35 --- I think this is a dup of PR25121 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25239

[Bug other/25121] libgcj misscompilation?

2005-12-02 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2005-12-02 09:21 --- gcc-4.2.0-20051201 rev. 107828 fails too. -- pluto at agmk dot net changed: What|Removed |Added Known

[Bug rtl-optimization/25226] New: can't find a register in class #8216;GENERAL_REGS#8217; while reloading #8216;asm#8217;

2005-12-02 Thread pluto at agmk dot net
Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: i686-pld-linux GCC host triplet: i686-pld-linux GCC target triplet: i686-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25226

[Bug rtl-optimization/25226] can't find a register in class #8216;GENERAL_REGS#8217; while reloading #8216;asm#8217;

2005-12-02 Thread pluto at agmk dot net
X-Bugzilla-Reason: CC --- Comment #1 from pluto at agmk dot net 2005-12-02 17:39 --- Created an attachment (id=10390) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10390action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25226

[Bug other/25180] New: ICE during kernel build.

2005-11-30 Thread pluto at agmk dot net
Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: ppc-linux GCC host triplet: ppc-linux GCC target triplet: ppc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25180

[Bug other/25180] ICE during kernel build.

2005-11-30 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2005-11-30 13:03 --- Created an attachment (id=10365) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10365action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25180

[Bug other/25180] ICE during kernel build.

2005-11-30 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-11-30 13:10 --- Program received signal SIGSEGV, Segmentation fault. (gdb) bt #0 gen_peephole2_993 (curr_insn=Variable curr_insn is not available.) at rs6000.md:10847 #1 0x1020341c in peephole2_insns (x0=Variable x0 is not available

[Bug other/25121] libgcj misscompilation?

2005-11-30 Thread pluto at agmk dot net
-- pluto at agmk dot net changed: What|Removed |Added Severity|normal |blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25121

[Bug target/14552] compiled trivial vector intrinsic code is inefficient

2005-11-30 Thread pluto at agmk dot net
--- Comment #21 from pluto at agmk dot net 2005-12-01 00:52 --- I'm wondering is it possible to implement tranformations of vector arithmetics into vector builtins? e.g. #include mmintrin.h __v8qi foo(const __v8qi x, const __v8qi y) { return x + y; } __v8qi bar(const __v8qi x, const

[Bug other/25121] New: libgcj misscompilation?

2005-11-27 Thread pluto at agmk dot net
Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: i486-pld-linux GCC host triplet: i486-pld-linux GCC target triplet: i486-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25121

[Bug other/25121] libgcj misscompilation?

2005-11-27 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-11-27 22:06 --- (In reply to comment #1) Hmm, this was PR 23602. so what's happens on current 4.1? compiler flags look good. [EMAIL PROTECTED] gcc]$ grep 'frame\-pointer' obj-i486-pld-linux/i486-pld-linux

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-26 Thread pluto at agmk dot net
--- Comment #43 from pluto at agmk dot net 2005-11-26 11:57 --- i've done quick tests on ix86: $ stage1/xgcc -Bstage1/ -c -gnatpg -gnata -g -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/a-except.adb -o ada/a-except.o -fno-inline -O1 -march=i{486,586,686,pentium,pentiumpro} WORKS

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-26 Thread pluto at agmk dot net
--- Comment #6 from pluto at agmk dot net 2005-11-26 12:17 --- (In reply to comment #5) waiting for a short testcase and/or see if it has been fixed already. 4.1 (rev. 107414) doesn't fix this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25004

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-26 Thread pluto at agmk dot net
--- Comment #44 from pluto at agmk dot net 2005-11-26 12:40 --- (In reply to comment #43) i'll check this witout Uros' switch-mmx-mode patchset. confirmed. Uros' patchset from PR19161 causes this ICE with -mmmx. Uros, can you look at this? -- pluto at agmk dot net changed

[Bug c++/25108] New: gcc doesn't work for templates with `static const` members.

2005-11-26 Thread pluto at agmk dot net
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: *-linux GCC host triplet: *-linux GCC target triplet: *-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25108

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-25 Thread pluto at agmk dot net
--- Comment #42 from pluto at agmk dot net 2005-11-25 16:04 --- (In reply to comment #40) it also builds on i486. unfortunately amd64 fails on a-except even with -O0. (...) stage1/xgcc -Bstage1/ -B/usr/x86_64-pld-linux/bin/ -c -march=x86-64 -O2 -ggdb -gnatpg -gnata -g -O0

[Bug rtl-optimization/20586] bootstrap comparision fails with -funroll-loops.

2005-11-24 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-11-24 13:11 --- and another failure on 4.1 (rev 107414) on PPC: Bootstrap comparison failure! ./alias.o differs ./builtins.o differs ./combine.o differs ./ddg.o differs ./function.o differs ./global.o differs ./modulo-sched.o differs

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-24 Thread pluto at agmk dot net
--- Comment #39 from pluto at agmk dot net 2005-11-24 14:46 --- (In reply to comment #38) That doesn't cover the Ada tools. They build for me at -O0 on PowerPC so with Andrew's FE patch + a possible tweak in the Makefile, you should have an Ada compiler. They even build

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-24 Thread pluto at agmk dot net
--- Comment #40 from pluto at agmk dot net 2005-11-24 20:21 --- it also builds on i486. unfortunately amd64 fails on a-except even with -O0. (...) stage1/xgcc -Bstage1/ -B/usr/x86_64-pld-linux/bin/ -c -march=x86-64 -O2 -ggdb -gnatpg -gnata -g -O0 \ -I- -I. -Iada -I../../gcc/ada

[Bug libgcj/25026] New: -libXtst not detected [--enable-java-awt=gtk]

2005-11-24 Thread pluto at agmk dot net
: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: *-linux GCC host triplet: *-linux GCC target triplet: *-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25026

[Bug other/25004] New: elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: ppc GCC host triplet: ppc GCC target triplet: ppc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25004

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2005-11-23 16:16 --- PASS: run-elflint-test.sh ^^^ should be a FAIL: run-elflint-self.sh section [37] '.symtab': _GLOBAL_OFFSET_TABLE_ symbol value 0x10011998 does not match .got section address 0x10011990

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2005-11-23 18:31 --- i'm currently bootstraping rev107414... btw. i'm observing several warnings for some time... (...) build/genrecog ../../gcc/config/rs6000/rs6000.md tmp-recog.c ../../gcc/config/rs6000/rs6000.md:13543: warning: operand 0

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread pluto at agmk dot net
--- Comment #33 from pluto at agmk dot net 2005-11-23 19:16 --- (In reply to comment #32) with patch from http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html Probably not the correct long-term fix. Might be good enough for 4.1 though. this fix doesn't help for current 4.1

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread pluto at agmk dot net
--- Comment #35 from pluto at agmk dot net 2005-11-23 19:47 --- (In reply to comment #34) Did you try to compile make.adb at -O1 or -O0? i always do a full bootstrap with different flags for stage1 and 2+. make bootstrap \ BOOT_CFLAGS=%{rpmcflags} \ STAGE1_CFLAGS

[Bug target/14552] compiled trivial vector intrinsic code is ineffiencent

2005-11-21 Thread pluto at agmk dot net
--- Comment #16 from pluto at agmk dot net 2005-11-21 11:29 --- without Uros' mmx-patch the gcc-4.1.0-20051113 generates amazing code: (gcc -O3 -march=pentium3 -S -fomit-frame-pointer pr14552.c) test: subl$20, %esp movlw, %eax movlw+4, %edx movl

[Bug target/14552] compiled trivial vector intrinsic code is inefficient

2005-11-21 Thread pluto at agmk dot net
--- Comment #18 from pluto at agmk dot net 2005-11-21 15:05 --- gcc-3.3.6 produces better code: test: movqw, %mm1 psllw $1, %mm1 movq%mm1, w movqw, %mm1 movq%mm1, dw ret .comm dw,8,8 .comm w,8,8 can we

[Bug target/14552] compiled trivial vector intrinsic code is inefficient

2005-11-21 Thread pluto at agmk dot net
--- Comment #20 from pluto at agmk dot net 2005-11-21 18:38 --- (In reply to comment #19) (In reply to comment #18) can we classify this as a code size regression? No because 3.3.x was also wrong in the sense it did not emit an emms. ok. gcc 4.1.0/20051113 with x87/mmx mode

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-21 Thread pluto at agmk dot net
--- Comment #31 from pluto at agmk dot net 2005-11-22 00:59 --- w/o patch still ICEs: # ppc: stage1/xgcc -Bstage1/ -B/usr/ppc-pld-linux/bin/ -c -O2 -ggdb -gnatpg -gnata -g -O1 -fno-inline \  -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/a-except.adb -o ada/a-except.o

[Bug ada/23732] [ada] Library_Version still at 4.0 ?

2005-11-15 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2005-11-15 11:16 --- what about soext in gcc41/gcc/ada/Makefile.in? there is still soext = .so is ada abi compatible in gcc 3.3 ... 4.1 ? -- pluto at agmk dot net changed: What|Removed |Added

[Bug c++/24668] visibility attributes on namespaces

2005-11-04 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2005-11-04 11:06 --- what about PR21764 (linked in PR19664)? duplication? -- pluto at agmk dot net changed: What|Removed |Added

[Bug target/24585] spurious section conflict error while building linux kernel

2005-10-30 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-30 16:12 --- (In reply to comment #0) Seems to happen with 3.3,3.4, Short test case courtesy of A.Pinski: static void __attribute__ ((__section__ (.init.text))) pci_fixup_i450nx(void) { } static int __attribute__

[Bug target/22432] [4.0/4.1 Regression] Wrong code generation using MMX intrinsics on amd64

2005-10-27 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2005-10-27 16:00 --- With my patched gcc-4.1.0-20051019 the testcase works. Applied patches: PR7776, PR20297, PR22429, PR22533, PR23948, PR19505, PR20606, PR24069, PR24419, PR24172, PR24295, PR20928 [EMAIL PROTECTED] BUILD]$ gcc -Wall -O2

[Bug target/24536] [4.1 Regression] Register allocation to mmx asms broken

2005-10-26 Thread pluto at agmk dot net
--- Comment #8 from pluto at agmk dot net 2005-10-26 12:36 --- (In reply to comment #7) Yeah - noticed that after taking X for x ... which wouldn't have made sense, too. I've detected an ICE-on-invalid code with y constraint (MMX register) pr24536.c:16: error: impossible register

[Bug target/24443] unrecognized instruction with -fPIC and -O with 4.1-20051015

2005-10-19 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-19 13:41 --- this is a duplicate of PR20928. -- pluto at agmk dot net changed: What|Removed |Added CC

[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns with -fPIC -O1

2005-10-19 Thread pluto at agmk dot net
--- Comment #14 from pluto at agmk dot net 2005-10-19 13:50 --- (In reply to comment #13) The testcase in comment #8 still triggers an ICE if run with -O -mtune=k8 -fPIC. it works with my patched gcc41: (...) .section.data.rel.ro,aw,@progbits .align 8 .LC1

[Bug middle-end/22524] fold (or the front-ends) produces UNARY (BIT_NOT_EXPR) tree with mismatch types

2005-10-17 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-17 17:57 --- works for me with 4.1.0-20051005. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22524

[Bug middle-end/22524] fold (or the front-ends) produces UNARY (BIT_NOT_EXPR) tree with mismatch types

2005-10-17 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2005-10-17 18:39 --- % cat pr22524.c.t03.gimple main () { char * D.1282; int D.1283; int D.1284; int i; D.1282 = a (); D.1283 = (int) D.1282; D.1284 = ~buf; i = D.1283 + D.1284; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/23775] [4.1 Regression] wrong code in argument passing

2005-10-17 Thread pluto at agmk dot net
--- Comment #7 from pluto at agmk dot net 2005-10-17 19:01 --- both testcases works for me 4.1.0-20051005. i have applied patches for: PR7776, PR20297, PR22533, PR23948, PR19505, PR20606/PR24069. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23775

[Bug tree-optimization/24333] New: missed div optimizations?

2005-10-12 Thread pluto at agmk dot net
gnu dot org ReportedBy: pluto at agmk dot net GCC build triplet: i686-pld-linux GCC host triplet: i686-pld-linux GCC target triplet: i686-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24333

[Bug tree-optimization/24333] missed div optimizations?

2005-10-12 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-12 15:57 --- basing on the http://en.wikipedia.org/wiki/L'hospital we get: lim (x / x) = lim (x' / x') = lim (1 / 1) = 1 x-0 x-0x-0 should we trap/check anything? -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug other/24175] bootstrap failed / undefined symbol: nsion__...

2005-10-04 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-04 06:56 --- yes, You've right. binutils was miscompiled but i found something else: (...) /home/users/builder2/rpm/BUILD/gcc-4.1-20051003T0833UTC/obj-ppc-pld-linux/gcc/gcj -B/home/users/builder2/rpm/BUILD/gcc-4.1-20051003T0833UTC/obj

[Bug other/24175] New: bootstrap failed / undefined symbol: nsion__...

2005-10-03 Thread pluto at agmk dot net
: pluto at agmk dot net GCC build triplet: ppc GCC host triplet: ppc GCC target triplet: ppc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24175

[Bug other/24055] New: ICE (-ffast-math) / could not split insn.

2005-09-25 Thread pluto at agmk dot net
) -- Summary: ICE (-ffast-math) / could not split insn. Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk

[Bug other/24055] ICE (-ffast-math) / could not split insn.

2005-09-25 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-25 12:29 --- Created an attachment (id=9804) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9804action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24055

[Bug other/20128] ice with mudflap + profile generate

2005-09-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-23 22:03 --- still ICEs with current mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20128

[Bug target/19161] No emms or femms emitted between MMX and FP instructions

2005-09-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-22 13:10 --- Uros, The mode switching patch ICEs current mainline on ix86. gcc fbmmx.i -msse -O0,-O1 fails with different insn-errors. [ -msse -O0 ] fbmmx.c: In function #8216

[Bug target/23988] ICE / spill_failure, at reload1.c:1890

2005-09-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-22 13:15 --- You're right, the mainline is ok. This bug is related to PR19161. -- What|Removed |Added

[Bug other/23894] boostrap fails / raised XSINFO.DONE : xsinfo.adb:110

2005-09-20 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-20 13:49 --- gccc-3.3.6 builds fine the current 4.1 snapshot. gcc-4.1.0-20050904 produces broken code during current 4.1 bootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23894

[Bug other/23894] boostrap fails / raised XSINFO.DONE : xsinfo.adb:110

2005-09-20 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-20 21:53 --- (In reply to comment #2) gccc-3.3.6 builds fine the current 4.1 snapshot. gcc-4.1.0-20050904 produces broken code during current 4.1 bootstrap. gcc-4.1.0-20050915 bootstraped by gcc-3.3.6 produces

[Bug other/23988] New: ICE / spill_failure, at reload1.c:1890

2005-09-20 Thread pluto at agmk dot net
Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet

[Bug other/23988] ICE / spill_failure, at reload1.c:1890

2005-09-20 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-20 23:06 --- Created an attachment (id=9785) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9785action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23988

[Bug other/23894] boostrap fails / raised XSINFO.DONE : xsinfo.adb:110

2005-09-18 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-09-18 14:30 --- reduced testcase: with ada.text_io; use ada.text_io; procedure xsinfo is done : exception; begin raise done; exception when done = put(ex. catched.); end xsinfo; [EMAIL PROTECTED] ~]$ gcc

[Bug other/23894] New: boostrap fails / raised XSINFO.DONE : xsinfo.adb:110

2005-09-15 Thread pluto at agmk dot net
ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: *-linux GCC host triplet: *-linux GCC target triplet: *-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23894

[Bug c++/22592] -fvisibility-inlines-hidden broken differently

2005-09-05 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22592

[Bug other/23399] New: ICE in create_tmp_var, at gimplify.c:387

2005-08-15 Thread pluto at agmk dot net
Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pld-linux GCC target triplet: i686-pld-linux http

[Bug other/23399] ICE in create_tmp_var, at gimplify.c:387

2005-08-15 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-08-15 14:12 --- Created an attachment (id=9497) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9497action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23399

[Bug other/23237] New: -funit-at-a-time reject valid code (xxx causes a section type conflict).

2005-08-04 Thread pluto at agmk dot net
: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: ppc-pld-linux GCC host triplet: ppc-pld-linux GCC target triplet: ppc-pld-linux http

[Bug other/23237] -funit-at-a-time reject valid code (xxx causes a section type conflict).

2005-08-04 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-08-04 20:40 --- Created an attachment (id=9433) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9433action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23237

[Bug other/20128] ice with mudflap + profile generate

2005-07-31 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-31 13:31 --- # testcase: `int main() { return 0; } Program received signal SIGSEGV, Segmentation fault. 0x082924bf in categorize_ctor_elements_1 (ctor=0xb7d41030, p_nz_elts=0xbffbec7c, p_nc_elts=0xbffbec78

[Bug other/23123] New: compiler emits useless local symbol (initializer).

2005-07-28 Thread pluto at agmk dot net
Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pld-linux GCC host triplet: i686-pld-linux GCC target triplet: arm-linux-eabi http://gcc.gnu.org/bugzilla

[Bug bootstrap/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-07-26 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug bootstrap/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-07-26 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-26 18:32 --- imho the code is good. assembler should converts the local references into relocs off the .text section. .section .rodata .zoo: .long .foo-.zoo .section .text .foo: nop Disassembly

[Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-25 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-25 16:58 --- linked patch causes an ice. get correct patch from PR22631. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533

[Bug other/20128] ice with mudflap + profile generate

2005-07-25 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-25 17:03 --- with 4.1.0-20050724 testcase works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20128

[Bug other/20128] ice with mudflap + profile generate

2005-07-25 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-25 17:04 --- (In reply to comment #3) with 4.1.0-20050724 testcase works. wrrr, please ignore previous comment. case still fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20128

[Bug other/23066] New: [missed-optimization] loading a word from an unknown alignment.

2005-07-25 Thread pluto at agmk dot net
alignment. Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs

[Bug other/23066] [missed-optimization] loading a word from an unknown alignment.

2005-07-25 Thread pluto at agmk dot net
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23066

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-24 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-24 10:33 --- (In reply to comment #14) (In reply to comment #6) (In reply to comment #5) Bootstraped completed on x86_64-linux for LAST_UPDATED Sat Jul 23 17:57:57 UTC 2005 with Andrew's patch. have

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-24 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-24 15:10 --- with pinskia1.patch bootstrap gcc doesn't ice. patch linked to PR22533 causes an ice. /close. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22631

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 07:32 --- with `-march=i486 -O2` bootstrap with all languages works fine. finally (-march): i486, athlon - works i586 - not tested i686 - fails (wrong code?) -- http://gcc.gnu.org/bugzilla

[Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 07:59 --- with current mainline i can't trig the ix86 bug. testing ppc... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533

[Bug other/22628] New: ice-on-valid-code: type mismatch between an SSA_NAME and its symbol

2005-07-23 Thread pluto at agmk dot net
: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i486-pld-linux GCC host triplet: i486-pld-linux GCC target triplet: i486-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22628

[Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 13:27 --- (In reply to comment #4) with current mainline i can't trig the ix86 bug. testing ppc... ppc still fails with the same error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533

[Bug target/19161] No emms or femms emitted between MMX and FP instructions

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 15:42 --- (In reply to comment #10) (In reply to comment #6) with this patch I get an ice on amd64 bootstrap: In file included from ../../gcc/unwind-dw2.c:256: ../../gcc/config/i386/linux-unwind.h

[Bug target/19161] No emms or femms emitted between MMX and FP instructions

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 17:07 --- current mainline bootstrap still fails. (...) ./xgcc -B./ -B/usr/x86_64-pld-linux/bin/ -isystem /usr/x86_64-pld-linux/include -isystem /usr/x86_64-pld-linux/sys-include -L/home/users/pluto/rpm/BUILD/gcc-4.1

[Bug other/22631] New: ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
, at gimplify.c:557 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 17:54 --- (In reply to comment #1) Is this with my patch: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01327.html? yes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22631

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 20:10 --- (In reply to comment #5) Bootstraped completed on x86_64-linux for LAST_UPDATED Sat Jul 23 17:57:57 UTC 2005 with Andrew's patch. have You done a full `make bootstrap` ? on my snapshot (20050723T1611UTC) i

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 21:53 --- (In reply to comment #7) Can you give the backtrace? (gdb) r Starting program: /home/users/pluto/rpm/BUILD/gcc-4.1-20050723T1611UTC/obj-x86_64-pld-linux/gcc/stage1/gnat1 -I- -I. -Iada -I../../gcc/ada

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 21:53 --- Created an attachment (id=9339) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9339action=view) buildlog. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22631

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 22:42 --- Breakpoint 3, gimple_add_tmp_var (tmp=0x2b3176e0) at ../../gcc/gimplify.c:557 557 gcc_assert (!TREE_CHAIN (tmp) !DECL_SEEN_IN_BIND_EXPR_P (tmp)); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22631

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 22:42 --- Created an attachment (id=9340) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9340action=view) tmp var dump. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22631

[Bug other/22631] ICE / ada / error in gimple_add_tmp_var, at gimplify.c:557

2005-07-23 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-23 22:45 --- detailed backtrace: (gdb) bt #0 gimple_add_tmp_var (tmp=0x2b3176e0) at ../../gcc/gimplify.c:557 #1 0x00724261 in create_tmp_var (type=0x2af93c60, prefix=0x0) #2 0x0072496c

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 10:31 --- [ i686 ] I've checked bootstrap without gcc-keep-volatile-sematics.patch and gcc-pr20297.patch but it still ices. i'm testing bootstrap w/o gcc-pr22484.patch now... w/o gcc-pr22493.patch, gcc-pr22037.patch

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 19:48 --- ufff, i've found the point. with e.g. -march=athlon latest cvs snapshot builds. with -march=i686 -mtune=pentium4 boostrap ices. patchset is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22584

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 19:51 --- (In reply to comment #6) Which stage is this? ./xgcc -B./ -B/usr/athlon-pld-linux/bin/ -isystem /usr/athlon-pld-linux/include -isystem /usr/athlon-pld-linux/sys-include -L/home/users/builder2/rpm/BUILD/gcc

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 22:43 --- (In reply to comment #8) Can you produce a (fully preprocessed) test case and give the necessary command lines to reproduce the problem? ./configure... make -C obj-i686-pld-linux \ STAGE1_CFLAGS

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-07-22 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-22 22:45 --- (In reply to comment #9) make -C obj-i686-pld-linux \ insert bootstrap -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22584

[Bug other/22584] New: ICE in make_decl_rtl, at

2005-07-21 Thread pluto at agmk dot net
Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pld-linux GCC host

[Bug other/22584] ICE in make_decl_rtl, at varasm.c:886

2005-07-21 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-21 08:53 --- (In reply to comment #1) Hmm, this works for me with Thu Jul 21 04:11:47 UTC 2005 version of the CVS. How are you building GCC and how are you configuring GCC? Also do you have any local patches which might

[Bug c++/22575] New: immutable object placed in .bss section.

2005-07-20 Thread pluto at agmk dot net
Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pld-linux GCC host triplet: i686-pld-linux GCC target triplet: i686

[Bug c++/4131] Why the C++ compiler don't place a const class object to .rodata section?

2005-07-20 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-20 18:53 --- hmm, i think someone should reopen this bug. 4.1 is a good place for major changes in c++ front-end ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131

[Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-20 Thread pluto at agmk dot net
-- What|Removed |Added Summary|ada / raised STORAGE_ERROR :|[4.1 regression] ada / |stack overflow (or erroneous|raised STORAGE_ERROR : stack

[Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-20 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-20 20:41 --- known to work: 4.1.0-20050711 known to fail: 4.1.0-20050717+ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533

<    5   6   7   8   9   10   11   >