[Bug c++/28267] [4.0/4.1 regression] ICE on invalid default variable in operator new

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-08-03 11:36 --- Subject: Bug 28267 Author: reichelt Date: Thu Aug 3 11:35:52 2006 New Revision: 115901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115901 Log: PR c++/28257 PR c++/28259 PR c++/2

[Bug c++/28259] [4.0/4.1 regression] ICE with invalid virtual inheritance

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-08-03 11:36 --- Subject: Bug 28259 Author: reichelt Date: Thu Aug 3 11:35:52 2006 New Revision: 115901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115901 Log: PR c++/28257 PR c++/28259 PR c++/2

[Bug c++/28259] [4.0/4.1 regression] ICE with invalid virtual inheritance

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-03 11:34 --- Subject: Bug 28259 Author: reichelt Date: Thu Aug 3 11:33:49 2006 New Revision: 115900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115900 Log: PR c++/28257 PR c++/28259 PR c++/2

[Bug c++/28257] [4.0/4.1 regression] ICE with invalid variable declaration

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-03 11:34 --- Subject: Bug 28257 Author: reichelt Date: Thu Aug 3 11:33:49 2006 New Revision: 115900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115900 Log: PR c++/28257 PR c++/28259 PR c++/2

[Bug c++/28267] [4.0/4.1 regression] ICE on invalid default variable in operator new

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-03 11:34 --- Subject: Bug 28267 Author: reichelt Date: Thu Aug 3 11:33:49 2006 New Revision: 115900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115900 Log: PR c++/28257 PR c++/28259 PR c++/2

[Bug c++/28250] [4.2 regression] ICE with invalid catch

2006-08-03 Thread reichelt at gcc dot gnu dot org
--- Comment #12 from reichelt at gcc dot gnu dot org 2006-08-03 11:34 --- Subject: Bug 28250 Author: reichelt Date: Thu Aug 3 11:33:49 2006 New Revision: 115900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115900 Log: PR c++/28257 PR c++/28259 PR c++/

[Bug c++/28582] error "'operator new' takes type 'size_t' " reported inside gcc header file

2006-08-03 Thread jthorn at aei dot mpg dot de
--- Comment #2 from jthorn at aei dot mpg dot de 2006-08-03 11:25 --- Created an attachment (id=12003) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12003&action=view) preprocessed source file, gzipped This is the .ii file produced by /urs/local/bin/g++ -v -save-temps ... my-fil

[Bug c++/28582] error "'operator new' takes type 'size_t' " reported inside gcc header file

2006-08-03 Thread jthorn at aei dot mpg dot de
--- Comment #1 from jthorn at aei dot mpg dot de 2006-08-03 11:22 --- Created an attachment (id=12002) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12002&action=view) output of '/usr/local/bin/g++ -v' and '/usr/local/bin/g++ -v -save-temps ... my-file.cc' This is a script(1) tran

[Bug c++/28582] New: error "'operator new' takes type 'size_t' " reported inside gcc header file

2006-08-03 Thread jthorn at aei dot mpg dot de
OS is OpenBSD 3.9-release. I installed gcc 4.1.1 in the standard GCC way (configure, gmake, gmake install), *not* using the OpenBSD package system, under /usr/local/ . This gcc compiles "hello, world" fine, and also a toy test program using 'new int[10]'. However, attempting to compile a certain

[Bug debug/19523] [4.0/4.1/4.2 Regression] DBX_USE_BINCL support broken in the C++ compiler

2006-08-03 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-08-03 08:37 --- > Is this really such a big deal? Solaris uses DWARF, and so does Apple now. Sure, as far as Solaris is concerned, end of the story. But other platforms are stuck with STABS (Tru64, HP-UX). And it seems that w

[Bug target/28508] Assembler Error: operand out of range (145 not between -128 and 127) form m32r-target

2006-08-03 Thread inaoka dot kazuhiro at renesas dot com
--- Comment #6 from inaoka dot kazuhiro at renesas dot com 2006-08-03 07:59 --- (In reply to comment #4) > Modified: > trunk/gcc/ChangeLog > trunk/gcc/config/m32r/m32r.md Could you please apply the same path to 4.1 and 4.0 branch? -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug c++/28148] [4.0/4.1/4.2 Regression] ICE with pointer to member function initializer and cast to a different type

2006-08-03 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-08-03 07:36 --- I don't know what I was thinking when I proclaimed this invalid code. It's clearly valid; the cast is a reinterpret_cast. -- mmitchel at gcc dot gnu dot org changed: What|Removed

<    1   2