This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11303] [3.3 regression] ICE in stor-layout.c:304 in int_mode_for_mode


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]