--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
15:24 ---
Confirmed, reduced testcase:
class QMutexLocker {};
extern void __assert_fail () throw () __attribute__ ((__noreturn__));
struct QList {
~QList();
bool isEmpty();
};
QList values();
void execute()
{
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
15:25 ---
On the mainline, I get:
In file t.f:24
PRINT AOUT,1,2,3,4
1
Error: Syntax error in PRINT statement at (1)
--
http://gcc.gnu.org/bug
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-08-30
15:28 ---
(In reply to comment #7)
> * stor-layout.c (finalize_type_size): Restore behaviour for
> non-aggregate types to the status quo ante of the patch for
> pr 23467. Document why it matters.
R
--- Additional Comments From chris at bubblescope dot net 2005-08-30 15:35
---
While this behaviour is suprising, it is also not a bug. The problem comes from
the fact that
&*(reverse_iterator(i)) = &*(i-1), so when you dereference a reverse_iterator
the value you actually get is
from
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-30
15:49 ---
Subject: Bug 23578
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-30 15:49:15
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/inclu
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-30
15:52 ---
(In reply to comment #1)
> This is weird as built just fine on openbsd3.1.
Well, the only reference to openbsd I found in gcc-testresults are some mails
from you, with openbsd3.1 but without gfortran. I j
--- Additional Comments From David dot Webb at noc dot soton dot ac dot uk
2005-08-30 16:00 ---
Subject: Re: Print format generates compiler segmentation fault
On Tuesday 30 August 2005 16:25, pinskia at gcc dot gnu dot org wrote:
> --- Additional Comments From pinskia at gcc dot g
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-30
16:19 ---
Subject: Bug 23549
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-30 16:19:16
Modified files:
libjava: ChangeLog gij.cc
Log message:
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
16:21 ---
Fixed also in 4.0.2 which is from the 4.0 branch and is a release branch.
See http://gcc.gnu.org/cvs.html about the branches
The branch is named gcc-4_0-branch.
--
What|Removed
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-30
16:22 ---
Subject: Bug 23586
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-30 16:22:01
Modified files:
gcc/cp : ChangeLog parser.c name-lookup.c
Lo
--- Additional Comments From fitzsim at redhat dot com 2005-08-30 16:22
---
Fixed on CVS HEAD. Closing.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-30
16:26 ---
Subject: Bug 23586
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-08-30 16:25:54
Modified files:
gcc/cp : Change
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-30
16:28 ---
Fixed on the 4.0 branch (for 4.0.2) and mainline.
Testing patch for the 3.4 branch.
--
What|Removed |Added
For a testcase like
template struct A
{
enum { e = 0 };
};
int i = A::e;
we get the following error:
error.cc:6: error: type/value mismatch at argument 1 in template parameter
list for 'template > struct A'
error.cc:6: error: expected a constant of type 'int', got 'void'
err
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |reichelt at gcc dot gnu dot
|dot org |org
URL|
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
16:55 ---
Created an attachment (id=9625)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9625&action=view)
patch which should but needs testing
I am taking this, this is the patch which I am looking into right n
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
17:00 ---
But now they fail with:
objc runtime: cannot find class Foo
FAIL: obj-c++.dg/method-17.mm execution test
which looks like a front-end bug.
Let me look into that.
--
http://gcc.gnu.org/bugzilla/show_bug
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30
17:06 ---
(In reply to comment #2)
> But now they fail with:
> objc runtime: cannot find class Foo
> FAIL: obj-c++.dg/method-17.mm execution test
>
> which looks like a front-end bug.
Yes __objc_gnu_init is not call
After fixing PR 23609. All obj-c++ tests still fail for different reason:
objc runtime: cannot find class Foo
FAIL: obj-c++.dg/method-17.mm execution test
WE are not registering the classes with the runtime.
--
Summary: obj-c++ does not call __objc_exec_class for the classes
--
What|Removed |Added
OtherBugsDependingO||23640
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23609
--
What|Removed |Added
BugsThisDependsOn|23609 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23640
--
What|Removed |Added
OtherBugsDependingO||23609
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23640
--
What|Removed |Added
BugsThisDependsOn||23609
OtherBugsDependingO|23609 |
nThis||
http
Sorry but this is a messy one. I don't know enough to simplify it and so have
had to include the full subroutines.
HDF is a self-describing data format widely used by the scientific community.
The home page is at http://hdf.ncsa.uiuc.edu/HDF5/. A link shows the platforms
it has been tested on,
Sorry but this is a messy one. I don't know enough to simplify it and so have
had to include the full subroutines.
HDF is a self-describing data format widely used by the scientific community.
The home page is at http://hdf.ncsa.uiuc.edu/HDF5/. A link shows the platforms
it has been tested on,
101 - 125 of 125 matches
Mail list logo