[Bug other/19165] (Natural) language independent error / warning classification

2005-10-23 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-10-23 06:47 --- There's an Eclipse PR for this, fwiw: https://bugs.eclipse.org/bugs/show_bug.cgi?id=108720 If you look there you can see further motivation -- in particular, the continuation messages that gcc sometimes prints are

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

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-23 06:59 --- Subject: Bug 24311 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 06:59:18 Modified files: gcc/fortran: trans-expr.c iresolve.c ChangeLog

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

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-23 06:59 --- Subject: Bug 24384 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 06:59:18 Modified files: gcc/fortran: trans-expr.c iresolve.c ChangeLog

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

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #22 from cvs-commit at gcc dot gnu dot org 2005-10-23 06:59 --- Subject: Bug 18022 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 06:59:18 Modified files: gcc/fortran: trans-expr.c iresolve.c ChangeLog

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

2005-10-23 Thread greenrd at gcc dot gnu dot org
--- Comment #18 from greenrd at gcc dot gnu dot org 2005-10-23 10:44 --- Arno - you're missing the point. One of the test cases for this is rssowl (or more specifically, the SWT Browser widget, which embeds Mozilla on Linux). The Mozilla embedding subsystems (as opposed to the Mozilla

[Bug libgomp/24491] New: [GOMP] Fails on simple FORTRAN parallelization

2005-10-23 Thread magnus_os at yahoo dot se
It was reported on the general mailing list that now is the time to start filing bug reports. This simple program causes ICE. gfortran-gomp -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/usr/local/gomp --program-suffix=-gomp --enable-threads=posix

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

2005-10-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2005-10-23 13:15 --- Well, looks like I'm going to continue this long monologue. I got my access to a mips-irix6.5 back, and it's still failling: $ ../gcc/configure --prefix=/tmp/debug/irun --enable-languages=c,fortran

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

2005-10-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2005-10-23 13:18 --- Hum... confirming this bug doesn't reopen it, so here it is. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/15809] ICE Using Pointer Functions

2005-10-23 Thread sven dot buijssen at math dot uni-dortmund dot de
--- Comment #13 from sven dot buijssen at math dot uni-dortmund dot de 2005-10-23 13:34 --- In the meantime with gfortran 4.0.2 and the latest CVS version of gfortran (GNU F95 version 4.1.0 20051023 (experimental)) again both Tobi's and Erik's testcases give ICEs, both different ones

[Bug debug/24490] gcc / gdb backtrace problem

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 14:12 --- What OS is this on, what kind of processor is this on also? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24492] New: match anything template wins over conversion operator

2005-10-23 Thread igodard at pacbell dot net
In: #includeiostream struct foo {}; struct bar { operator foo() {} }; templatetypename T void baz(const T f) { std::cerr template\n; } void baz(foo f) { std::cerr convert\n; } int main() { bar b; baz(b); } you get: ~/ootbc/members/src$ a.out template Is this correct? Ivan

[Bug libgomp/24491] [GOMP] Fails on simple FORTRAN parallelization

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Keywords|

[Bug c++/24492] match anything template wins over conversion operator

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 14:31 --- The output is correct as there is no conversion for the template. Please ask first to the C++ news group about if there is a bug for wrong code in GCC? -- pinskia at gcc dot gnu dot org changed:

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

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-23 14:34 --- (In reply to comment #1) What OS is this on, what kind of processor is this on also? Never mind, I cannot read. Anyways confirmed, a regression from 4.0.0. -- pinskia at gcc dot gnu dot org changed:

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

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-10-23 15:08 --- Fixed in mainline. Unfortunately, this cannot be fixed in 4.0 because the necessary patches to permit character valued intriniscs were never implemented. Paul T -- pault at gcc dot gnu dot org changed:

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

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-10-23 15:08 --- Fixed in mainline. Unfortunately, this cannot be fixed in 4.0 because the necessary patches to permit character valued intriniscs were never implemented. Paul T -- pault at gcc dot gnu dot org changed:

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

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #23 from cvs-commit at gcc dot gnu dot org 2005-10-23 15:46 --- Subject: Bug 18022 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-23 15:46:10 Modified files: gcc/fortran: trans-expr.c

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

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #24 from pault at gcc dot gnu dot org 2005-10-23 16:25 --- Fixed on mainline and 4.0 -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/24493] New: [GOMP] Parsing problem after THREADPRIVATE-statement

2005-10-23 Thread magnus_os at yahoo dot se
gfortran-gomp -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/usr/local/gomp --program-suffix=-gomp --enable-threads=posix --enable-languages=c,c++,fortran Thread model: posix gcc version 4.1.0-gomp-20050608-branch 20051016 (experimental) (merged

[Bug ada/24356] Unable to build gnatmake

2005-10-23 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #2 from bugzilla-gcc at thewrittenword dot com 2005-10-23 16:36 --- $ nm /usr/lib/libcl.a | egrep 'U_IS_STUB_OR_CALLX|U_is_shared_pc' U_IS_STUB_OR_CALLX | |undef |code | U_IS_STUB_OR_CALLX | 572|extern|entry |$CODE$ U_is_shared_pc |

[Bug fortran/24493] [GOMP] Parsing problem after THREADPRIVATE-statement

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

[Bug bootstrap/24494] Gfortran 4.1.0 Unable to compile source under win 98

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||gcc-bugs at gcc dot gnu dot |

[Bug bootstrap/24494] Gfortran 4.1.0 Unable to compile source under win 98

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 16:58 --- Please read: http://gcc.gnu.org/wiki/GFortranBinariesWindows We (the FSF) does not support precompiled binaries. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/20173] [3.4/4.0/4.1 regression] gcc accepts invalid partial specialization attempt of member function

2005-10-23 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug middle-end/24178] [4.0/4.1 regression] generates code that produces unaligned access exceptions

2005-10-23 Thread tsv at solvo dot ru
--- Comment #9 from tsv at solvo dot ru 2005-10-23 18:22 --- (In reply to comment #8) (In reply to comment #7) Can someone try sparc-linux, I would not doubt this could be reproduced there too. Actually, it can't, as I tried to explain in comment #6, it is probably a bug in

[Bug target/24178] [4.0/4.1 regression] generates code that produces unaligned access exceptions

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|middle-end |target GCC build triplet|alpha-*-linux-gnu | GCC host

[Bug libstdc++/24469] Possible race condition in mt_allocator causing SIGSEGV

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

[Bug testsuite/24478] gcc.dg/weak/weak-14.c (test for excess errors) fails

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-23 18:32 --- Confirmed on ppc-darwin also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/15975] [4.0 only] ICE in trans-array.c pointer array initialization stuff

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-23 18:36 --- Subject: Bug 15975 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-23 18:36:26 Modified files: gcc/fortran: ChangeLog

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

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-23 18:43 --- Subject: Bug 23957 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 18:43:30 Modified files: gcc: ChangeLog except.c Log message: PR

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

2005-10-23 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2005-10-23 18:44 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23958] collect2: ld terminated with signal 10 [Bus error] linking libstdc++.sl.6

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-23 18:50 --- *** This bug has been marked as a duplicate of 23957 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[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
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-23 18:50 --- *** Bug 23958 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23957

[Bug fortran/15975] [4.0 only] ICE in trans-array.c pointer array initialization stuff

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-10-23 18:51 --- Fixed also in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[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 #5 from hp at gcc dot gnu dot org 2005-10-23 19:27 --- I still see it with LAST_UPDATED Mon Oct 17 15:28:21 UTC 2005. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/15586] gfortran should support i18n in its compiler messages

2005-10-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2005-10-23 19:39 --- Keeping open for translation problems remaining (diagnostics built from pieces). I have patch that adresses most of those. As said in http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01407.html, the only remaining

[Bug libgomp/24491] [GOMP] Fails on simple FORTRAN parallelization

2005-10-23 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2005-10-23 19:41 --- That was just a transitional error in between http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00918.html and http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00926.html checkins. -- jakub at gcc dot gnu dot org changed:

[Bug fortran/24493] [GOMP] Parsing problem after THREADPRIVATE-statement

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

[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 #6 from hp at gcc dot gnu dot org 2005-10-23 19:47 --- For the MMIX simulator on a 3.0 GHz P4, time shows: mmix array16.exex 323.47s user 0.01s system 100% cpu 5:23.36 total So, it *just* above the default time-out at 5min. Comparing to a *slightly faster* simulator, the

[Bug c++/17519] [3.4/4.0/4.1 Regression] Warning for array of packed non-POD in packed struct

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor GCC build triplet|i486-linux | GCC host

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

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

[Bug target/18274] Documentation for -mhard-float on arm platforms is incorrect

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=18274

[Bug fortran/20847] common block object may not have save attribute

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-23 19:59 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily

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

[Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-23 20:00 --- Fixed in 4.1.0 so closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/21064] [4.0 only] StyleContext.addStyle causes NullPointerException

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-23 20:01 --- Fixed in 4.1.0 so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/19929] Deallocation of an allocated derived type component causes failure

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 20:05 --- Subject: Bug 19929 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-23 20:05:53 Modified files: gcc/fortran: ChangeLog

[Bug gcov/profile/24487] [Regression 3.4/4.0/4.1] Basic block frequencies inaccurate

2005-10-23 Thread dje at gcc dot gnu dot org
-- dje at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to

[Bug gcov/profile/24487] [3.4/4.0/4.1 Regression] Basic block frequencies inaccurate

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=24487

[Bug fortran/19929] Deallocation of an allocated derived type component causes failure

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-23 20:40 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-23 20:43 --- Subject: Bug 23272 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 20:43:54 Modified files: libgfortran: ChangeLog acinclude.m4 config.h.in configure

[Bug fortran/17740] ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr.c:2011

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-23 20:44 --- Subject: Bug 17740 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-23 20:44:13 Modified files: gcc/fortran: ChangeLog

[Bug fortran/22175] BYTE Type Statement

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

[Bug fortran/22175] BYTE Type Statement

2005-10-23 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-10-23 20:45 --- Fixed by commiting Asher's patch. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/17740] ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr.c:2011

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-23 20:45 --- 4.0.3 also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug fortran/22175] BYTE Type Statement

2005-10-23 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2005-10-23 20:46 --- Note that we have the g77 behavior: BYTE maps to INTEGER(kind=1). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22175

[Bug fortran/22175] BYTE Type 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=22175

[Bug fortran/23843] Access restrictions on derived types in modules too strict.

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-23 21:07 --- Subject: Bug 23843 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-23 21:07:10 Modified files: gcc/fortran: ChangeLog

[Bug fortran/23843] Access restrictions on derived types in modules too strict.

2005-10-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-23 21:08 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/23832] libjava build failure on sh64

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 21:15 --- Subject: Bug 23832 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 21:15:18 Modified files: gcc: ChangeLog recog.c Log message: PR

[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

[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

[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/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 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

[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. --

[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 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:

[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/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/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 URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01383.html. -- 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/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/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/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

[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

[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 :

[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 URL: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 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 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

[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

[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:

[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 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 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

[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/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 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 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 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 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 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 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/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 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/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 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/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|Removed

[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 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

  1   2   >