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 report: preprocessor segmentation fault


input file:

-----------------------------------------------------------------
/* t2.c
 */

typedef char NAME[HAHAHA];

NAME name;

main()
{
}

----------------------------------------------------------------
Output:

t2.c:4: `HAHAHA' undeclared here (not in a function)
t2.c:6: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.      

----------------------------------------------------------------
gcc version 2.96 20000731 (Red Hat GNU/Linux 7.0)  

--
There are some words you just don't use, like 'axis' and 'crusade'.
 -- Karsten Voight


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