[Bug target/24475] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-12-01 Thread uros at kss-loka dot si
--- Comment #10 from uros at kss-loka dot si 2005-12-02 06:59 --- Fixed on 4.1 and mainline. -- uros at kss-loka dot si changed: What|Removed |Added Status|AS

[Bug target/24475] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-12-01 Thread uros at gcc dot gnu dot org
--- Comment #9 from uros at gcc dot gnu dot org 2005-12-02 06:43 --- Subject: Bug 24475 Author: uros Date: Fri Dec 2 06:43:45 2005 New Revision: 107876 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107876 Log: PR target/24475 * lib/target-supports.exp (check_ef

[Bug c/25218] New: [Regression 4.0/4.1] ICE : in compensate_edge, at reg-stack.c:2795

2005-12-01 Thread jv244 at cam dot ac dot uk
Hi, the following yields an ICE with 4.0.1, 4.0.2 and a recent 4.1 branch (but in a different location) if compiled at -O3. Compiles at -O2 and at -O3 with gcc 3.3.4: --- static float rgam; extern void *jmp(void *); void drotmg(float d1) { void *labels[] = { &

[Bug target/21017] ppc 64bit target not using rlwinm

2005-12-01 Thread amodra at gcc dot gnu dot org
--- Comment #4 from amodra at gcc dot gnu dot org 2005-12-02 06:25 --- Subject: Bug 21017 Author: amodra Date: Fri Dec 2 06:25:13 2005 New Revision: 107873 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107873 Log: PR target/21017 * combine.c (simplify_logical )

[Bug middle-end/25176] [4.0 only] FAIL: Array_3 -O3 execution - bytecode->native test

2005-12-01 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added Summary|FAIL: Array_3 -O3 execution |[4.0 only] FAIL: Array_3 -O3 |- bytecode->native

[Bug middle-end/25176] FAIL: Array_3 -O3 execution - bytecode->native test

2005-12-01 Thread amodra at gcc dot gnu dot org
--- Comment #6 from amodra at gcc dot gnu dot org 2005-12-02 06:16 --- Subject: Bug 25176 Author: amodra Date: Fri Dec 2 06:16:21 2005 New Revision: 107872 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107872 Log: PR middle-end/25176 * function.c (expand_functi

[Bug middle-end/25176] FAIL: Array_3 -O3 execution - bytecode->native test

2005-12-01 Thread amodra at gcc dot gnu dot org
--- Comment #5 from amodra at gcc dot gnu dot org 2005-12-02 06:15 --- Subject: Bug 25176 Author: amodra Date: Fri Dec 2 06:15:54 2005 New Revision: 107871 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107871 Log: PR middle-end/25176 * function.c (expand_functi

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2005-12-02 06:10 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25195] code fails at -O1, works at -O0

2005-12-01 Thread duraid at octopus dot com dot au
--- Comment #1 from duraid at octopus dot com dot au 2005-12-02 04:48 --- some additional info: the behaviour between 4.0.2-release and: gcc version 4.0.3 20051202 (prerelease) is identical. also, this code is not 64-bit clean, so be sure to build 32-bit when testing. -- duraid at

[Bug fortran/25217] New: Derived type dummy argument having intent(out) attribute

2005-12-01 Thread sudeshc at noida dot hcltech dot com
1. There is a procedure (function/subroutine) call. A variable of derived type is passed as actual argument to this procedure. One of the components of derived type is default initialized. 2. Corresponding dummy argument has INTENT(OUT) attribute. When above two conditions are satisfied then acco

[Bug middle-end/21059] Bogus warning about clobbered variable

2005-12-01 Thread wilson at gcc dot gnu dot org
--- Comment #5 from wilson at gcc dot gnu dot org 2005-12-02 04:12 --- Created an attachment (id=10387) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10387&action=view) Delay auto-inc generation until after determining which regs live across setjmp. This is my proposed untested pa

[Bug middle-end/23673] fold does not fold (a^b) != 0 to a != b

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-02 03:17 --- Hmm, this is getting harder (unless I just want to do (a^CST) == CST and (a^b) == 0. I am still deciding if I want to fix fold_binary from stoping from returning a new tree if it does nothing except for switch the o

[Bug middle-end/21059] Bogus warning about clobbered variable

2005-12-01 Thread wilson at gcc dot gnu dot org
--- Comment #4 from wilson at gcc dot gnu dot org 2005-12-02 02:24 --- The spurious warning is a problem because binutils is compiled by -Werror by default now, when compiled by gcc. This spurious warning thus causes a build failure for binutils. This build failure does not show up in

[Bug fortran/25149] Compiler dies on -std=f95

2005-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-12-02 02:13 --- Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Status|UNC

[Bug fortran/25149] Compiler dies on -std=f95

2005-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2005-12-02 02:13 --- Fixed in 4.1 and 4.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25149

[Bug testsuite/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #10 from ghazi at gcc dot gnu dot org 2005-12-02 02:12 --- Subject: Bug 18491 Author: ghazi Date: Fri Dec 2 02:12:15 2005 New Revision: 107860 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107860 Log: 2005-12-01 Kaveh R. Ghazi <[EMAIL PROTECTED]> Backport

[Bug fortran/24807] Fortran supports real*16, but not complex*32

2005-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2005-12-02 01:27 --- Patch applied. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread amodra at bigpond dot net dot au
--- Comment #5 from amodra at bigpond dot net dot au 2005-12-02 01:22 --- The instruction in question looks like this after local reg alloc, both base and index don't get a hard register. (insn:HI 289 292 497 28 (set (reg:V4SF 137 [ vect_var_.102 ]) (mem:V4SF (and:SI (plus:SI (

[Bug testsuite/25214] -fpic/-fPIC failures in gcc.dg/i386-local2.c

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-02 01:04 --- This looks more like a testsuite bug as if you look into the testcase, we actually will require a stack maninpulation. -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug target/25215] [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-02 01:00 --- This is exactly the same issue as PR 19278. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25216] [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.target/i386/pr21291.c

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-02 00:58 --- As mentioned in the orginal PR where the testcase comes from this is most likely related to PR 19398. Also can you stop setting the target milestone? -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/21302] Max line length in free form mode

2005-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #12 from kargl at gcc dot gnu dot org 2005-12-02 00:57 --- Fixed. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/25216] [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.target/i386/pr21291.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-02 00:50 --- testsuite logfile says: FAIL: gcc.target/i386/pr21291.c (test for excess errors) Excess errors: .../gcc.target/i386/pr21291.c:18: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' -- http

[Bug target/25216] [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.target/i386/pr21291.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #1 from ghazi at gcc dot gnu dot org 2005-12-02 00:48 --- Rth thinks it's an actual bug requiring investigation: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01899.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25216

[Bug target/25216] [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.target/i386/pr21291.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
-- ghazi at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.0.3 4.1.0 4.2.0 Target Milestone|--- |4.0.3

[Bug target/25216] New: [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.target/i386/pr21291.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
On i686-pc-linux-gnu with the 4.0 branch, I'm getting a failure in the following testcase when running with -fpic or -fPIC: FAIL: gcc.target/i386/pr21291.c (test for excess errors) Current testsuite report is here: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00026.html -- Summa

[Bug fortran/25149] Compiler dies on -std=f95

2005-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-12-02 00:38 --- Subject: Bug 25149 Author: jvdelisle Date: Fri Dec 2 00:38:36 2005 New Revision: 107851 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107851 Log: 2005-12-01 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug fortran/21302] Max line length in free form mode

2005-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #11 from kargl at gcc dot gnu dot org 2005-12-02 00:35 --- Subject: Bug 21302 Author: kargl Date: Fri Dec 2 00:35:41 2005 New Revision: 107850 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107850 Log: PR fortran/21302 * lang.opt: New options -ffree-

[Bug target/25214] [3.4/4.0/4.1/4.2] -fpic/-fPIC testsuite failures in gcc.dg/i386-local2.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #1 from ghazi at gcc dot gnu dot org 2005-12-02 00:33 --- On i686-pc-linux-gnu with the 3.4 branch, I'm getting a failure in the following testcase when running with -fpic or -fPIC: FAIL: gcc.dg/i386-local2.c scan-assembler-not sub[^n]*sp Current testsuite report is her

[Bug target/25215] New: [4.0/4.1/4.2] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
On i686-pc-linux-gnu with the 4.0 branch, I'm getting a failure in the following testcase when running with -fpic or -fPIC: FAIL: gcc.dg/20050503-1.c scan-assembler-not call Current testsuite report is here: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00026.html -- Summary: [4.

[Bug middle-end/25176] FAIL: Array_3 -O3 execution - bytecode->native test

2005-12-01 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org

[Bug target/25214] [3.4/4.0/4.1/4.2] -fpic/-fPIC testsuite failures in gcc.dg/i386-local2.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
-- ghazi at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||23224 nThis|| Known to f

[Bug target/25214] New: [3.4/4.0/4.1/4.2] -fpic/-fPIC testsuite failures in gcc.dg/i386-local2.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
-- Summary: [3.4/4.0/4.1/4.2] -fpic/-fPIC testsuite failures in gcc.dg/i386-local2.c Product: gcc Version: 3.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug middle-end/24004] [4.0 Regression] bogus 'may be uninit warnings' for loops

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-02 00:10 --- Note the warning is that bogus, take the following example: float a(void) { float i; float granularity = 0.01f; float dist = 0; float vec[2] = {0,0}; float lastPoint; f

[Bug target/25213] [3.4] -fpic/-fPIC testsuite failures in gcc.dg/i386-387-3.c and i386-387-4.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
-- ghazi at gcc dot gnu dot org changed: What|Removed |Added Known to fail||3.4.5 Known to work||4.0.3 Target M

[Bug target/25213] New: [3.4] -fpic/-fPIC testsuite failures in gcc.dg/i386-387-3.c and i386-387-4.c

2005-12-01 Thread ghazi at gcc dot gnu dot org
On i686-pc-linux-gnu with the 3.4 branch, I'm getting failures in the following testcases when running with -fpic or -fPIC: FAIL: gcc.dg/i386-387-3.c scan-assembler fldpi FAIL: gcc.dg/i386-387-4.c scan-assembler fldpi Current testsuite report is here: http://gcc.gnu.org/ml/gcc-testresults/2005-12

[Bug testsuite/25193] libstdc++ testsuite fails on cygwin

2005-12-01 Thread billingd at gcc dot gnu dot org
--- Comment #2 from billingd at gcc dot gnu dot org 2005-12-01 23:58 --- Confirmed http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00046.html Patch http://gcc.gnu.org/ml/gcc-patches/2005-12/msg9.html Fixed in trunk revision 107841. -- billingd at gcc dot gnu dot org changed:

[Bug middle-end/24004] gcc 4.0.2 gives bogus 'may be unused warnings' at -O3

2005-12-01 Thread SLTxLQEc4vuR5kMzK at anime dot net
--- Comment #1 from SLTxLQEc4vuR5kMzK at anime dot net 2005-12-01 23:57 --- still present in 4.0.2 -- SLTxLQEc4vuR5kMzK at anime dot net changed: What|Removed |Added

[Bug testsuite/25193] libstdc++ testsuite fails on cygwin

2005-12-01 Thread billingd at gcc dot gnu dot org
--- Comment #1 from billingd at gcc dot gnu dot org 2005-12-01 23:57 --- Subject: Bug 25193 Author: billingd Date: Thu Dec 1 23:57:28 2005 New Revision: 107841 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107841 Log: 2005-12-02 David Billinghurst ([EMAIL PROTECTED])

[Bug target/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-12-01 23:15 --- Except that the testcase still fails and the fix for 24997 was checked in a few days ago. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25212

[Bug target/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread dje at gcc dot gnu dot org
--- Comment #3 from dje at gcc dot gnu dot org 2005-12-01 23:07 --- Yes, I think this is the same as PR 24997. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25022] [3.4/4.0 regression] failure to transform the unlocked stdio calls

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #6 from ghazi at gcc dot gnu dot org 2005-12-01 22:45 --- Updated 4.0 patch here: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00089.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-01 22:34 --- Hmm, I would assume this is related to PR 24997. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25211] [4.1/4.2 Regression] verify_ssa ICE for mesa with -Os -ftree-loop-linear

2005-12-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Summary|verify_ssa ICE for mesa with|[4.

[Bug middle-end/25158] FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation

2005-12-01 Thread ghazi at gcc dot gnu dot org
--- Comment #6 from ghazi at gcc dot gnu dot org 2005-12-01 22:24 --- Fixed, clean test results here: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00028.html -- ghazi at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/25211] verify_ssa ICE for mesa with -Os -ftree-loop-linear

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-12-01 22:10 --- Created an attachment (id=10386) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10386&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25211

[Bug target/25212] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-12-01 22:09 --- Created an attachment (id=10385) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10385&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25212

[Bug target/25212] New: unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
Current trunk and 4.1 branch ICE on powerpc-linux compiling facerec from SPEC CPU2000 with an admittedly odd set of options: elm3b11% /opt/gcc-nightly/4.1/bin/gfortran -c -O2 -funroll-loops -ftree-vectorize -maltivec -fno-ivopts -fpic fr1201.f fr1201.f: In function ‘foo’: fr1201.f:38: error: unrec

[Bug tree-optimization/25211] New: verify_ssa ICE for mesa with -Os -ftree-loop-linear

2005-12-01 Thread janis at gcc dot gnu dot org
Current trunk and 4.1 branch ICE on powerpc-linux compiling mesa from SPEC CPU2000: elm3b11% /opt/gcc-nightly/4.1/bin/gcc -c -Os -ftree-loop-linear mesa1201.c mesa1201.c: In function ‘foo’: mesa1201.c:7: error: definition in block 9 does not dominate use in block 3 for SSA_NAME: q_25 in statement:

[Bug target/25190] Error: bad immediate value for offset (4100)

2005-12-01 Thread djohnson+gcc at sw dot starentnetworks dot com
--- Comment #2 from djohnson+gcc at sw dot starentnetworks dot com 2005-12-01 21:44 --- Created an attachment (id=10384) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10384&action=view) preprocessed file compile with: arm-linux-gcc -mbig-endian -march=armv5te -mtune=xscale -Wa,

[Bug middle-end/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive

2005-12-01 Thread davidnicol at gmail dot com
--- Comment #6 from davidnicol at gmail dot com 2005-12-01 21:15 --- I found this bog because I was getting a lot of warnings of the style n function â: with no symbol name, just an odd character. I have tracked this down to xterm not displaying utf8 even though my LANG environment v

[Bug target/24718] Shared libgcc not used for linking by default

2005-12-01 Thread sje at cup dot hp dot com
--- Comment #36 from sje at cup dot hp dot com 2005-12-01 21:03 --- Fixed and checked in on 3.4 branch in time for 3.4.5. -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug fortran/25147] passing variable in place of function dummy argument not caught

2005-12-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug fortran/25147] passing variable in place of function dummy argument not caught

2005-12-01 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2005-12-01 20:30 --- (In reply to comment #0) Confirmed. [EMAIL PROTECTED] gfortran]# ifort pr25147.f90 fortcom: Error: pr25147.f90, line 20: This actual argument must be the name of an external user function or the name of an intrinsic

[Bug rtl-optimization/20070] If-conversion can't match equivalent code, and cross-jumping only works for literal matches

2005-12-01 Thread steven at gcc dot gnu dot org
--- Comment #21 from steven at gcc dot gnu dot org 2005-12-01 20:17 --- For Bug 21803 we could use similar infrastructure to what is proposed for this bug. -- steven at gcc dot gnu dot org changed: What|Removed |Added --

[Bug testsuite/25177] gcc.target/powerpc/pr18096-1.c fails on PPC

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 20:12 --- Fixed by: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00028.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/25190] Error: bad immediate value for offset (4100)

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 20:10 --- Could you attach the prepreocesed source? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25190

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread green at gcc dot gnu dot org
--- Comment #7 from green at gcc dot gnu dot org 2005-12-01 20:09 --- Subject: Bug 25207 Author: green Date: Thu Dec 1 20:09:06 2005 New Revision: 107829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107829 Log: 2005-12-01 Anthony Green <[EMAIL PROTECTED]> PR bootst

[Bug middle-end/25200] ICE compiling GNU tar

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-01 20:08 --- Hmm, the preprocessed source file looks not all the way here: it sends like char * __argp_short_program_name (void) { I don't know if this is becuase the preprocessor is seg faulting or it just did not get uploaded

[Bug rtl-optimization/25197] [4.2 Regression] ICE: RTL check: expected code 'reg', have 'plus' in dwarf2out_frame_debug_expr, at dwarf2out.c:1781

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 19:59 --- I want to say this will be fixed by: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00015.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25209] Spurious warning on placement new

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-01 19:55 --- Fixed at least in 3.4.5. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/25210] Unable to compile GCC from gomp-20050608-branch

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 19:44 --- This is not a GCC bug, this is either you don't have the 32bit libraries install which means you need --disable-multilib or your distro has messed up which lib directory goes where. -- pinskia at gcc dot gnu dot

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-12-01 19:42 --- Exactly! -- hp at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug libgomp/25210] New: Unable to compile GCC from gomp-20050608-branch

2005-12-01 Thread laksono at cs dot uh dot edu
Error while compiling GCC: /tmp/laksono/gomp-20050608-branch/build/./gcc/xgcc -B/tmp/laksono/gomp-20050608-branch/build/./gcc/ -B/tmp/laksono/x86_64-unknown-linux-gnu/bin/ -B/tmp/laksono/x86_64-unknown-linux-gnu/lib/ -isystem /tmp/laksono/x86_64-unknown-linux-gnu/include -isystem /tmp/laksono/x86_

[Bug c++/25209] Spurious warning on placement new

2005-12-01 Thread igodard at pacbell dot net
--- Comment #2 from igodard at pacbell dot net 2005-12-01 19:36 --- Created an attachment (id=10383) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10383&action=view) source code (compressed) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25209

[Bug c++/25209] Spurious warning on placement new

2005-12-01 Thread igodard at pacbell dot net
--- Comment #1 from igodard at pacbell dot net 2005-12-01 19:35 --- Created an attachment (id=10382) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10382&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25209

[Bug c++/25209] New: Spurious warning on placement new

2005-12-01 Thread igodard at pacbell dot net
-- Summary: Spurious warning on placement new Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igodard

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread green at gcc dot gnu dot org
--- Comment #5 from green at gcc dot gnu dot org 2005-12-01 19:33 --- Subject: Bug 25207 Author: green Date: Thu Dec 1 19:33:42 2005 New Revision: 107828 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107828 Log: 2005-12-01 Anthony Green <[EMAIL PROTECTED]> PR bootst

[Bug debug/25194] [4.1/4.2 Regression] ICE in dwarf2out for mesa with -O2 -funroll-loops -g

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-12-01 18:36 --- Interesting, Alan can't reproduce the failure I reported but his patch at http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00015.html fixes it. I'll test again when the patch has been checked in and then close this PR.

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2005-12-01 18:36 --- "Aph" mentioned "green" were expected to fix it, so CC:ed. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-01 18:29 --- The ICE is fixed on the mainline but that is not the real issue here as the following fails: gcc -c -oO t.c -o t.o -MMD As I noted before there are two -o heres which are causing the issue. -- pinskia at gcc dot

[Bug c++/25208] ICE

2005-12-01 Thread igodard at pacbell dot net
--- Comment #7 from igodard at pacbell dot net 2005-12-01 18:27 --- Changing to -O0 also clears the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] ICE

2005-12-01 Thread igodard at pacbell dot net
--- Comment #6 from igodard at pacbell dot net 2005-12-01 18:25 --- The bug appears to be due to an interaction between -MMD and -Wall -Wextra. If I omit the warnings options then it compiles OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] ICE

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-01 18:23 --- First: -o0 that will output the file as O. So I think this might be the double -o issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] ICE

2005-12-01 Thread igodard at pacbell dot net
--- Comment #4 from igodard at pacbell dot net 2005-12-01 18:20 --- Here's what the compiler got. ~/ootbc/common/xptsys/test/src$ make test g++ -I/home/ivan/ootbc/common/include -I/home/ivan/ootbc/common/xptsys/include -I/home/ivan/boost/include/boost-1_33 -g -o0 -fmessage-length=80 -W

[Bug c++/25208] ICE

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-01 18:15 --- Can you give how you invoked GCC? I want to say this has been fixed already in a 3.4.x release. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] ICE

2005-12-01 Thread igodard at pacbell dot net
--- Comment #2 from igodard at pacbell dot net 2005-12-01 18:10 --- Created an attachment (id=10381) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10381&action=view) source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] ICE

2005-12-01 Thread igodard at pacbell dot net
--- Comment #1 from igodard at pacbell dot net 2005-12-01 18:09 --- Created an attachment (id=10380) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10380&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug c++/25208] New: ICE

2005-12-01 Thread igodard at pacbell dot net
-save-temps interacts with -MMD option. Code ices with -MMD and without -save-temps; with -save-temps it complains "too many file names". The attached save-temps output was made with -MMD omitted but otherwise the same command line. -- Summary: ICE Product: gcc V

[Bug fortran/25201] internal compiler error in open statement

2005-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-12-01 18:07 --- This is also fixed in the 4.0.3 prelease source. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-12-01 Thread dalej at gcc dot gnu dot org
--- Comment #14 from dalej at gcc dot gnu dot org 2005-12-01 18:04 --- Subject: Bug 24950 Author: dalej Date: Thu Dec 1 18:04:20 2005 New Revision: 107826 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107826 Log: 2005-12-01 Alan Modra <[EMAIL PROTECTED]> Radar 4345

[Bug fortran/25201] internal compiler error in open statement

2005-12-01 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2005-12-01 17:16 --- This is fixed on 4.1 and mainline. I'm bootstrapping the latest 4.0.3 sources to see if it's present there. I note that you're reporting this against 4.0.0. I *highly* recommend that you update your compiler. --

[Bug target/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-12-01 16:39 --- Well, clearly it is not fixed, as proven on stock gcc-4_0-branch with: /* { dg-do compile } */ /* { dg-options "-m32 -Os -fpic -mtune=pentium4" } */ struct S { void *p[30]; unsigned char a0 : 1; unsigned char a

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2005-12-01 16:29 --- In response to comment #1, no. The headers are provided by *both* alsa-lib-devel packages. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25207

[Bug middle-end/25206] for loop with comma operator problem

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-01 16:00 --- (In reply to comment #2) > in the file you can see a snapshort with two arrows to read and store > addresses. > It is very simple source. This source does not show anything, it is not a full source. If you can rea

[Bug middle-end/25206] for loop with comma operator problem

2005-12-01 Thread efim at lipowsky dot de
--- Comment #2 from efim at lipowsky dot de 2005-12-01 15:55 --- Subject: Re: for loop with comma operator problem pinskia at gcc dot gnu dot org schrieb: >--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 15:28 >--- >HUH? Can you give the full source/ reduced so

[Bug target/25180] [4.1/4.2 Regression] ICE during kernel build.

2005-12-01 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2005-12-01 15:54 --- Assigning to bonzini by request. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25115] [4.2 Regression] Segmentation fault in pre_insert_copy_insn

2005-12-01 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-12-01 15:53 --- Assigning to bonzini by request. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2005-12-01 15:31 --- It's caused by only one multilib being installed. The 64-bit one is there, not the 32-bit one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25207

[Bug bootstrap/25207] bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 15:29 --- I want to say FC4 is wrong here, if it does not have a library, it should not have the headers. Can you also file this with Redhat? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25207

[Bug middle-end/25206] for loop with comma operator problem

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 15:28 --- HUH? Can you give the full source/ reduced source and give a little more detailed explication on what is going wrong. -- pinskia at gcc dot gnu dot org changed: What|Removed |A

[Bug target/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-12-01 15:25 --- Yes see PR 18019, it says it was fixed for 4.0.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199

[Bug target/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-01 15:24 --- I thought this was already fixed (or at least was in 4.1.0), let me find the patch which might had fixed it). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgcj/15686] ^\ should print stack trace

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-01 15:20 --- *** Bug 25204 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgcj/25204] incorrect SIGQUIT handling

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-01 15:20 --- *** This bug has been marked as a duplicate of 15686 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/25207] New: bootstrap fails on libjava if alsa headers present but no -lasound.

2005-12-01 Thread hp at gcc dot gnu dot org
This is on FC4 with alsa-lib{.i386,x86-64} installed but only alsa-lib-devel.x86_64 (no alsa-lib-devel.i386). Hence the header files are there, but not the libraries when building the -m32 multilib. It looks as if configury looks for and finds header files but it's overlooked to also look for "aso

[Bug c++/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread caolanm at redhat dot com
--- Comment #7 from caolanm at redhat dot com 2005-12-01 14:59 --- Program received signal SIGSEGV, Segmentation fault. [witching to Thread -1209017888 (LWP 28260)] X11SalGraphics::SetXORMode (this=0x3cb0f10, bSet=0 '\0') at /home/caolan/ooo/SRC680_m142/vcl/unx/source/gdi/salgdi.cxx:

[Bug c++/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2005-12-01 14:55 --- I can't understand how movqi_1 can not consider aligned_operand at all. Will dig more... -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25206] New: for loop with comma operator problem

2005-12-01 Thread ymonyak at lipowsky dot de
GCC 4.0.1 bilt by GNUARM. follow source has different read and store address by incrementing of "n". As result variable "n" will be not changed. unsigned short CommTxNum; static void foo (void) __attribute__ ((interrupt ("IRQ"))); void foo(void) { unsigned char n; for (n = 0; n < 3 && CommTxNu

[Bug c++/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro

2005-12-01 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2005-12-01 14:38 --- Finding a bug in 1M of assembly is really hard without knowing where exactly to look at. Nevertheless, I suspect: movl237(%edi), %esi in _ZN14X11SalGraphics10SetXORModeEh (whereas -mpentiumpro .s has movb237(%

  1   2   >