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]

gcc bug (2.95.1)


GCC version: 2.95.1
System type: SunOS 5.6 i86pc
Options passed: -c -g

C Code (reduced to the maximum):

/*
** ------8<------8<------8<------8<------
*/
void mytest (void)
    {
    if (r == 0)
        goto end_of_file ;
    else
        goto error_in_file ;
    }
/*
** ------8<------8<------8<------8<------
*/



Frederic LEDAIN - R&D Engineer (fledain@boostworks.com)
----
http://www.BoostWorks.com/
Can you imagine : surfing 2 to 7 times faster with BoostWeb!

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