public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/5059
@ 2003-02-24 18:56 ro
  0 siblings, 0 replies; 3+ messages in thread
From: ro @ 2003-02-24 18:56 UTC (permalink / raw)
  To: ro; +Cc: gcc-prs

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

From: ro@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/5059
Date: 24 Feb 2003 18:46:26 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	ro@gcc.gnu.org	2003-02-24 18:46:26
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/alpha: osf.h 
 	gcc/doc        : extend.texi 
 	gcc/fixinc     : inclhack.def fixincl.x 
 	gcc/fixinc/tests/base/sys: stat.h 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.dg/other: pragma-ep-1.C 
 	gcc/testsuite/gcc.dg: pragma-ep-1.c 
 
 Log message:
 	* config/alpha/osf.h (CPP_SUBTARGET_SPEC): Rename
 	__EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
 	* doc/extend.texi (Tru64 Pragmas): Reflect this.
 	
 	* fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
 	extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
 	* fixinc/fixincl.x: Regenerate.
 	* fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
 	testcase.
 	Fixes PR c/5059, c/6126, other/9671.
 	
 	testsuite:
 	* g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
 	* gcc.dg/pragma-ep-1.c: Likewise.
 
 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.236&r2=1.13152.2.657.2.237
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.22.14.3&r2=1.22.14.3.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.64.2.2.4.2&r2=1.64.2.2.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/inclhack.def.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.120.2.6.4.3&r2=1.120.2.6.4.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/fixincl.x.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.117.2.5.4.3&r2=1.117.2.5.4.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/tests/base/sys/stat.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.4&r2=1.4.32.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1672.2.166.2.100&r2=1.1672.2.166.2.101
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/pragma-ep-1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1.2.1&r2=1.1.2.1.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pragma-ep-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1.2.1&r2=1.1.2.1.4.1
 


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

* c/5059
@ 2003-02-24 18:56 ro
  0 siblings, 0 replies; 3+ messages in thread
From: ro @ 2003-02-24 18:56 UTC (permalink / raw)
  To: ro; +Cc: gcc-prs

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

From: ro@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/5059
Date: 24 Feb 2003 18:52:51 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	ro@gcc.gnu.org	2003-02-24 18:52:51
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/alpha: osf.h 
 	gcc/doc        : extend.texi 
 	gcc/fixinc     : inclhack.def fixincl.x 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.dg/other: pragma-ep-1.C 
 	gcc/testsuite/gcc.dg: pragma-ep-1.c 
 
 Log message:
 	* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
 	__EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
 	* doc/extend.texi (Tru64 Pragmas): Reflect this.
 	
 	* fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
 	extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
 	* fixinc/fixincl.x: Regenerate.
 	* fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
 	testcase.
 	Fixes PR c/5059, c/6126, other/9671.
 	
 	testsuite:
 	* g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
 	* gcc.dg/pragma-ep-1.c: Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16832&r2=1.16833
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&r1=1.29&r2=1.30
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&r1=1.121&r2=1.122
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/inclhack.def.diff?cvsroot=gcc&r1=1.147&r2=1.148
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/fixincl.x.diff?cvsroot=gcc&r1=1.141&r2=1.142
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2441&r2=1.2442
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/pragma-ep-1.C.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pragma-ep-1.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
 


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

* c/5059
@ 2003-02-24 18:46 ro
  0 siblings, 0 replies; 3+ messages in thread
From: ro @ 2003-02-24 18:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: ro@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/5059
Date: 24 Feb 2003 18:37:48 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	ro@gcc.gnu.org	2003-02-24 18:37:48
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/alpha: osf.h 
 	gcc/doc        : extend.texi 
 	gcc/fixinc     : inclhack.def fixincl.x 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.dg/other: pragma-ep-1.C 
 	gcc/testsuite/gcc.dg: pragma-ep-1.c 
 
 Log message:
 	* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
 	__EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
 	* doc/extend.texi (Tru64 Pragmas): Reflect this.
 	
 	* fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
 	extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
 	* fixinc/fixincl.x: Regenerate.
 	* fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
 	testcase.
 	Fixes PR c/5059, c/6126, other/9671.
 	
 	testsuite:
 	* g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
 	* gcc.dg/pragma-ep-1.c: Likewise.
 
 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.222&r2=1.16114.2.223
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.29&r2=1.29.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.109.2.3&r2=1.109.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/inclhack.def.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.139.4.2&r2=1.139.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/fixincl.x.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.132.4.2&r2=1.132.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.63&r2=1.2261.2.64
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/pragma-ep-1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2&r2=1.2.30.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pragma-ep-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2&r2=1.2.30.1
 


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

end of thread, other threads:[~2003-02-24 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-24 18:56 c/5059 ro
  -- strict thread matches above, loose matches on Subject: below --
2003-02-24 18:56 c/5059 ro
2003-02-24 18:46 c/5059 ro

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