--- 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 J
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 -
--- 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
--with-gmp=$HO
--- 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
---
--- 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 diff
--- 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
-
In:
#include
struct foo {};
struct bar { operator foo() {} };
template
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
--
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|major |normal
Keywords||ice-on-valid-c
--- 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:
What
--- 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:
--- 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:
--- 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:
--- 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
--- 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
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
20051
--- 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 | |undef
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|major |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24493
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||gcc-bugs at gcc dot gnu dot
|
--- 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 |Added
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|middle-end |target
GCC build triplet|alpha-*-linux-gnu |
GCC host t
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critical|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24469
--- 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
--- 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 resolve
--- 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 ad
--- 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
Status|UNCONFIRM
--- 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
--
--- 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
--- 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 Miles
--- 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
--
--- 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 remainin
--- 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:
--
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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
GCC build triplet|i486-linux |
GCC host tr
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|enhancement |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329
--
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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20983
--- 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
--- 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
--- 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 trans-s
--
dje at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Known to fail
--
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
--- 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
Status|
--- 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
--- 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 trans-e
--
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
--- 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
--- 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 Milestone|4.1.
--- 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
--
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
--- 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 resolve
--- 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
Status|
--- 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 tar
--- 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
--- 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
--- 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
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16465
--- 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
--- 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
--- 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
---
--- 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
--- 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
-
--- 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
---
--- 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
--
--- 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
---
--- 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
---
--- 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
---
--- 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
--- 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
--- 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
--- 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
--
--- 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
--
--- 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.
--- 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
--- 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
--- 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
--- 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
--- 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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--
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
--- 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
--
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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.0.3
Version|4.1.0 |4.0.3
http://
--
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
--
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
--
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
--
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
1 - 100 of 156 matches
Mail list logo