summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/gcc.c
AgeCommit message (Collapse)Author
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1997-02-12gcc's use of /tmp files is raceable (as pointed out to me many months agoTheo de Raadt
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's
1996-02-18gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used toetheisen
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it.
1995-12-20FSF GCC version 2.7.2Niklas Hallqvist