public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10888] [3.3/3.4 regression]  inlining failure for allocate in ~vector()
       [not found] <20030520214559.10888.193049@bugs.debian.org>
@ 2003-06-08 19:05 ` pinskia@physics.uc.edu
  2003-06-20 19:32 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 19:05 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=10888


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.1


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

* [Bug c++/10888] [3.3/3.4 regression]  inlining failure for allocate in ~vector()
       [not found] <20030520214559.10888.193049@bugs.debian.org>
  2003-06-08 19:05 ` [Bug c++/10888] [3.3/3.4 regression] inlining failure for allocate in ~vector() pinskia@physics.uc.edu
@ 2003-06-20 19:32 ` cvs-commit at gcc dot gnu dot org
  2003-06-20 19:55 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-06-20 19:32 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=10888



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-06-20 19:30 -------
Subject: Bug 10888

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	mmitchel@gcc.gnu.org	2003-06-20 19:27:44

Modified files:
	gcc            : ChangeLog tree-inline.c 
	gcc/doc        : invoke.texi 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/warn: Winline-2.C 

Log message:
	PR c++/10888
	* tree-inline.c (expand_call_inline): Do not warn about failing to
	inline functions declared in system headers.
	* doc/invoke.texi (-Winline): Expand on documentation.
	
	PR c++/10888
	* g++.dg/warn/Winline-2.C: New test.

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.598&r2=1.16114.2.599
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.38.2.9&r2=1.38.2.10
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.30&r2=1.209.2.31
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.195&r2=1.2261.2.196
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/Winline-2.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.4.1


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

* [Bug c++/10888] [3.3/3.4 regression]  inlining failure for allocate in ~vector()
       [not found] <20030520214559.10888.193049@bugs.debian.org>
  2003-06-08 19:05 ` [Bug c++/10888] [3.3/3.4 regression] inlining failure for allocate in ~vector() pinskia@physics.uc.edu
  2003-06-20 19:32 ` cvs-commit at gcc dot gnu dot org
@ 2003-06-20 19:55 ` cvs-commit at gcc dot gnu dot org
  2003-06-20 19:56 ` mmitchel at gcc dot gnu dot org
  2003-08-05  4:36 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-06-20 19:55 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=10888



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-06-20 19:55 -------
Subject: Bug 10888

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2003-06-20 19:55:29

Modified files:
	gcc            : ChangeLog tree-inline.c 
	gcc/doc        : invoke.texi 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/warn: Winline-3.C 

Log message:
	PR c++/10888
	* tree-inline.c (expand_call_inline): Do not warn about failing to
	inline functions declared in system headers.
	* doc/invoke.texi (-Winline): Expand on documentation.
	
	PR c++/10888
	* g++.dg/warn/Winline-3.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.93&r2=2.94
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.294&r2=1.295
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2788&r2=1.2789
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/Winline-3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/10888] [3.3/3.4 regression]  inlining failure for allocate in ~vector()
       [not found] <20030520214559.10888.193049@bugs.debian.org>
                   ` (2 preceding siblings ...)
  2003-06-20 19:55 ` cvs-commit at gcc dot gnu dot org
@ 2003-06-20 19:56 ` mmitchel at gcc dot gnu dot org
  2003-08-05  4:36 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-06-20 19:56 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=10888


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-06-20 19:56 -------
Fixed in GCC 3.3.1, GCC 3.4.


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

* [Bug c++/10888] [3.3/3.4 regression]  inlining failure for allocate in ~vector()
       [not found] <20030520214559.10888.193049@bugs.debian.org>
                   ` (3 preceding siblings ...)
  2003-06-20 19:56 ` mmitchel at gcc dot gnu dot org
@ 2003-08-05  4:36 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05  4:36 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=10888


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joerg dot reuter at voith
                   |                            |dot com


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 04:36 -------
*** Bug 10816 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2003-08-05  4:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030520214559.10888.193049@bugs.debian.org>
2003-06-08 19:05 ` [Bug c++/10888] [3.3/3.4 regression] inlining failure for allocate in ~vector() pinskia@physics.uc.edu
2003-06-20 19:32 ` cvs-commit at gcc dot gnu dot org
2003-06-20 19:55 ` cvs-commit at gcc dot gnu dot org
2003-06-20 19:56 ` mmitchel at gcc dot gnu dot org
2003-08-05  4:36 ` pinskia at physics dot uc dot edu

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