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/18978] [3.4 Regression] Segfault after a warning about 'struct sigaction'


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-14 11:23 -------
Confirmed and platform-independent, a regression from 3.3.2 on 3.4 branch only.

The workaround is to add a forward declaration:

struct sigaction;


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-14 11:23:48
               date|                            |
            Summary|Segmentation fault after a  |[3.4 Regression] Segfault
                   |warning about 'struct       |after a warning about
                   |sigaction'                  |'struct sigaction'
   Target Milestone|---                         |3.4.4


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


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