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++/43648] [4.5 regression] ICE with explicit destructor call and typedef



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-04-05 12:42 -------
Confirmed on i?86-linux.

gcc$ ./cc1plus -quiet t.Ct.C: In member function 'void dealii::X<dim,
spacedim>::f() [with int dim = 2, int spacedim = 2]':
t.C:20:19:   instantiated from here
t.C:16:8: error: no type named 'ScalarView' in 'struct
dealii::FEValuesViews::Scalar<2, 2>'
t.C:16:8: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-04-05 12:42:10
               date|                            |
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43648


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