[Bug c/18166] top const stripped in structs for C

2004-10-26 Thread mrs at apple dot com
--- 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

[Bug c/18166] top const stripped in structs for C

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 23:30 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug bootstrap/18167] New: Mainline failed to bootstrap on Linux/x86-64

2004-10-26 Thread hjl at lucon dot org
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

[Bug bootstrap/18167] [4.0 Regression] Mainline failed to bootstrap on Linux/x86-64

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug tree-optimization/18168] New: SPEC CPU2000 173.applu tree-loop-linear failure

2004-10-26 Thread dje at gcc dot gnu dot org
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

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-26 Thread dje at gcc dot gnu dot org
-- What|Removed |Added Summary|SPEC CPU2000 173.applu tree-|SPEC CPU2000 173.applu tree- |loop-linear failure |loop-linear ICE http://gcc.gnu.o

The news is good on the economy

2004-10-26 Thread Roberts Kristine
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

[Bug target/18010] bad unwind info due to multiple returns (missing epilogue)

2004-10-26 Thread wilson at tuliptree dot org
--- 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.

[Bug target/18010] bad unwind info due to multiple returns (missing epilogue)

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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:

[Bug target/18010] bad unwind info due to multiple returns (missing epilogue)

2004-10-26 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2004-10-27 01:48 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/18169] New: make: *** [bootstrap] Error 2 after building libgfortran

2004-10-26 Thread danglin at gcc dot gnu dot org
... 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

[Bug bootstrap/18169] make: *** [bootstrap] Error 2 after building libgfortran

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug bootstrap/18169] make: *** [bootstrap] Error 2 after building libgfortran

2004-10-26 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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 --

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/18093] [3.4/4.0 regression] bogus conflict in namespace aliasing

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/18161] [4.0 regression] typeof(1==1) is now int instead of bool in template default arguments

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/18020] [3.4/4.0 regression] rejects valid definition of enum value in template

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug libgcj/18104] Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug libgcj/18104] Incorrect CLASSPATH separator in libjava breaks bootstrap

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 02:46 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/18107] [4.0 Regression] Bootstrap fails on i686-pc-mingw32

2004-10-26 Thread pinskia at gcc dot gnu dot org
-- 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

[Bug bootstrap/18169] make: *** [bootstrap] Error 2 after building libgfortran

2004-10-26 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2004-10-27 03:42 --- Source tree was corrupt. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/10349] testsuite failure in g++.dg/parse/stack1.C

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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||

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/18161] [4.0 regression] typeof(1==1) is now int instead of bool in template default arguments

2004-10-26 Thread mmitchel at gcc dot gnu dot org
--- 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

[Bug c++/18020] [3.4/4.0 regression] rejects valid definition of enum value in template

2004-10-26 Thread mmitchel at gcc dot gnu dot org
--- 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|

[Bug c++/18020] [3.4/4.0 regression] rejects valid definition of enum value in template

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/18093] [3.4/4.0 regression] bogus conflict in namespace aliasing

2004-10-26 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/18093] [3.4/4.0 regression] bogus conflict in namespace aliasing

2004-10-26 Thread mmitchel at gcc dot gnu dot org
--- 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|

[Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++

2004-10-26 Thread inaoka dot kazuhiro at renesas dot com
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++-

[Bug c++/18140] [3.4/4.0 regression] C++ parser bug when using >> in templates

2004-10-26 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread dje at gcc dot gnu dot org
--- 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 -

[Bug target/17956] [4.0 Regression] ICE in rs6000_emit_minmax, config/rs6000/rs6000.c:11725

2004-10-26 Thread micis at gmx dot de
--- 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

<    1   2