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++/13389] sizeof in template:unimplemented: call_expr cannot be mangled due to a defect in the C++ ABI


------- Additional Comments From bangerth at dealii dot org  2003-12-12 14:27 -------
Confirmed, somehow: this presently gives these error messages: 
 
g/x> /home/bangerth/bin/gcc-3.3.3-pre/bin/c++ -c x.cc 
x.cc:13: sorry, unimplemented: call_expr cannot be mangled due to a defect in  
   the C++ ABI 
 
And the same with mainline, even with -fabi-version=0. I don't know  
whether this still qualifies as a bug proper, but since it's not 
implemented we should keep it open. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-12 14:27:54
               date|                            |
            Summary|sizeof in template argument |sizeof in
                   |causes segmentation fault   |template:unimplemented:
                   |                            |call_expr cannot be mangled
                   |                            |due to a defect in the C++
                   |                            |ABI


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


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