public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
@ 2003-06-01 23:15 ` pinskia@physics.uc.edu
  2003-06-02 15:00 ` bangerth@dealii.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-01 23:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|geoffk@apple.com            |
   Target Milestone|---                         |3.3.1


------- Additional Comments From pinskia@physics.uc.edu  2003-06-01 23:15 -------
Should this be fixed for 3.3.x?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
  2003-06-01 23:15 ` [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice pinskia@physics.uc.edu
@ 2003-06-02 15:00 ` bangerth@dealii.org
  2003-06-20 21:17 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bangerth@dealii.org @ 2003-06-02 15:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth@dealii.org  2003-06-02 15:00 -------
Geoff, since Andrew reminded me of that: I contacted Mark right before the
3.3 release about this one and he prefered to pass this one over. Would
you mind resubmitting your patch for inclusion in 3.3.1? Presently should
be a good time for that, I think it was just to late in the 3.3.0 release
process last time.

Thanks
  W.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
  2003-06-01 23:15 ` [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice pinskia@physics.uc.edu
  2003-06-02 15:00 ` bangerth@dealii.org
@ 2003-06-20 21:17 ` cvs-commit at gcc dot gnu dot org
  2003-06-20 21:18 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-06-20 21:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-06-20 21:17 -------
Subject: Bug 9393

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	geoffk@gcc.gnu.org	2003-06-20 21:17:03

Modified files:
	gcc/config/alpha: t-crtfm 
	gcc/doc        : invoke.texi 

Log message:
	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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/t-crtfm.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1&r2=1.1.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.209.2.31&r2=1.209.2.32


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
                   ` (2 preceding siblings ...)
  2003-06-20 21:17 ` cvs-commit at gcc dot gnu dot org
@ 2003-06-20 21:18 ` cvs-commit at gcc dot gnu dot org
  2003-06-20 21:22 ` geoffk at gcc dot gnu dot org
  2004-02-16 15:43 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-06-20 21:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-06-20 21:18 -------
Subject: Bug 9393

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	geoffk@gcc.gnu.org	2003-06-20 21:18:43

Modified files:
	gcc            : ChangeLog config.in configure configure.in 
	                 flags.h toplev.c tree.c tree.h 

Log message:
	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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.599&r2=1.16114.2.600
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.146.2.2&r2=1.146.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.641.2.12&r2=1.641.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.627.2.11&r2=1.627.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.93.4.2&r2=1.93.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.690.2.19&r2=1.690.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.282.2.1&r2=1.282.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.367.2.5&r2=1.367.2.6


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
                   ` (3 preceding siblings ...)
  2003-06-20 21:18 ` cvs-commit at gcc dot gnu dot org
@ 2003-06-20 21:22 ` geoffk at gcc dot gnu dot org
  2004-02-16 15:43 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2003-06-20 21:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


geoffk at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From geoffk at gcc dot gnu dot org  2003-06-20 21:22 -------
Patch committed.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice
       [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
                   ` (4 preceding siblings ...)
  2003-06-20 21:22 ` geoffk at gcc dot gnu dot org
@ 2004-02-16 15:43 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-16 15:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-16 15:43 -------
*** Bug 14160 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc-bugs at metafoo dot co
                   |                            |dot uk


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-02-16 15:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030121230600.9393.bangerth@ticam.utexas.edu>
2003-06-01 23:15 ` [Bug c++/9393] [3.3 regression] Anonymous namespaces and compiling the same file twice pinskia@physics.uc.edu
2003-06-02 15:00 ` bangerth@dealii.org
2003-06-20 21:17 ` cvs-commit at gcc dot gnu dot org
2003-06-20 21:18 ` cvs-commit at gcc dot gnu dot org
2003-06-20 21:22 ` geoffk at gcc dot gnu dot org
2004-02-16 15:43 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).