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++/25015] [gomp] Function names cannot be demangled due to ".omp_fn" suffix



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-25 20:31 -------
actually there is no demangling in the C++ front-end.  What is usually is
giving is just a friendly version of the string (there is a way to do this but
I don't know how).

Now the demangler might need to be expanded to support this (but that is a
different issue from the C++ front-end issue).


-- 

pinskia 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         |2005-11-25 20:31:54
               date|                            |


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


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