This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11303] [3.3 regression] ICE in stor-layout.c:304 in int_mode_for_mode
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2004 15:54:20 -0000
- Subject: [Bug c++/11303] [3.3 regression] ICE in stor-layout.c:304 in int_mode_for_mode
- References: <20030624053547.11303.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-24 15:54 -------
Fixed for 3.4 and 3.5. The error message now is:
tests/pr11303.cc: In instantiation of `int (test<int>::*test<int>::s_callbacks[2])(int)':
tests/pr11303.cc:17: instantiated from `int test<T>::run(int) [with T = int]'
tests/pr11303.cc:32: instantiated from here
tests/pr11303.cc:22: error: argument of type `int (test<int>::)(int)' does not match `int
(test<int>::*)(int)'
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[3.3/3.4/3.5 regression] ICE|[3.3 regression] ICE in
|in stor-layout.c:304 in |stor-layout.c:304 in
|int_mode_for_mode |int_mode_for_mode
Target Milestone|3.4.0 |3.3.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11303