[Bug target/20748] -fprefetch-loop-arrays increases run time considerably

2005-10-23 Thread uros at kss-loka dot si
--- Comment #2 from uros at kss-loka dot si 2005-10-24 06:53 --- Some updated timings with gcc version 4.1.0 20051021 (experimental): -O2 -march=pentium4 -fprefetch-loop-arrays: user0m17.805s user0m17.752s user0m17.744s -O2 -march=pentium4: user0m17.750s user0m17.

[Bug target/17390] missing floating point compare optimization

2005-10-23 Thread uros at kss-loka dot si
--- Comment #6 from uros at kss-loka dot si 2005-10-24 06:29 --- Some discussion can be found in this thread: http://gcc.gnu.org/ml/gcc/2005-10/msg00574.html A new version of patch is here (post-reload machine dependant pass): http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01298.html --

[Bug target/22073] --with-cpu=default32 for x86_64

2005-10-23 Thread marek dot rouchal at infineon dot com
--- Comment #6 from marek dot rouchal at infineon dot com 2005-10-24 06:26 --- Subject: RE: --with-cpu=default32 for x86_64 > What you want is --with-cpu=default32 for x86_64 which does > not exist yet. It does for powerpc64 though. This is also correct. It would be sufficient for

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

2005-10-23 Thread mueller at kde dot org
--- Comment #72 from mueller at kde dot org 2005-10-24 05:22 --- why is it pointless? just because it doesn't work on some target architectures doesn't mean it doesn't work on most main archs. I find it pointless that a patch isn't applied just because it doesn't work on some archs (wh

[Bug libfortran/24489] read_block wrong execution order

2005-10-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2005-10-24 05:07 --- Fixed in 4.1, bug does not occur in 4.0 because arrayio has not been committed there. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/24500] Libjava failure: FAIL: ExtraClassLoader execution - gij test

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 04:06 --- This has failing since it was added. I don't think this is libgcj problem but some EH issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug java/24500] New: Libjava failure: FAIL: ExtraClassLoader execution - gij test

2005-10-23 Thread hjl at lucon dot org
Gcc checked out at Sun Oct 23 16:06:13 UTC 2005 has Exception in thread "main" java.lang.ClassNotFoundException: C not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/net/gnu-13/export/gnu/src/gcc/gcc/libjava/testsuite/libjava.lang/,file:/export/build/gnu/gcc/build-ia64-linux/ia64-u

[Bug libfortran/24489] read_block wrong execution order

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-24 03:51 --- Subject: Bug 24489 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-24 03:51:24 Modified files: libgfortran: ChangeLog libgfortran/io : transfer.c

[Bug libfortran/24489] read_block wrong execution order

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #2 from cvs-commit at gcc dot gnu dot org 2005-10-24 03:50 --- Subject: Bug 24489 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-24 03:50:15 Modified files: gcc/testsuite : ChangeLog Added files: gcc/testsuite/gfo

[Bug tree-optimization/21694] Missed forwprop opportunity into COND_EXPR

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-24 03:19 --- This is fixed in the simplify-dom-branch. See: http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00830.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/21590] [3.4 only] FAIL: gcc.dg/sibcall-1.c and FAIL: gcc.dg/sibcall-2.c

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 03:16 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug rtl-optimization/21002] RTL prologue and basic-block reordering pessimizes delay-slot filling

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-24 03:15 --- reorg needs to be rewritten to be basic block friendly. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/20695] sh64-*-* port deos not handle 32 / 64 bit conversions properly

2005-10-23 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 middle-end/20411] Templated functions are not found pure/const

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-24 03:12 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug target/18766] Inefficient code with -mfpmath=387,sse

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-24 03:08 --- What is happening is that the register allocator is selecting the return possition for the last add which is a x87 register so it is doing the add in x87 instead of sse which causes the rest to go bonkers. -- pin

[Bug target/18335] [3.4/4.0/4.1 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/debug/debug-1.c and debug-2 xyzzy

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2005-10-24 02:55 --- Reconfirmation for "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18346] [4.0/4.1 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/trampoline-1.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #5 from hp at gcc dot gnu dot org 2005-10-24 02:53 --- Reconfirmation for "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pbrook at gcc dot gnu dot |dot org

[Bug c++/24499] Poor diagnostic

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 02:42 --- Fixed in 4.0.2 by the patch which fixed PR 20637. We now get: t.cc:3: error: 'foo::foo(int)' cannot be overloaded t.cc:2: error: with 'foo::foo(int)' -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/24499] New: Poor diagnostic

2005-10-23 Thread igodard at pacbell dot net
The code: struct foo { foo(int) {} foo(int) {} }; gets you: ~/ootbc/members/src$ g++ foo.cc foo.cc:3: error: `foo::foo(int)' and `foo::foo(int)' cannot be overloaded The diagnostic should contain the line number of the colliding declaration. In my real code the collider was inside a macro three

[Bug ada/20417] Bootstrap fails running xnmake; it sigfaults in gnat__spitbol__patterns__xmatch

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 02:38 --- This works for me so closing as such. I have not seen another report of this either. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #25 from hp at gcc dot gnu dot org 2005-10-24 02:37 --- Well, I believe it still doesn't work, but I can agree to close it as IDONTCARETHATMUCH... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19461

[Bug bootstrap/19852] Segmentation fault during: build/genmodes -h > tmp-modes.h

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-24 02:34 --- Works for many other people so closing as works for me. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #24 from pinskia at gcc dot gnu dot org 2005-10-24 02:32 --- Closing as works for me as Eric could not repoduce it, and it has been 3 months now since the last comment. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/18288] remaking existing build after cvs update gives configure recheck problems

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-24 02:30 --- Does this happen still? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18288

[Bug bootstrap/8018] 'install-headers-dir' should default to 'install-headers-cp'

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-24 02:21 --- The prerequistites for GCC listed here: http://gcc.gnu.org/install/prerequisites.html says that GNU tar is required. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/21909] Mis-identifies template

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-24 02:06 --- No you are wrong, it is invoked with invoke v; -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/22564] [4.1 Regression] Compilation time increased about 11%

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-24 01:50 --- Even though this is a regression, we still don't have a testcase after 3 months so closing as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/22073] --with-cpu=default32 for x86_64

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-24 01:48 --- What you want is --with-cpu=default32 for x86_64 which does not exist yet. It does for powerpc64 though. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/21786] Segmentation fault under FreeBSD 5.3-RELEASE-p15

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-24 01:42 --- Seems fixed in "3.4.5 20050809". Can you try a newer 3.4.5? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21786

[Bug target/18932] [3.4/4.0 regression] ICE in copyprop_hardreg_forward_1, at regrename.c

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-24 01:39 --- *** Bug 19593 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/19593] ICE at build_def_use, at regrename.c:763

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-24 01:39 --- No feedback in 3 months so assuming this is a dup of bug 18932. *** This bug has been marked as a duplicate of 18932 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/24497] [3.4/4.0/4.1 Regression] internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-24 01:35 --- I should mention why I marked this as a regression. loop-unroll.c is new in 3.4.x. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24497

[Bug rtl-optimization/24497] [3.4/4.0/4.1 Regression] internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122

2005-10-23 Thread pbrook at gcc dot gnu dot org
--- Comment #1 from pbrook at gcc dot gnu dot org 2005-10-24 01:33 --- Original testcase above is reduced from gcc.c-torture/execute/920501-6.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24497

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-24 01:31 --- *** Bug 24498 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/24498] 'control may reach end of non-void function' warning coming from STL when -no-exceptions and -Wall is used

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-24 01:31 --- Fixed in 4.0.2 and above. This is a dup of bug 21951. *** This bug has been marked as a duplicate of 21951 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24498] New: 'control may reach end of non-void function' warning coming from STL when -no-exceptions and -Wall is used

2005-10-23 Thread yuri at tsoft dot com
doesn't happen with gcc-3.4.2 --- begin testcase --- #include #include using namespace std; void p() { vector().push_back("xxx"); } end testcase --- compiled with command: /usr/local/gcc-4.0.1/bin/g++ -c v.C -O5 -Wall -fno-exceptions -- Summary: 'control may reach end of

[Bug rtl-optimization/24497] New: internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122

2005-10-23 Thread pbrook at gcc dot gnu dot org
long long foo(void) { long long unsigned s=0; long long unsigned b; for (b = 0; b++, s == 0; ) { s = b; } return s; } Compiled with -O2 -funroll-all-loops gives internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122 The problematic line is: gcc_assert (rtx_

[Bug preprocessor/16358] -Wno-system-headers hides warning caused by user header vs system header conflict

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-24 00:34 --- Please file this bug with the Linux Kernel people also. And glibc for O_RSYNC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16358

[Bug tree-optimization/19347] Invariant load not moved out of loop

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-24 00:20 --- This is the normal, we need offset/varaible aliasing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/18338] mmix-knuth-mmixware testsuite failure: gcc.dg/bitfld-4.c and g++.dg/abi/bitfield4.C

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-24 00:10 --- (In reply to comment #6) > Removing wrong-code keyword. Maybe have a wrong-test keyword? ;-) Just move it to the testsuite component :). -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug target/24344] testsuite failure: gcc.c-torture/execute/frame-address.c -O2 and above

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2005-10-24 00:09 --- Reconfirmation with "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #5 from hp at gcc dot gnu dot org 2005-10-24 00:07 --- Reconfirmation with "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libstdc++/21321] [4.1 regression] mmix-knuth-mmixware 27_io/basic_filebuf/seekpos/12790-3.cc execution test

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2005-10-24 00:04 --- Reconfirmation with LAST_UPDATED "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/18338] mmix-knuth-mmixware testsuite failure: gcc.dg/bitfld-4.c and g++.dg/abi/bitfield4.C

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #7 from hp at gcc dot gnu dot org 2005-10-23 23:59 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01414.html>. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18338] mmix-knuth-mmixware testsuite failure: gcc.dg/bitfld-4.c and g++.dg/abi/bitfield4.C

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-10-23 23:58 --- Removing wrong-code keyword. Maybe have a wrong-test keyword? ;-) -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter

2005-10-23 Thread jeff dot myers at eclipse dot org
--- Comment #2 from jeff dot myers at eclipse dot org 2005-10-23 23:50 --- This function must be implemented to support the Swing/AWT development using Eclipse Visual Editor project (http://www.eclipse.org/vep/) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16729

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-10-23 Thread ppluzhnikov at charter dot net
--- Comment #15 from ppluzhnikov at charter dot net 2005-10-23 23:47 --- On "stock" FC2, using the latest gcc-4.1 snapshot (20051022), I get 7 mudflap violations from the original test, 1 from the reduced test. This doesn't appear to be a heisenbug at all -- it reproduces with all gcc-

[Bug middle-end/24437] OBJ_TYPE_REF handling in fold_stmt should be moved to fold

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 23:44 --- I will do this for 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added A

[Bug tree-optimization/24021] VRP does not work with floating points

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 23:42 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug target/23983] the altivec builtins should be marked as pure/const

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 23:42 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug bootstrap/23927] --enable-intermodule is broken on targets with mutlilibs even with --disable-multilib

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-23 23:41 --- Confirmed by other people on IRC. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-23 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #19 from arno at heho dot snv dot jussieu dot fr 2005-10-23 23:37 --- Subject: Re: JNI/CNI AttachCurrentThread does not register thread with garbage collector Hello, > Arno - you're missing the point. One of the test cases for this is > rssowl (or more specifically, the

[Bug fortran/24384] SPREAD does not handle scalar sources.

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24384

[Bug libfortran/24383] mingw doesn't have SSIZE_MAX

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24383

[Bug fortran/24311] Regression: ICE when MERGE is used with character args in a PRINT/WRITE statement

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24311

[Bug target/24219] [4.1 Regression] gcc.dg/vect/fast-math-vect-reduc-5.c execution test fails

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24219

[Bug fortran/24207] PRIVATE/PUBLIC attribute confusion screws NAMELIST

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24207

[Bug fortran/24204] ICE (segfault)

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug java/24127] ICE in libjava.compile/PR6865.java reported as "PASS" in testsuite.

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24127

[Bug java/24018] [meta-bug] Patches that should be applied to 4.0 branch

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 Version|4.1.0 |4.0.3 http://

[Bug ada/23957] ld terminated with signal 10 [Bus error] linking libgnat-4.0.sl

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23957

[Bug target/18338] mmix-knuth-mmixware testsuite failure: gcc.dg/bitfld-4.c and g++.dg/abi/bitfield4.C

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #5 from hp at gcc dot gnu dot org 2005-10-23 23:00 --- These tests assume a certain structure layout, so they have to be gated. Reconfirmed with LAST_UPDATED "Mon Oct 17 15:28:21 UTC 2005". Patch coming up. -- hp at gcc dot gnu dot org changed: What|Remove

[Bug driver/23861] Build failure due to "-pipe" not working with .F90 and .F95 files

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23861

[Bug target/23809] Misleading documentation for -mmmx/msse/...

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23809

[Bug target/23644] IA-64 hardware models and configuration options documentation error for 3.4.x and 4.0.x

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23644

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23240

[Bug other/22202] Superfluous space in description of max-variable-expansions-in-unroller

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22202

[Bug target/22148] gcc.dg/vect/vect-reduc-1* fail

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22148

[Bug tree-optimization/21439] CRIS 4.1 fail: gcc.dg/tree-ssa/gen-vect-26.c scan-tree-dump-times Alignment of access forced using peeling 1

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21439

[Bug libfortran/19308] I/O library should support more real and integer kinds

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19308

[Bug target/18911] mmix-knuth-mmixware testsuite failure: g++.dg/init/array16.C execution

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18911

[Bug target/18351] testsuite failure: XPASS: gcc.dg/tree-ssa/20040204-1.c

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18351

[Bug fortran/18022] problem with structure and calling a function

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18022

[Bug libfortran/24432] [4.1 regression] Missing symbols

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24432

[Bug fortran/24406] EQUIVALENCE broken in 32-bit code with optimization -O2

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-23 22:52 --- Confirmed, fortran front-end needs to do something similar to the C front-end in c-common.c/c_common_get_alias_set: /* Permit type-punning when accessing a union, provided the access is directly through the u

[Bug target/24466] uprgading of gcc

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-23 22:49 --- As I asked, what happens if you build using "make bootstrap" instead of just doing "make all-gcc". I am thinking the GCC version you already have install, 2.95 is creating wrong code which is what make bootstrap is

[Bug objc/24435] constant_string_class_name is undocumented in c-common.c

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-23 22:37 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug objc/24435] constant_string_class_name is undocumented in c-common.c

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #1 from cvs-commit at gcc dot gnu dot org 2005-10-23 22:37 --- Subject: Bug 24435 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 22:37:30 Modified files: gcc: ChangeLog c-common.c Log message: 200

[Bug fortran/23635] [4.0 Regression] Argument of ichar at (1) must be of length one

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-23 22:30 --- Fixed in 4.0.3 also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added St

[Bug fortran/23635] [4.0 Regression] Argument of ichar at (1) must be of length one

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-23 22:29 --- Subject: Bug 23635 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-23 22:29:30 Modified files: gcc/fortran: ChangeLog check.

[Bug fortran/23635] [4.0 Regression] Argument of ichar at (1) must be of length one

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-23 22:21 --- Fixed on the mainline, I am checking out 4.0 right now to apply to the 4.0 branch. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/18339] testsuite failure: gcc.dg/bitfld-3.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2005-10-23 22:17 --- Covered by http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01380.html>. -- hp at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/23635] [4.0/4.1 Regression] Argument of ichar at (1) must be of length one

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-23 22:16 --- Subject: Bug 23635 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 22:16:38 Modified files: gcc/fortran: ChangeLog check.c gcc/testsuite : Cha

[Bug debug/24490] [4.1 Regression] gcc / gdb backtrace problem

2005-10-23 Thread kev dot gilbert at cdu dot edu dot au
--- Comment #3 from kev dot gilbert at cdu dot edu dot au 2005-10-23 22:13 --- Just for the record, I've pasted the incorrect gdb output for the second backtrace. It is as follows: #0 0x00240402 in __kernel_vsyscall () #1 0x00726118 in raise () from /lib/libc.so.6 #2 0x00727888 in a

[Bug target/24348] [4.1 regression] bootstrap failure building libgcc

2005-10-23 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2005-10-23 22:10 --- See http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00558.html for a preliminary patch. hppa64 builds have been broken since Richard applied his cft "fix". The patch works ok under linux but there's still stuff that n

[Bug target/18340] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply2.c and builtin-apply3.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2005-10-23 22:09 --- Reconfirmation with "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/18343] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-return-1.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2005-10-23 22:07 --- Reconfirmation with "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/18344] mmix-knuth-mmixware testsuite failure: gcc.dg/c99-intconst-1.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2005-10-23 22:06 --- Reconfirmation with "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/18351] testsuite failure: XPASS: gcc.dg/tree-ssa/20040204-1.c

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2005-10-23 21:51 --- Fixed with http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01383.html>. -- hp at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/18482] mmix-knuth-mmixware testsuite failure: tmpdir-gcc.dg-struct-layout-1

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #5 from hp at gcc dot gnu dot org 2005-10-23 21:47 --- Reconfirm with LAST_UPDATED "Mon Oct 17 15:28:21 UTC 2005". -- hp at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/18911] mmix-knuth-mmixware testsuite failure: g++.dg/init/array16.C execution

2005-10-23 Thread hp at gcc dot gnu dot org
--- Comment #8 from hp at gcc dot gnu dot org 2005-10-23 21:44 --- Non-empty comment to appease bugzilla as I close this PR. -- hp at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/18911] mmix-knuth-mmixware testsuite failure: g++.dg/init/array16.C execution

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-23 21:38 --- Subject: Bug 18911 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 21:37:57 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/g++.dg/init: arra

[Bug fortran/17737] ICE when variable appears in two data statements

2005-10-23 Thread steven at gcc dot gnu dot org
--- Comment #9 from steven at gcc dot gnu dot org 2005-10-23 21:37 --- Alright, accepts-invalid it is for GCC 4.1. -- steven at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/17737] ICE when variable appears in two data statements

2005-10-23 Thread schnetter at aei dot mpg dot de
--- Comment #8 from schnetter at aei dot mpg dot de 2005-10-23 21:35 --- I don't see the point of allowing a variable to be initialised twice. This should be an error, or at least a warning by default. That would make it an "accepts-invalid". -- http://gcc.gnu.org/bugzilla/show_b

[Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5

2005-10-23 Thread wilson at gcc dot gnu dot org
--- Comment #7 from wilson at gcc dot gnu dot org 2005-10-23 21:27 --- I would guess a GNU make bug. What version of GNU make are you using? Try a newer release. Alternatively, this could be a shell bug. What shell and version are you using? Try using a different shell and/or a more

[Bug fortran/16465] parser chokes with ffixed-line-length-7

2005-10-23 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16465

[Bug target/24348] [4.1 regression] bootstrap failure building libgcc

2005-10-23 Thread debian-gcc at lists dot debian dot org
--- Comment #1 from debian-gcc at lists dot debian dot org 2005-10-23 21:22 --- confirmed with 20051023 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24348

[Bug fortran/5900] [g77 & gfortran] Lapack regressions since g77 2.95.2

2005-10-23 Thread steven at gcc dot gnu dot org
--- Comment #54 from steven at gcc dot gnu dot org 2005-10-23 21:19 --- Following comments #52 and #53, I'm removing the wrong-code keyword. I'm all for closing this long-open bug. But maybe we should keep it open until some automatic testing process is in place. -- steven at gcc d

[Bug fortran/17737] ICE when variable appears in two data statements

2005-10-23 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2005-10-23 21:16 --- This doesn't ICE for me. So this should be "accepts-invalid" now, or we could call it a GNU extension and only disallow it in stricter standard enforcement modes. Or we could just close it. Erik, your bug, so your

  1   2   >