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++/14804] [3.4/3.5 Regression] [unit-at-a-time] initializing const data with reinterpret_cast-ed pointer-to-member function crashes


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-04 06:15 -------
This is now only a 3.4.0/3.5.0 regression as unit-at-a-time is only in 3.4.0 and above.
Jan or RTH could you look into why unit-at-a-time could cause this.  I saw that GCC was 
putting the symbol still in read only data for unit-at-a-time.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |REOPENED
      Known to fail|3.3.4 3.4.0 3.5.0           |3.4.0 3.5.0
      Known to work|3.3.3                       |3.3.3 3.3.4
         Resolution|FIXED                       |
            Summary|initializing const data with|[3.4/3.5 Regression] [unit-
                   |reinterpret_cast-ed pointer-|at-a-time] initializing
                   |to-member function crashes  |const data with
                   |                            |reinterpret_cast-ed pointer-
                   |                            |to-member function crashes
   Target Milestone|3.3.4                       |3.4.1


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


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