--- Additional Comments From mrs at apple dot com 2004-10-26 23:27 ---
For reference, the C++ version:
struct ssc { char * const ptr;
ssc () :ptr(0) { }
};
struct ss { char * ptr; };
int main ()
{
struct ssc xssc;
struct ss xss;
}
and its output:
(gdb) ptype xss
type = struct ss
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 23:30
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
As of Tue Oct 26 23:11:31 UTC 2004, I got
stage1/xgcc -Bstage1/ -B/usr/gcc-4.0/x86_64-unknown-linux-gnu/bin/ -c -g -
O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE-I. -Ibuild -
I/net/gnu/export/gnu/src/gcc/gcc/gcc -
I/net
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 00:08
---
Try this again, this is already fixed by:
* expr.c (emit_group_store): Do not treat floats as BLKmode.
(emit_group_load): Same.
http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg01469.html
--
gcc -O3 -ftree-loop-linear applu.f produces error:
Dependence relation cannot be represented by distance vector.
--
Summary: SPEC CPU2000 173.applu tree-loop-linear failure
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
--
What|Removed |Added
Summary|SPEC CPU2000 173.applu tree-|SPEC CPU2000 173.applu tree-
|loop-linear failure |loop-linear ICE
http://gcc.gnu.o
Today is a new day for your residence. With levels
at their headline-making historic lows, our programs
are better now than ever before. Even if you've recently
closed on a property, now is the time to check your
numbers.
Find out what all your neighbors are talking about:
http://eyeloans.com/?p
--- Additional Comments From wilson at tuliptree dot org 2004-10-27 01:29 ---
Subject: Re: bad unwind info due to multiple returns
(missing epilogue)
On Tue, 2004-10-26 at 01:49, davidm at hpl dot hp dot com wrote:
> The compiler seemed to get stuck in an apparent endless loop.
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 01:36
---
Subject: Bug 18010
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-27 01:36:12
Modified files:
gcc: ChangeLog emit-rtl.c
Log message:
--- Additional Comments From wilson at gcc dot gnu dot org 2004-10-27 01:48
---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
...
ranlib .libs/libgfortran.a
creating libgfortran.la
(cd .libs && rm -f libgfortran.la && ln -s ../libgfortran.la libgfortran.la)
make[3]: Leaving directory `/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libgfo
rtran'
make[2]: Leaving directory `/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libgf
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 02:07
---
Was this done with -j2 or above?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18169
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-10-27
02:14 ---
Subject: Re: make: *** [bootstrap] Error 2 after buildin
> Was this done with -j2 or above?
No. However, I think I inadvertantly messed up the source with a
build in the source tree.
Dave
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 02:19
---
Hmm, yes we don't support MIN/MAX EXPR without -fno-trapping-math.
A rs6000 backend person should look at this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17956
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 02:23
---
Subject: Bug 18093
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-27 02:23:16
Modified files:
gcc/testsuite : ChangeLog
gcc/cp : C
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 02:23
---
Subject: Bug 18161
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-27 02:23:16
Modified files:
gcc/testsuite : ChangeLog
gcc/cp : C
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 02:23
---
Subject: Bug 18020
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-27 02:23:16
Modified files:
gcc/testsuite : ChangeLog
gcc/cp : C
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 02:43
---
Subject: Bug 18104
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-10-27 02:43:44
Modified files:
libjava: ChangeLog Makefile.am Makefile.in con
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 02:46
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--
Bug 18107 depends on bug 18104, which changed state.
Bug 18104 Summary: Incorrect CLASSPATH separator in libjava breaks bootstrap
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18104
What|Old Value |New Value
--- Additional Comments From danglin at gcc dot gnu dot org 2004-10-27 03:42
---
Source tree was corrupt.
--
What|Removed |Added
Status|UNCONFIRMED
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 03:50
---
#1251 0x000ae778 in cp_parser_implicitly_scoped_statement (parser=0x4178ec40) at
/Users/pinskia/
src/local/gcc/gcc/cp/parser.c:6541
#1252 0x0009dba4 in cp_parser_statement (parser=0x4178ec40, in_statement_e
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 04:10
---
Finnally found a C example:
Compile the folllowing with -O2 -ffast-math -ftrapping-math and you will get the
failure.
#include
int Fore (double lo, double hi)
{
int r;
double t;
double t1;
double
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 04:12
---
This might also be a 3.4 regression I have not checked yet.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17956
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 04:16
---
Nope only a 4.0 one.
--
What|Removed |Added
Known to fail||
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 04:20
---
Here is the reduced C code:
double Fore (double lo, double hi)
{
return lo>=hi?lo:hi;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17956
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-10-27 04:23
---
Fixed in GCC 4.0.
--
What|Removed |Added
Status|ASSIGNED|RE
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-10-27 04:33
---
Fixed in GCC 3.4.3.
--
What|Removed |Added
Status|ASSIGNED|
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 04:33
---
Subject: Bug 18020
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2004-10-27 04:32:57
Modified files:
gcc/testsuite : Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-27 04:33
---
Subject: Bug 18093
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2004-10-27 04:32:57
Modified files:
gcc/testsuite : Change
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-10-27 04:33
---
Fixed in GCC 3.4.3.
--
What|Removed |Added
Status|ASSIGNED|
When I build m32r-elf-g++ version 4.0.0, an assemble debug relocation error
happened.
/home3/FSF/org_src/gcc/build/gcc/xgcc -shared-libgcc -
B/home3/FSF/org_src/gcc/build/gcc/ -nostdinc++ -
L/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-v3/src -
L/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org |
Status|NEW
--- Additional Comments From dje at gcc dot gnu dot org 2004-10-27 04:54 ---
Created an attachment (id=7414)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7414&action=view)
rs6000.md patch
--
What|Removed |Added
-
--- Additional Comments From micis at gmx dot de 2004-10-27 06:55 ---
Good and fast work!
I applied the patch and the ICE went away.
Michael Cieslinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17956
101 - 135 of 135 matches
Mail list logo