[Bug middle-end/20442] [3.3/3.4/4.0 Regression] problem mixing C++ exceptions and setjmp/longjmp with SJLJ exceptions

2005-03-26 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-27 06:23 --- (In reply to comment #5) > (In reply to comment #0) > John Eaton's last word on the subject: __ Here is a fix for the Ctrl-C crashes Octave on Cyg

[Bug middle-end/20442] [3.3/3.4/4.0 Regression] problem mixing C++ exceptions and setjmp/longjmp with SJLJ exceptions

2005-03-26 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-27 06:19 --- (In reply to comment #0) Recent correspondence between John Eaton and me. __ On 25-Mar-2005, Paul Thomas paulthomas2 at wanadoo dot fr wrote: | Wel

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-27 03:18 --- Subject: Re: error: '' is/uses anonymous type' "bangerth at dealii dot org" <[EMAIL PROTECTED]> writes: | Well, I wanted to give an "inuitive" reasoning. I understood that; I just don't think they

Re: [Bug c++/20589] error: '' is/uses anonymous type'

2005-03-26 Thread Gabriel Dos Reis
"bangerth at dealii dot org" <[EMAIL PROTECTED]> writes: | Well, I wanted to give an "inuitive" reasoning. I understood that; I just don't think they are conclusive :-) | On the other hand, how do you propose to make up a unique name if an | unnamed enum is used in two different translation u

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-27 03:16 --- Subject: Re: Do not print default template arguments in error messages "giovannibajo at libero dot it" <[EMAIL PROTECTED]> writes: | (In reply to comment #31) | | > >Patched: | > >test.cc: In membe

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread dave at boost-consulting dot com
--- Additional Comments From dave at boost-consulting dot com 2005-03-27 01:52 --- This is obviously becoming personal. I wanted a record of my technical concerns in the bug database, but as the tone has changed I don't think it's appropriate to continue this here. I will reply to Gaby

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-27 00:56 --- (In reply to comment #31) > >Patched: > >test.cc: In member function 'void A::foo() [with T = int]': > >test.cc:14: instantiated from here > >test.cc:9: error: 'class std::vector' has no member named '

[Bug c/20652] New: rejects code with an error: aliased to undefined symbol

2005-03-26 Thread belyshev at depni dot sinp dot msu dot ru
-- extern int foo; extern int bar __attribute__ ((alias ("foo"))); -- $ gcc foo.i foo.i:2: error: ‘bar’ aliased to undefined symbol ‘foo’ $ this

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-26 22:57 --- Giovanni, in your example in comment #27, you get this: >Patched: >test.cc: In member function 'void A::foo() [with T = int]': >test.cc:14: instantiated from here >test.cc:9: error: 'class std::vector' h

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-26 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-26 22:53 --- Well, I wanted to give an "inuitive" reasoning. On the other hand, how do you propose to make up a unique name if an unnamed enum is used in two different translation units as a template argument? W. -

[Bug fortran/20651] gfortran: ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 22:02 --- *** This bug has been marked as a duplicate of 12366 *** -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 22:02 --- *** Bug 20651 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20651] New: gfortran: ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224

2005-03-26 Thread anlauf at hep dot tu-darmstadt dot de
Hi, program gfcbug26 integer, parameter, dimension (1) :: I = (/ 65 /) print *, achar ( I( (/ (/ 1 /) /) ) ) end program gfcbug26 crashes gfortran with: gfcbug26.f90: In function 'MAIN__': gfcbug26.f90:3: internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224 Chee

[Bug target/20634] code fails to compile/code generation issue with -funit-at-a-time

2005-03-26 Thread halcy0n at gentoo dot org
--- Additional Comments From halcy0n at gentoo dot org 2005-03-26 21:09 --- (In reply to comment #3) > For the first problem with code generation issue, does -fno-strict-aliasing > helps? No, same problem still. Only adding -fno-unit-at-a-time fixes the issue. I should add that it wo

[Bug other/20594] Building AVR cross compiler: cannot build libgcc2

2005-03-26 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-26 20:41 --- "-I. -I -I../../gcc-3.4.3/gcc -I../../gcc-3.4.3/gcc/" ^^ This looks a lot like PR12974 See comment #19 There may be a second problem here, tho

[Bug middle-end/20650] float.c fails to build with weird error message

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8459|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug middle-end/20650] float.c fails to build with weird error message

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libffi |middle-end Keywords||rejects-valid Summary|float.c fails to b

[Bug libffi/20650] float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-03-26 20:35 --- Created an attachment (id=8460) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8460&action=view) preprocessed asm -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug libffi/20650] float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-03-26 20:34 --- Created an attachment (id=8459) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8459&action=view) preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20650

[Bug libffi/20650] New: float.c fails to build with weird error message

2005-03-26 Thread andreast at gcc dot gnu dot org
Using built-in specs. Target: powerpc-unknown-linux-gnu Configured with: /mnt/slice1/gcc-trunk/gcc/configure --prefix=/mnt/slice1/gcc-trunk/testbin --enable-languages=c,c++,java --disable-multilib --enable-java-awt=gtk,xlib --enable-gtk-cairo --disable-checking --disable-static Thread model: posix gcc ve

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-26 19:52 --- Subject: Re: Do not print default template arguments in error messages "giovannibajo at libero dot it" <[EMAIL PROTECTED]> writes: | --- Additional Comments From giovannibajo at libero dot it 20

[Bug debug/19345] [4.0/4.1 Regression] Segmentation fault with VLA and inlining and dwarf2

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 19:44 --- *** Bug 20649 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19345

[Bug debug/20649] [4.0/4.1 Regression] Segmentation fault in decl_function_context (tree.c:5116)

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 19:44 --- *** This bug has been marked as a duplicate of 19345 *** -- What|Removed |Added

[Bug debug/20649] [4.0/4.1 Regression] Segmentation fault in decl_function_context (tree.c:5116)

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |debug Keywords||ice-on-valid-code Summary|Segmentation fault

[Bug c/20649] Segmentation fault in decl_function_context (tree.c:5116)

2005-03-26 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-03-26 19:39 --- Created an attachment (id=8458) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8458&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20649

[Bug c/20649] New: Segmentation fault in decl_function_context (tree.c:5116)

2005-03-26 Thread aj at gcc dot gnu dot org
Compiling glibc on i686 with GCC 4.0 CVS 20050325 I get this segmentation fault compiling the testsuite: /opt/gcc/4.0-devel/libexec/gcc/i686-suse-linux-gnu/4.0.0/cc1 -fpreprocessed inl-tester.i -quiet -dumpbase inl-tester.c -mpreferred-stack-boundary=2 -mtune=pentiumpro -auxbase-strip /home/a

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-26 19:26 --- Another comparison: --- #include template struct A { std::vector v; void foo(void) { v.doesnotexist(); } }; void foo(void) { A a; a.foo(); } -

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-26 19:24 --- OK, before I clean up the patch, I'll post an example. For this code: -- #include #include #include std::map > m; void bar(void) { std::vector k; m.insert

[Bug libstdc++/20534] Erroneous #include of

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-26 18:44 --- Subject: Re: Erroneous #include of "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | -- |What|Removed |Added | -

[Bug target/20582] ip2k-elf doesn't build

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug c/20562] no unused warning for static arrays

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||diagnostic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20562

[Bug c++/20552] ICE on invalid code

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|ICE |ICE on invalid code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20552

[Bug target/20529] m6811-elf-g++ ICE

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20529

[Bug target/20546] Loading and storing of packed structure elements uses wrong endian for PPC EABI Little Endian

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||powerpcle-*-* Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug

[Bug libstdc++/20534] Erroneous #include of

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug c/20533] documentation: attribute 'used', applied to a variable

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-03-

[Bug tree-optimization/19893] gcc.dg/vect/vect-76.c execution test fails on ia64-hpux

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-03-

[Bug target/20518] Clobber registers,in inline asm. Problem when using rcall

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|inline-asm |target GCC build triplet|3.4.3 | GCC host triplet|win |

[Bug ada/19384] ACATS c940005 fail (no ZCX) or timeout (ZCX) at runtime on ppc-darwin/linux

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 18:32 --- (In reply to comment #2) > Is this test still failing on mainline ? On ppc-darwin this passes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19384

[Bug target/20503] openssl compiled with -mcpu=i686 triggers `__i686.get_pc_thunk.bx' referenced in section `.text' of /usr/lib/libc_nonshared.a(elf-init.oS): defined in discarded section `.gnu.linkonce.t.__i686.get_pc_thunk.bx' of /usr/lib/libc_nonshared.a(elf-init.oS)

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 18:30 --- Well first we need the preprocessed source. Also are you using the GCC provided by SuSE, well I would report it to them first. -- What|Removed |Added -

[Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 18:25 --- Roger told me he saw the same thing. This is a middle-end bug. -- What|Removed |Added

[Bug target/20634] code fails to compile/code generation issue with -funit-at-a-time

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 18:22 --- For the first problem with code generation issue, does -fno-strict-aliasing helps? For the second problem with respect with the ICE, well only -O1 -fschedule-insns -funit-at-a-time is needed to reproduce

[Bug java/20648] New: [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-26 Thread schwab at suse dot de
While building libjava: $ /bin/sh ./libtool --mode=compile /tmp/cvs/gcc-20050326/Build/./gcc/gcj -B/tmp/cvs/gcc-20050326/Build/./gcc/ -B/usr/local/ia64-suse-linux/bin/ -B/usr/local/ia64-suse-linux/lib/ -isystem /usr/local/ia64-suse-linux/include -isystem /usr/local/ia64-suse-linux/sys

[Bug target/20634] code fails to compile/code generation issue with -funit-at-a-time

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|rtl-optimization|target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20634

[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-26 17:50 --- This is most probably related to Feng Wang's 2005-03-15 patch. -- What|Removed |Added Target

[Bug fortran/14067] no warning when character data statement overflows declared size

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-12-15 0

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 18476, which changed state. Bug 18476 Summary: internal compiler error on strange read http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18476 What|Old Value |New Value --

[Bug fortran/18959] ICE in cshift of character array

2005-03-26 Thread pinskia at gcc dot gnu dot org
-- Bug 18959 depends on bug 18476, which changed state. Bug 18476 Summary: internal compiler error on strange read http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18476 What|Old Value |New Value --

[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 17:44 --- Fixed since at least 20050321. -- What|Removed |Added Status|NEW

[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-26 17:37 --- Tobi and Thomas, This one is fixed: as of 20050324, you get a nice friendly error message: In file namelist/pr18476.f90:6 read(chr,nml) 1 Error: Variable 'nml' has not been assigned a format l

[Bug target/20636] [4.1 Regression] Bootstrap failure on Linux/PowerPC64 with rtl checking

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 17:35 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/20636] [4.1 Regression] Bootstrap failure on Linux/PowerPC64 with rtl checking

2005-03-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-26 17:35 --- Subject: Bug 20636 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-26 17:35:44 Modified files: gcc: ChangeLog gcc/config/rs6000:

[Bug c++/20647] Wrong typeid for incomplete types

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 16:59 --- Hmm, this works without weak symbols. -- What|Removed |Added Summary|Wrong typeid

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread dave at boost-consulting dot com
--- Additional Comments From dave at boost-consulting dot com 2005-03-26 16:14 --- This is obviously becoming personal. I wanted a record of my technical concerns in the bug database, but as the tone has changed I don't think it's appropriate to continue this here. I will reply to Gaby

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-26 15:55 --- Subject: Re: Do not print default template arguments in error messages "dave at boost-consulting dot com" <[EMAIL PROTECTED]> writes: | --- Additional Comments From dave at boost-consulting dot c

[Bug c++/20647] New: Wrong typeid for incomplete types

2005-03-26 Thread frederic dot riss at gmail dot com
On linux x86, using the following 2 little sources files : -- 1.C #include class A { public: A() {} }; extern void foo(const std::type_info&); int main() { foo(typeid(A*)); return 0; } --- -- 2.C

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-03-26 15:40 --- Subject: Re: Do not print default template arguments in error messages "giovannibajo at libero dot it" <[EMAIL PROTECTED]> writes: | --- Additional Comments From giovannibajo at libero dot it 20

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread dave at boost-consulting dot com
--- Additional Comments From dave at boost-consulting dot com 2005-03-26 12:57 --- Subject: Re: Do not print default template arguments in error messages "gdr at integrable-solutions dot net" <[EMAIL PROTECTED]> writes: > --- Additional Comments From gdr at integrable-solutions do

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-26 11:59 --- Subject: Re: Do not print default template arguments in error messages gdr at integrable-solutions dot net <[EMAIL PROTECTED]> wrote: The first patch will deal with just removal of default argume