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++/24302] [3.4/4.0/4.1 regression] anonymous global union segfault with g++ 3.4.2 on solaris 8



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-10 22:43 -------
Confirmed, reduced testcase with -Wunused:
static union
{
unsigned char FLT4ARR[4];
float FLT4;
};


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0 4.0.0 4.1.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-10 22:43:16
               date|                            |
            Summary|anonymous global union      |[3.4/4.0/4.1 regression]
                   |segfault with g++ 3.4.2 on  |anonymous global union
                   |solaris 8                   |segfault with g++ 3.4.2 on
                   |                            |solaris 8
   Target Milestone|---                         |4.0.3


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


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