public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/761
@ 2002-10-23  6:46 sayle
  0 siblings, 0 replies; 3+ messages in thread
From: sayle @ 2002-10-23  6:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/761; it has been noted by GNATS.

From: sayle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/761
Date: 23 Oct 2002 13:38:29 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	sayle@gcc.gnu.org	2002-10-23 06:38:29
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/doc        : invoke.texi 
 
 Log message:
 	PR c/761
 	* doc/invoke.texi: Fix some overfull hboxes in "make dvi".
 	Document --version, -fno-sched-interblock, -fno-sched-spec,
 	-fsched-spec-load, -fsched-spec-load-dangerous,
 	-fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.13152.2.657.2.101&r2=1.13152.2.657.2.102
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.119.2.12.4.6&r2=1.119.2.12.4.7
 


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

* c/761
@ 2002-10-20 12:26 sayle
  0 siblings, 0 replies; 3+ messages in thread
From: sayle @ 2002-10-20 12:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/761; it has been noted by GNATS.

From: sayle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/761
Date: 20 Oct 2002 19:18:30 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	sayle@gcc.gnu.org	2002-10-20 12:18:30
 
 Modified files:
 	gcc            : ChangeLog toplev.c flags.h c-opts.c 
 	gcc/doc        : invoke.texi 
 
 Log message:
 	PR c/761
 	* toplev.c (flag_unsafe_profile_arcs): Remove.
 	(flag_bounded_pointers): Remove.
 	(flag_bounds_check): Correct comments.
 	(lang_independent_options): Remove -funsafe-profile-arcs and
 	-fbounded-pointers.  Correct -fbounds-check comments.
 	
 	* flags.h: Correct flag_schedule_interblock comments.
 	(flag_bounded_pointers): Remove prototype.
 	(flag_bounds_check): Correct comments.
 	
 	* c-opts.c (c_common_init_options): No need to mark
 	flag_bounds_check as unspecified.
 	(c_common_post_options): And no need to set it from
 	flag_bounded_pointers if its still unspecified.
 	
 	* doc/invoke.texi: Fix some overfull hboxes in "make dvi".
 	Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
 	-fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
 	-fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15733&r2=1.15734
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&r1=1.682&r2=1.683
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&r1=1.92&r2=1.93
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&r1=1.21&r2=1.22
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.195&r2=1.196
 


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

* Re: c/761
@ 2001-05-20 16:46 jsm28
  0 siblings, 0 replies; 3+ messages in thread
From: jsm28 @ 2001-05-20 16:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/761; it has been noted by GNATS.

From: jsm28@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, jsm28@cam.ac.uk, nobody@gcc.gnu.org
Cc:  
Subject: Re: c/761
Date: 20 May 2001 23:42:15 -0000

 Synopsis: Undocumented options, part 1
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: jsm28
 State-Changed-When: Sun May 20 16:42:15 2001
 State-Changed-Why:
     Confirming my own PR.
     
     Some of these options have since been documented.  The
     following haven't:
     
     -print-multi-lib
     -print-multi-directory
     -aux-info
     -fsched-verbose
     -feliminate-dwarf2-dups
     -fsched-interblock
     -fsched-spec
     -fsched-spec-load
     -fsched-spec-load-dangerous
     -fbranch-count-reg
     -fnon-call-exceptions
     -freorder-blocks
     -fpeephole2
     -fbounded-pointers
     -fbounds-check
     -fpreprocessed
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=761&database=gcc


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

end of thread, other threads:[~2002-10-23 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-23  6:46 c/761 sayle
  -- strict thread matches above, loose matches on Subject: below --
2002-10-20 12:26 c/761 sayle
2001-05-20 16:46 c/761 jsm28

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).