]> gcc.gnu.org Git - gcc.git/commit
re PR c++/9393 (Anonymous namespaces and compiling the same file twice)
authorGeoffrey Keating <geoffk@apple.com>
Sat, 12 Apr 2003 02:16:46 +0000 (02:16 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 12 Apr 2003 02:16:46 +0000 (02:16 +0000)
commita37db56bde9874b6f2113164e2a31c5bc12616c8
tree743ad4a7d130f0376f5a69b500437fcf54a84cf5
parentdf0261868594f8e8c8ec2e1a369ca7fe867a2d02
re PR c++/9393 (Anonymous namespaces and compiling the same file twice)

PR c++/9393
* doc/invoke.texi (Debugging Options): Document -frandom-seed.
* configure.in: Check for gettimeofday.
* tree.c (flag_random_seed): Define.
(default_flag_random_seed): New.
(append_random_chars): Use flag_random_seed rather than trying
to acquire randomness here.
* tree.h (default_flag_random_seed): Declare.
* toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
descriptions.
(decode_f_option): Handle -frandom-seed.
(print_switch_values): Call default_flag_random_seed.
* flags.h (flag_random_seed): Declare.
* configure: Regenerate.
* config.in: Regenerate.
* config/alpha/t-crtfm: Use -frandom-seed.

From-SVN: r65500
gcc/ChangeLog
gcc/config.in
gcc/config/alpha/t-crtfm
gcc/configure
gcc/configure.in
gcc/doc/invoke.texi
gcc/flags.h
gcc/toplev.c
gcc/tree.c
gcc/tree.h
This page took 0.058972 seconds and 5 git commands to generate.