[Bug target/28672] [4.2 Regression]: Gcc went into infinite loop when building libstdc++

2006-08-15 Thread aoliva at gcc dot gnu dot org
--- Comment #7 from aoliva at gcc dot gnu dot org 2006-08-15 07:23 --- I believe it should be a MO_COPY, yes, in spite of the REG_DEAD note. That's because, even though GCC no longer cares about the register content, the value is actually still there until something else writes to it.

[Bug target/28672] [4.2 Regression]: Gcc went into infinite loop when building libstdc++

2006-08-15 Thread aoliva at gcc dot gnu dot org
--- Comment #8 from aoliva at gcc dot gnu dot org 2006-08-15 10:12 --- Created an attachment (id=12076) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12076action=view) Patch that appears to fix the bug The problem was that we were killing unrelated live variables while clobbering

[Bug target/28672] [4.2 Regression]: Gcc went into infinite loop when building libstdc++

2006-08-15 Thread aoliva at gcc dot gnu dot org
--- Comment #9 from aoliva at gcc dot gnu dot org 2006-08-15 10:22 --- Err, there's at least one bug in the patch that cause an early bootstrap crash. Replacing both occurrences of (loc) with (node-loc), which was what I had intended, fixes it. --

[Bug c++/28732] New: Can we please pleaSE strip the tabs in standard template headers

2006-08-15 Thread marcgoodman5000 at yahoo dot com
GNU? makes some wonderful, and powerful code. Thank you for your efforts. Dropping into code, that is effectively of required use, e.g? stl_iterator.h that is complicated enough on its own, while trying to fix some crazily complicated template problem in code one is writing, and then

[Bug ada/28733] New: GNAT crash while compiling Ada-2005 code

2006-08-15 Thread al at svao dot net
GNAT can't compile simple Ada-2005 code. -- Summary: GNAT crash while compiling Ada-2005 code Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2006-08-15 Thread al at svao dot net
--- Comment #1 from al at svao dot net 2006-08-15 11:41 --- Created an attachment (id=12077) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12077action=view) Compiler output Assert_Failure sinfo.adb:990 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28733

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2006-08-15 Thread al at svao dot net
--- Comment #2 from al at svao dot net 2006-08-15 11:42 --- Created an attachment (id=12078) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12078action=view) Sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28733

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2006-08-15 Thread al at svao dot net
--- Comment #3 from al at svao dot net 2006-08-15 11:47 --- Created an attachment (id=12079) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12079action=view) All sources -- al at svao dot net changed: What|Removed |Added

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2006-08-15 Thread al at svao dot net
--- Comment #4 from al at svao dot net 2006-08-15 11:54 --- Command: gcc-4.1 -c -gnat05 -v src/ada_3d-file_io-step_reader.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28733

[Bug target/28717] [4.2 regression] ICE in extract_insn, at recog.c:2077 on s390

2006-08-15 Thread tbm at gcc dot gnu dot org
--- Comment #2 from tbm at gcc dot gnu dot org 2006-08-15 12:05 --- *** This bug has been marked as a duplicate of 24367 *** -- tbm at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24367] [4.0/4.1/4.2 Regression] unrecognizable insn with -fPIC -O2 -funroll-loops

2006-08-15 Thread tbm at gcc dot gnu dot org
--- Comment #3 from tbm at gcc dot gnu dot org 2006-08-15 12:05 --- *** Bug 28717 has been marked as a duplicate of this bug. *** -- tbm at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24367] [4.0/4.1/4.2 Regression] unrecognizable insn with -fPIC -O2 -funroll-loops

2006-08-15 Thread tbm at gcc dot gnu dot org
-- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug middle-end/28724] atomic produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-08-15 12:07 --- Testing a patch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28732] Can we please pleaSE strip the tabs in standard template headers

2006-08-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-08-15 12:10 --- What host are you working on? If that host usual editors or debuggers cannot cope with tabs the installed headers could be sanitized by a script... Also tabs are all 8 spaces, so I wonder what your editor/debugger

[Bug libstdc++/28732] Can we please please strip the tabs in standard template headers

2006-08-15 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Component|c++

[Bug libstdc++/28732] Can we please please strip the tabs in standard template headers

2006-08-15 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-08-15 12:17 --- (In reply to comment #1) What host are you working on? If that host usual editors or debuggers cannot cope with tabs the installed headers could be sanitized by a script... Also tabs are all 8 spaces, so I wonder what

[Bug middle-end/28713] GNU OpenMP produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-15 12:38 --- Testing a patch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28724] atomic produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-15 14:56 --- Subject: Bug 28724 Author: jakub Date: Tue Aug 15 14:56:28 2006 New Revision: 116153 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116153 Log: PR middle-end/28724 * gimplify.c

[Bug middle-end/28713] GNU OpenMP produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-15 14:58 --- Subject: Bug 28713 Author: jakub Date: Tue Aug 15 14:57:52 2006 New Revision: 116154 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116154 Log: PR middle-end/28713 * omp-low.c

[Bug libgcj/28312] peer libraries are installed into gcjversionedlibdir, not into nativeexeclib

2006-08-15 Thread fitzsim at redhat dot com
--- Comment #6 from fitzsim at redhat dot com 2006-08-15 15:01 --- What are you trying to do, exactly? This is the intended behaviour, that libgcj's configure overrides classpath's configure by injecting --with-native-libdir. Here is the configure fragment: # Determine where the

[Bug libstdc++/28732] Can we please please strip the tabs in standard template headers

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-15 15:03 --- Please read: http://gcc.gnu.org/codingconventions.html This is the coding convention we use, sorry. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28672] [4.2 Regression]: Gcc went into infinite loop when building libstdc++

2006-08-15 Thread schwab at suse dot de
--- Comment #10 from schwab at suse dot de 2006-08-15 15:22 --- The first hunk generates a warning since tree != void *. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28672

[Bug c++/28734] New: EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread Vladislav dot Mikhailikov at paradox-neo dot uz
When trying to compile wxWidgets-2.7.0 (or wxWidgets-2.6.3 stable branch) got this error in garbage collector code. [EMAIL PROTECTED]:[/usr/src/rpm/BUILD/wxWidgets-2.7.0-1]# make ./bk-deps g++ -c -owx basedll_appbase.o -I.pch/wxprec_basedll -D__WXX11__ -D__WXUNIVERSAL__-I./src/odbc

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal Component|c++ |middle-end

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 15:43 --- The only time this function can be called if GCC was compiled with gather stats on , which should not be done for a production compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28734

[Bug other/28298] Problem compiling gcc 4.1.1

2006-08-15 Thread sebastian dot forsman at gmail dot com
--- Comment #4 from sebastian dot forsman at gmail dot com 2006-08-15 15:46 --- I have exactly the same problem (and errors) on Debian 3.0 (kernel v2.4.28) with gcc v2.95, make v3.79.1 and glibc v2.2.5. Used the following simple configure: './configure --enable-threads=posix

[Bug c/28712] [4.0/4.1/4.2 Regression] Compile failure with --combine and packed structures.

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2006-08-15 16:03 --- The C front end part of the patch is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28712

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace

2006-08-15 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fitzsim at redhat dot com |dot org

[Bug libgcj/28312] peer libraries are installed into gcjversionedlibdir, not into nativeexeclib

2006-08-15 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fitzsim at redhat dot com |dot org

[Bug c/28649] [4.1/4.2 regression] Poor error recovery of C parser

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2006-08-15 16:06 --- The patch is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28649

[Bug c/28419] [4.1/4.2 regression] ICE using __FUNCTION__ in invalid code

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2006-08-15 16:07 --- The patch is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28419

[Bug c/28287] [4.1/4.2 regression] ICE with misplaced attribute weak

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2006-08-15 16:10 --- The patch is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28287

[Bug c++/28302] [4.0/4.1/4.2 regression] ICE with bit-complement for vectors

2006-08-15 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-08-15 16:15 --- Subject: Bug number PR C++/28302 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00502.html --

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2006-08-15 Thread bero at arklinux dot org
--- Comment #9 from bero at arklinux dot org 2006-08-15 16:15 --- Created an attachment (id=12081) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12081action=view) Updated to work with today's trunk -- bero at arklinux dot org changed: What|Removed

[Bug c/28280] [4.2 regression] bogus statement with no effect warning with VLA and typeof

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2006-08-15 16:16 --- The patch http://gcc.gnu.org/ml/gcc-patches/2006-07/txt00017.txt is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28280

[Bug c/28649] [4.1/4.2 regression] Poor error recovery of C parser

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-15 16:52 --- Subject: Bug 28649 Author: reichelt Date: Tue Aug 15 16:52:25 2006 New Revision: 116157 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116157 Log: PR c/28649 * c-parser.c

[Bug c/28649] [4.1/4.2 regression] Poor error recovery of C parser

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-08-15 16:55 --- Subject: Bug 28649 Author: reichelt Date: Tue Aug 15 16:55:25 2006 New Revision: 116158 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116158 Log: PR c/28649 * c-parser.c

[Bug c/28649] [4.1/4.2 regression] Poor error recovery of C parser

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-08-15 16:57 --- Fixed on mainline and 4.1 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/28298] Problem compiling gcc 4.1.1

2006-08-15 Thread sebastian dot forsman at gmail dot com
--- Comment #5 from sebastian dot forsman at gmail dot com 2006-08-15 17:09 --- Ok fixed with: download and unpack sources mkdir mybuild cd mybuild ../gcc-4.1.1/configure --enable-threads=posix --enable-languages=c,c++,java make bootstrap make install Pierre you probably tried to

[Bug c++/26757] C++ front-end producing two DECLs with the same UID

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26757

[Bug c++/28594] [4.2 regression] ICE with invalid template parameter

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #5 from lmillward at gcc dot gnu dot org 2006-08-15 17:21 --- Subject: Bug 28594 Author: lmillward Date: Tue Aug 15 17:21:09 2006 New Revision: 116160 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116160 Log: PR c++/28594 * pt.c

[Bug c++/28594] [4.2 regression] ICE with invalid template parameter

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #6 from lmillward at gcc dot gnu dot org 2006-08-15 17:22 --- Fixed on mainline. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25755] ICE in testsuite/gcc.c-torture/execute/20050316-1.c

2006-08-15 Thread brett dot albertson at stratech dot com
--- Comment #3 from brett dot albertson at stratech dot com 2006-08-15 17:45 --- (In reply to comment #0) I'm getting an ICE in current 4.1 branch on Solaris 10 x86. BTW, trunk is still seeing this ICE. dev-zero:{root}# /opt/gcc-4.2/bin/gcc 20050316-1.c 20050316-1.c: In function

[Bug c/28280] [4.2 regression] bogus statement with no effect warning with VLA and typeof

2006-08-15 Thread mrs at gcc dot gnu dot org
--- Comment #12 from mrs at gcc dot gnu dot org 2006-08-15 18:01 --- Subject: Bug 28280 Author: mrs Date: Tue Aug 15 18:01:19 2006 New Revision: 116163 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116163 Log: PR c/28280 * c-parser.c (c_parser_typeof_specifier):

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread Vladislav dot Mikhailikov at paradox-neo dot uz
--- Comment #2 from Vladislav dot Mikhailikov at paradox-neo dot uz 2006-08-15 18:01 --- It works! Just have used --disable-gather-detailed-mem-stats in configure. Though some additional patches that could be found in Manfriva CVS and linuxfromscratch.org makes the compilator much more

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-15 18:04 --- Can you attach the preprocessed testcase as this is most likely this is a bug still? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28734

[Bug c/28280] [4.2 regression] bogus statement with no effect warning with VLA and typeof

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-08-15 18:04 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread Vladislav dot Mikhailikov at paradox-neo dot uz
--- Comment #4 from Vladislav dot Mikhailikov at paradox-neo dot uz 2006-08-15 18:09 --- Indeed I have alredy recompile the whole suite. And bug has gone. Though if you have gcc-4.1.1 with -enable-gather-detailed-mem-stats -- just download wxWidgets-2.7.0 or wxWidgets-2.6.3 from

[Bug c++/25723] Segmentation Fault

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:12 --- Fixed for 4.0.2. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug bootstrap/26715] bootstrap comparison failure

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:13 --- No feedback in over 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27629] SIGSEGV in printstack()

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-15 18:15 --- No feedback in 3 months so closing as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/26889] selected_int_kind.inc broken, causing failure

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #43 from pinskia at gcc dot gnu dot org 2006-08-15 18:16 --- No feedback in 3 months and gfortran is known to build just fine on sparc-solaris (using working GMP). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread Vladislav dot Mikhailikov at paradox-neo dot uz
--- Comment #5 from Vladislav dot Mikhailikov at paradox-neo dot uz 2006-08-15 18:17 --- It's 23:16 and I have to go home. I will try to reproduce the bug tomorrow morning and post the preprocessed fragment of the code here or will send it to you directly by mail (in case it will be

[Bug rtl-optimization/15023] -frename-registers is buggy and slow

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-08-15 18:19 --- (In reply to comment #11) Still an issue here?? I think the slowness still exist. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27521] internal compiler error: in rs6000_split_multireg_move, at config/rs6000/rs6000.c:10613

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:22 --- Include './d-GsD/d-S/d-Mcr/GsDCstGeneMcr.inc' Include ./d-GsD/d-S/d-Mcr/GsDNoyau.inc We cannot compile this code without those include files. Also g77 has now been removed and gfortran has replaced it.

[Bug libstdc++/27615] memory leak with libstdc++ set string

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:22 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/26889] selected_int_kind.inc broken, causing failure

2006-08-15 Thread quanah at stanford dot edu
--- Comment #44 from quanah at stanford dot edu 2006-08-15 18:23 --- This entire problem stems from having: --enable-thread-safe when building MPFR on Solaris. I finally got gcc 4.0.3 to build gfortran for me last week after fixing that configure line to MPFR. --

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28734

[Bug c++/28718] Call to -lgcc added prior to user libraries

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 18:24 --- Also libm is not supposed to be overriding stuff in libgcc really, it is only supposed to be including the C math functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28718

[Bug other/11651] gcov aborts if empty .da files (patch attached)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:29 --- And this was fixed again for 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25723] Segmentation Fault

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 18:29 --- Fixed I said -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28705] [4.0/4.1/4.2 Regression] ICE: in type_dependent_expression_p, at cp/pt.c:12837

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28705

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-15 18:31 --- Any news on this one? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug fortran/28735] New: Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
Encountering segfault when compiling a very simple .F and use -ing a certain .mod file. Encountered crash on gfortran 4.1.0 and 4.1.1. Patch below is against 4.1.1. I've pared down the .mod file from it's original size; I've removed as much as I can such that the crash occurs. Note that

[Bug c++/28639] [4.2 regression] ICE trying to print error on invalid template parameter

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-08-15 18:34 --- Confirmed as reproduced by Lee. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28641] [4.2 regression] ICE calling template function with invalid template parameter

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-08-15 18:35 --- Confirmed as reproduced by Lee. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #1 from adsspamtrap01 at yahoo dot com 2006-08-15 18:35 --- Err, nix the use bdy_comm line. Sample fortran code should read: subroutine sub( myint ) use domdec return end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug libmudflap/23170] [4.0 only] libmudflap should not use functions marked obsolescent by POSIX/SUS

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 18:36 --- Fixed in 4.1.0 so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28736] New: [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templatevoid struct A { templatetypename friend struct B; }; templatetypename struct B {}; Bint b; = bug.cc:1: error: 'void' is not a valid type for

[Bug c++/28736] [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28736

[Bug target/25440] [4.0 only] failure in gcc.dg/tls/pr24428.c with -fpic/-fPIC on x86_64

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 18:38 --- Fixed in 4.1.0 (as this is not a regression) so closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/15678] [4.0/4.1/4.2 Regression] CSiBE i686 compilation time increased by 8% at -O2

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #23 from pinskia at gcc dot gnu dot org 2006-08-15 18:39 --- Can someone do timings on this one for the mainline, I think the mainline is beating 4.0.x now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15678

[Bug c++/28737] New: [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templatevoid struct A; templatetypename struct B; templatevoid N struct BAN {}; = bug.cc:1: error: 'void' is not a valid type for a template constant

[Bug c++/28737] [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28737

[Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-15 18:43 --- *** This bug has been marked as a duplicate of 24107 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-15 18:43 --- *** Bug 25831 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28738] New: [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templateint,void struct A {}; templateint N struct AN,0 {}; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc:3:

[Bug c++/28738] [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28738

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 18:50 --- Can you provide the source that generated the module? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug c++/28739] New: [4.2 regression] ICE specializing template member of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templatevoid struct A { templateint struct B {}; }; template templateint struct Aint::B {}; template template struct Aint::B0 {}; = bug.cc:1: error:

[Bug c/20303] [4.0 only] Can't push more than 16 nested visibility

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-08-15 18:45 --- Fixed in 4.1.0, this was not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28739] [4.2 regression] ICE specializing template member of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28739

[Bug target/25281] [4.0 only] Request fix for Bug #23150 (aka Bug #24675) in gcc 3.4.x and gcc 4.0.x for arm arch.

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:46 --- Fixed in 4.1.0 so lcosing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28740] New: [4.0/4.1/4.2 regression] ICE with invalid inheritance

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE since GCC 4.0.0: = struct A { virtual ~A(); }; struct B : A A {}; A foo(const B b) { return b; } = bug.cc:3: error: expected `{' before 'A' bug.cc:3: error: function

[Bug c++/28740] [4.0/4.1/4.2 regression] ICE with invalid inheritance

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28740

[Bug c++/28741] New: [4.2 regression] ICE with static member in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templatevoid struct A { static int i; }; A0 a; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc: In instantiation

[Bug c++/28741] [4.2 regression] ICE with static member in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28741

[Bug c++/24791] ICE on invalid instantiation of template's static member

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-15 19:07 --- Btw, the ICE for the second testcase in comment #1 happens in instantiate_decl, at cp/pt.c:11875 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24791

[Bug c++/28742] New: [4.2 regression] ICE with virtual destructor in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = templatevoid struct A { A(); virtual ~A(); }; A0 a; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc:3: error:

[Bug c++/28742] [4.2 regression] ICE with virtual destructor in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28742

[Bug c++/28743] New: [4.1/4.2 regression] ICE with invalid specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline and 4.1 branch: templateint struct A { templatetypename void foo(); }; templateint templatetypename void A0::foo() {}

[Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743

[Bug c/28744] New: externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread dwmw2 at infradead dot org
$ cat foo.c extern char *bar1 __attribute__((externally_visible)); char *bar1; extern char *bar2 __attribute__((externally_visible)); char *bar2 __attribute__((externally_visible)); extern char *bar3; char *bar3 __attribute__((externally_visible)); char *bar4

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread jakub at gcc dot gnu dot org
-- 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

[Bug bootstrap/28745] New: make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
/usr/bin/ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf64-x86-64.c line 1912 in elf64_x86_64_relocate_section /usr/bin/ld: Please report this bug. [EMAIL PROTECTED] bld]$ gcc -v Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs Configured with: ../configure

[Bug bootstrap/28745] make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
--- Comment #1 from waspswarm at gmail dot com 2006-08-15 20:22 --- [EMAIL PROTECTED] bld]$ uname -r 2.6.9-34.0.1.ELsmp [EMAIL PROTECTED] bld]$ cat /etc/redhat-release CentOS release 4.3 (Final) [EMAIL PROTECTED] bld]$ rpm -qa |grep binutils binutils-2.15.92.0.2-18 [EMAIL PROTECTED]

[Bug c++/28736] [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28737] [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28738] [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 21:04 --- I think this is really a dup of bug 25795 which was fixed for 4.2.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28744

  1   2   >