public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: sayle@gcc.gnu.org
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: c++/7099
Date: Fri, 05 Jul 2002 17:26:00 -0000	[thread overview]
Message-ID: <20020706002601.5599.qmail@sources.redhat.com> (raw)

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

From: sayle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7099
Date: 6 Jul 2002 00:16:46 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	sayle@gcc.gnu.org	2002-07-05 17:16:45
 
 Modified files:
 	gcc            : ChangeLog builtin-attrs.def builtins.def tree.h 
 	                 builtins.c c-common.c 
 	gcc/doc        : extend.texi 
 	gcc/java       : ChangeLog builtins.c 
 
 Log message:
 	PR c++/7099
 	* builtin-attrs.def: Define new attribute lists for use in
 	builtins.def.
 	* builtins.def [DEF_BUILTIN]: Modify to take an additional
 	ATTRS argument, an enumerated value defined in builtin-attrs.def
 	that represents the attribute list for the builtins.  Modify
 	all builtin functions to pass an appropriate attribute list.
 	Specify "abort", "exit", "_exit" and "_Exit" builtins here with
 	their required noreturn attributes.
 	* tree.h (enum_builtin_function): Ignore the additional parameter
 	to DEF_BUILTIN.
 	* builtins.c (built_in_names): Likewise.
 	* c-common.c: (builtin_function_2): Replace the "int noreturn_p"
 	argument with a tree representing the functions attribute list.
 	Pass this "attrs" argument to builtin_function.  No longer handle
 	the noreturn_p processing manually.
 	(built_in_attributes): Move the definitions from builtin-attrs.def
 	before c_common_nodes_and_builtins.
 	(c_common_nodes_and_builtins): Handle the new ATTRS parameter in
 	DEF_BUILTIN, passing it to both builtin_function and the changed
 	builtin_function_2.
 	
 	* doc/extend.texi: Document __builtin_abort, __builtin_exit,
 	__builtin__exit and __builtin__Exit.
 	
 	* java/builtins.c (initialize_builtins): Ignore the additional
 	parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
 	the builtins.def file.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14790&r2=1.14791
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtin-attrs.def.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.def.diff?cvsroot=gcc&r1=1.29&r2=1.30
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.344&r2=1.345
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&r1=1.152&r2=1.153
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&r1=1.346&r2=1.347
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&r1=1.87&r2=1.88
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1027&r2=1.1028
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/builtins.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
 


             reply	other threads:[~2002-07-06  0:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-05 17:26 sayle [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-05 17:26 c++/7099 sayle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020706002601.5599.qmail@sources.redhat.com \
    --to=sayle@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).