[Bug c++/19660] ICE
fabrice dot salvaire at desy dot de
gcc-bugzilla@gcc.gnu.org
Thu Jan 27 21:28:00 GMT 2005
------- Additional Comments From fabrice dot salvaire at desy dot de 2005-01-27 21:28 -------
This code is illegal.
The fields "muon_m" and "muon_p" in the class "MC_particles" doesn't exists
anymore, the ice is due to this line in the constructor:
MC_particles::MC_particles ()
: jpsi (__null), muon_m (__null), muon_p (__null)
{
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19660
More information about the Gcc-bugs
mailing list