--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot
|dot org |org
Status|NEW
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
07:34 ---
Taking care of the backport to the 3.4 branch.
--
What|Removed |Added
AssignedTo|ma
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
07:35 ---
Taking care of the backport to the 3.4 branch.
--
What|Removed |Added
AssignedTo|ma
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
08:12 ---
Subject: Bug 15366
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 08:12:37
Modified files:
gcc: Change
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-02
08:14 ---
4.0.2 and 4.1 got the new option, wether 3.4 will, too, is Gabys call.
--
What|Removed |Added
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-02 08:21
---
Yeah. But if I also back out
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/global.c.diff?cvsroot=gcc&r1=1.130&r2=1.131
we are back to what is seen on HEAD now. The state between that 2005-08-22
checkin and 2
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
08:42 ---
Subject: Bug 23556
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 08:41:57
Modified files:
libgfortran: Change
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-02 08:49
---
Should be fixed on 4.0/HEAD.
--
What|Removed |Added
Status|ASSIGNED
boost template causing error
gcc --version
gcc (GCC) 4.0.1 20050831 (Red Hat 4.0.1-12)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/usr/incl
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
09:05 ---
Subject: Bug 23626
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 09:04:48
Modified files:
gcc: ChangeLog tree-cfg.c
Log message:
--- Additional Comments From caolanm at redhat dot com 2005-09-02 09:05
---
Created an attachment (id=9645)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9645&action=view)
testcase
I'm sure this worked very recently
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
--- Additional Comments From Erwin dot Unruh at fujitsu-siemens dot com
2005-09-02 09:08 ---
The zero_extract is generated by the combiner pass (x.c.17.combine). Note that
the official documentation of zero_extract requires a mem:QI (see
http://gcc.gnu.org/onlinedocs/gccint/Bit_002dFie
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-09-02
09:12 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
09:15 ---
Subject: Bug 18445
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 09:15:11
Modified files:
gcc/cp : Change
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
09:17 ---
Fixed also on the 3.4 branch.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
09:25 ---
Subject: Bug 18466
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 09:25:13
Modified files:
gcc/cp : Change
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-09-02 09:25 ---
seen on CVS 20050901 for s390-linux as well:
if /bin/sh ./libtool --mode=compile
/build/buildd/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc
-B/build/buildd/gcc-snapshot-20050901/build/./gcc
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
09:27 ---
Fixed also on the 3.4 branch.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-02
09:41 ---
(In reply to comment #10)
> (In reply to comment #9)
> > I think it is the same problem with Boehm-GC on ARM/Linux that
> > has been solved in upstream sources.
>
> Has this fix been officially submited to
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-02
09:47 ---
Richard, can you write a case where it produces awful code?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22568
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-02
09:54 ---
Blindly applying ifcvt to something like
int a,b;
void foo(int flag)
{
int x;
if (flag)
x=a,a=b,b=x;
}
because we're presented with
if (flag)
{
int reg_a = a;
x = reg_a;
int reg_b
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
11:20 ---
Subject: Bug 22233
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 11:20:22
Modified files:
gcc/cp : Change
--- Additional Comments From steven at gcc dot gnu dot org 2005-09-02
11:21 ---
Not reconfirmed for almost a year.. Is this still an issue?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11824
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
11:21 ---
Fixed also on the 3.4 branch.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
11:23 ---
Btw, this was approved for the 3.4 branch by Gaby in private mail.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22233
--- Additional Comments From steven at gcc dot gnu dot org 2005-09-02
11:24 ---
Kazu, is this still not optimized properly?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14583
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-02 11:32
---
Richard Sandiford's patch for PR15326 fixes this as well, adding the dependency,
so that we don't forget about this.
--
What|Removed |Added
-
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-02 11:34
---
According to Erik Richard's patch for PR15326 fixes one of those two bugs (I
assume the latter?), adding the dependency so that we will keep track of this.
--
What|Removed |
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
11:30 ---
(In reply to comment #5)
> seen on CVS 20050901 for s390-linux as well:
This is really a taget bug, please file a different bug for the s390 issue.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
11:46 ---
Fixed.
--
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Hello!
It would be good to provide PDF manuals for released versions of the gcc.
I've tried "ps2pdf", but it doesn't generate the pdf-booksmarks.
--
Summary: Manuals in the Portable Document Format (PDF)
Product: gcc
Version: unknown
Status: UNCONFI
--- Additional Comments From wouter at grep dot be 2005-09-02 11:55 ---
Silly me, forgot to include the command line and error message:
gcc -Wall -Wno-unused -g -O3 -fPIC -I /usr/lib/ocaml/3.08.3-c -o mlgmp_z.o m
lgmp_z.c
In file included from mlgmp_z.c:13:
conversions.c:68: warning:
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-02
11:56 ---
(In reply to comment #9)
> According to Erik Richard's patch for PR15326 fixes one of those two bugs (I
> assume the latter?), adding the dependency so that we will keep track of this.
Yes, it's the latter
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
12:02 ---
This works for me on both the mainline and the 4.0 branch. And 4.0.0.
Since this is a redhat specific version of GCC, please report it to them
instead as it works with FSF
released GCC.
--
W
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
12:04 ---
I don't understand why you would want this ps is more portable than PDF is.
Anyways ps2pdf would be used to generate them anyways so it does not matter as
you generated them
already.
--
What
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
12:04 ---
Subject: Bug 20365
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 12:04:25
Modified files:
gcc: ChangeLog simplify-rtx.c
Log messag
--- Additional Comments From berndtrog at yahoo dot com 2005-09-02 12:16
---
(In reply to comment #1)
> I don't understand why you would want this ps is more portable than PDF is.
Am I the only one who finds pdf manuals (w/ bookmarks) much more convenient than
ps or html?
> Anyways ps
--- Additional Comments From wouter at grep dot be 2005-09-02 12:17 ---
Lowering the optimization level (to -O2) also makes the build complete.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23674
Please resolve the following gcc / g++ compiler error in
/usr/include/c++/3.2.3/bits/fstream.tcc
In file included from /usr/include/c++/3.2.3/fstream:576,
/usr/include/c++/3.2.3/bits/fstream.tcc: In member function `virtual
_Traits::pos_type std::basic_filebuf<_CharT,
_Traits>::seekoff(_Traits::
Testcase:
extern "C" class c1
{
friend inline bool operator==(c1 const & a, c1 const & b){}
friend inline bool operator==(c2 const & a, c2 const & b){}
}
---
This worked in 3.4.0.
--
Summary: [4.0/4.1 Regression] ICE after error about extern "C".
Product: gcc
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
12:24 ---
Subject: Bug 22061
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 12:24:21
Modified files:
gcc/testsuite : ChangeLog
Added files:
gcc/t
--
What|Removed |Added
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23694
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
12:26 ---
Subject: Bug 22061
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 12:26:17
Modified files:
gcc/testsuite : Change
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
12:29 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From gdr at integrable-solutions dot net
2005-09-02 12:32 ---
Subject: Re: Manuals in the Portable Document Format (PDF)
"berndtrog at yahoo dot com" <[EMAIL PROTECTED]> writes:
| (In reply to comment #1)
| > I don't understand why you would want this ps is mo
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
12:35 ---
Subject: Bug 22061
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 12:34:58
Modified files:
gcc: Change
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-02
12:36 ---
Applied to 3.4. Testcases also applied to 4.0 and mainline.
--
What|Removed |Added
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-09-02
12:39 ---
Undoubtedly. But I don't see much prospect of this being changed any time soon.
It would require too much co-operation between the mid and back-ends.
--
What|Removed |
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
12:41 ---
Subject: Bug 23547
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 12:41:08
Modified files:
gcc: ChangeLog tree-nested.c
gcc/
--- Additional Comments From joseph at codesourcery dot com 2005-09-02
12:41 ---
Subject: Re: Manuals in the Portable Document Format (PDF)
On Fri, 2 Sep 2005, pinskia at gcc dot gnu dot org wrote:
> Anyways ps2pdf would be used to generate them anyways so it does not
> matter as yo
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
12:45 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--
What|Removed |Added
Summary|[4.1 Regression] catchall- |catchall-1.m and local-
|1.m and local-variables-1.m |variables-1.m fails at -Os
--- Additional Comments From falk at debian dot org 2005-09-02 13:02
---
Works for me with any gcc version:
[EMAIL PROTECTED]:/tmp% gcc-3.4 -c test.c
test.c:1: warning: useless keyword or type name in empty declaration
test.c:2: warning: useless keyword or type name in empty declaratio
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-02 13:05
---
I can reproduce it on a (freshly updated) stock gcc-4_0-branch:
./cc1plus --version; ./cc1plus -quiet -m32 testcase.ii
GNU C++ version 4.0.2 20050902 (prerelease) (x86_64-unknown-linux-gnu)
compiled
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org, mmitchel at gcc dot gnu
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
13:11 ---
(In reply to comment #3)
> FYI, gcc/cp/ of gcc-4_0-branch and gcc-4_0-rhl-branch is identical.
Then can Redhat's version.c updated to reflect that since it is annoying to
have 4.0.1 seen when it is
really
--
What|Removed |Added
Known to work|4.0.0 |4.0.0 4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-02 13:19
---
Well, it is not 4.0.2, as 4.0.2 has not been released. FSF version.c contains
prerelease string which somewhat explains that it is really not yet official
4.0.2, but we use the version also for rpm version wh
--
What|Removed |Added
Known to work|4.0.0 |4.0.0 4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
--
What|Removed |Added
Known to work|4.0.0 4.0.1 |4.0.0 4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
--- Additional Comments From gdr at integrable-solutions dot net
2005-09-02 13:25 ---
Subject: Re: Malformed typedef silently ignored
"falk at debian dot org" <[EMAIL PROTECTED]> writes:
| Works for me with any gcc version:
|
| [EMAIL PROTECTED]:/tmp% gcc-3.4 -c test.c
| test.c:1: w
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
13:30 ---
(In reply to comment #5)
> Well, it is not 4.0.2, as 4.0.2 has not been released. FSF version.c contains
> prerelease string which somewhat explains that it is really not yet official
> 4.0.2, but we use th
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-02
13:40 ---
Taking care of the backport to the 3.4 branch.
--
What|Removed |Added
AssignedTo|u
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
13:41 ---
Anyways reducing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
"falk at debian dot org" <[EMAIL PROTECTED]> writes:
| Works for me with any gcc version:
|
| [EMAIL PROTECTED]:/tmp% gcc-3.4 -c test.c
| test.c:1: warning: useless keyword or type name in empty declaration
| test.c:2: warning: useless keyword or type name in empty declaration
|
| What is the e
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-02
13:59 ---
Fix being tested...
--
What|Removed |Added
AssignedTo|bosch at gcc dot gnu dot org|c
I've been tracking bug #16719 as it's been of interest to me. I noticed
Bernardo Innocenti had committed some changes to the Coldfire code that should
have resolved this problem. I picked up gcc-4.1-20050826 to try the new code.
My compiler ICEd with a different problem, but I was able to reprod
--- Additional Comments From brett dot swimley at aedinc dot net
2005-09-02 14:19 ---
Created an attachment (id=9648)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9648&action=view)
Preprocessed source that generates the ICE
Added test case attachement.
--
http://gcc.gnu.org/b
--
What|Removed |Added
Component|c |target
Keywords||ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug
sh4-unknown-linux-gnu build fails during libjave build with:
/exp/ldroot/dodes/xsh-gcc/./gcc/xgcc -shared-libgcc
-B/exp/ldroot/dodes/xsh-gcc/./gcc -nostdinc++
-L/exp/ldroot/dodes/xsh-gcc/sh4-unknown-linux-gnu/libstdc++-v3/src
-L/exp/ldroot/dodes/xsh-gcc/sh4-unknown-linux-gnu/libstdc++-v3/src/.libs
--- Additional Comments From berndtrog at yahoo dot com 2005-09-02 14:29
---
(In reply to comment #4)
> texi2pdf (= texi2dvi --pdf) uses pdftex to generate PDF directly and
> texinfo.tex has conditional code to generate PDF files with internal links
> etc. when generating PDF.
Thanks
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
14:30 ---
Was this before or after:
2005-09-01 Richard Henderson <[EMAIL PROTECTED]>
PR 23676
* reload1.c (reload_as_needed): Check !CALL_P before calling
fixup_eh_region_note.
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-02
14:30 ---
Created an attachment (id=9650)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9650&action=view)
a reduced preprocessed file
The attached is a reduced preprocessed file.
--
http://gcc.gnu.org/bugzi
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-02
14:34 ---
> Was this before or after:
Oh, I've missed it. I'll try it and report the result.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23696
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-02
14:55 ---
I've confirmed that this is a duplicate of PR 23676.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23696
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-02 15:10
---
Testing a patch.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub
gcc does not accept an integer described with its binary format
short zero = 0b00;
though it is a ansi requierement ... and hex. is working well (int zero =
0x;)
Thanks
--
Summary: 0b... Ansi C integer description missing
Product: gcc
Version:
--- Additional Comments From bat at m4tp dot org 2005-09-02 15:30 ---
Created an attachment (id=9651)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9651&action=view)
A short demonstration of what is missing
gcc -v -save-temps g_ansi.c
Reading specs from /usr/lib/gcc/i686-pc-cygwin/
--- Additional Comments From bat at m4tp dot org 2005-09-02 15:33 ---
I don't add the .i file, since the source .c doesn't have any preproc' tags
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:37 ---
No 0b is not a ANSI C requirement.
Anyways this is a dup of bug 23479.
*** This bug has been marked as a duplicate of 23479 ***
--
What|Removed |Added
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:38 ---
*** Bug 23697 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From Tobias dot Schlueter at physik dot
uni-muenchen dot de 2005-09-02 15:38 ---
Subject: Re: ICE Using Pointer Functions
erik dot edelmann at iki dot fi wrote:
> Yes, it's the latter bug that Richard's patch fixes.
>
> I could add that I posted a patch to fix
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
15:38 ---
Subject: Bug 23167
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-02 15:35:17
Modified files:
gcc: Change
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-02
15:39 ---
Fixed in 4.0.2.
--
What|Removed |Added
Status|ASSIGNED|RESO
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-02
15:39 ---
*** This bug has been marked as a duplicate of 23167 ***
--
What|Removed |Added
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-02
15:39 ---
*** Bug 22008 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
Bug 231
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
15:40 ---
Subject: Bug 23167
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 15:39:04
Modified files:
gcc: ChangeLog gimplify.c
gcc/tes
The following code is accepted in 4.1 but should not be:
struct g {
bool operator==(const g& __arg) const;
};
template< typename T > struct is_integral {
static const T value = false;
};
templatestruct enable_if_c;
template typename
enable_if_c<(is_integral::value)>::type
operator==(con
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:44 ---
I should mention I found this while reducing PR 23691.
This has been failing since at least 4.1.0 20050808.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23698
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:46 ---
I have to re-reduce this because I found a different bug as I reduced it too
far, see PR 23698 for that
bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23691
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23698
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:53 ---
*** This bug has been marked as a duplicate of 23676 ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
15:53 ---
*** Bug 23696 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
Marks patch for fixing PR23099 from 2005-08-29 makes glibmm not compile:
% cat glib-test.cc
#include
struct A{
static const long npos = std::string::npos;
};
% g++ -c glib-test.cc
glib-test.cc:3: error: field initializer is not constant
Reverting it makes this compile again. To fail
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
16:01 ---
Related to PR 23691 but this one fails on the mainline too.
Reducing.
--
What|Removed |Added
---
--- Additional Comments From joseph at codesourcery dot com 2005-09-02
16:12 ---
Subject: Re: [4.0/4.1 Regression]
tr1/6_containers/unordered/hashtable/23465.cc execution test times out
On Thu, 1 Sep 2005, pcarlini at suse dot de wrote:
> Hi. Can you have a quick look at what is goin
--- Additional Comments From matz at suse dot de 2005-09-02 16:14 ---
Yes, I also got the boost error. And I got that with a 4.0 CVS version
from today. Reverting Marks patch also solves the boost problem
described in PR23691.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23699
--- Additional Comments From pcarlini at suse dot de 2005-09-02 16:16
---
(In reply to comment #2)
> Running outside the testsuite, it appears to hang (taking at least 3min)
> on hppa64-hp-hpux11.11, whereas by comparison on the same machine but
> configured for hppa2.0w-hp-hpux11.11 (
--- Additional Comments From bangerth at dealii dot org 2005-09-02 16:33
---
I think it can be considered arguable whether the code is valid or not.
Here it is again:
template struct X {
static const T value = false;
};
template struct W {};
template
--- Additional Comments From pcarlini at suse dot de 2005-09-02 16:37
---
An important note: I'm currently using an updated compiler (didn't in my
previous messages), 20050901, and I can confirm that on x86 (too) there is a
very large slow-down of the generated executable, of 1-2 orders
1 - 100 of 167 matches
Mail list logo