public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
@ 2003-07-13 14:51 ` pinskia at physics dot uc dot edu
  2003-07-21 17:45 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-13 14:51 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=10320


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-13 14:51 -------
Fixed in the mainline (20030713).

Just some more infromation, it was still busted in 20030711, I cannot find which patch 
fixed it though.


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
  2003-07-13 14:51 ` [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined pinskia at physics dot uc dot edu
@ 2003-07-21 17:45 ` cvs-commit at gcc dot gnu dot org
  2003-07-29 20:40 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-21 17:45 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=10320



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-21 17:45 -------
Subject: Bug 10320

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2003-07-21 17:45:34

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/execute: 20030718-1.c 

Log message:
	2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR c/10320
	* gcc.c-torture/execute/20030718-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2902&r2=1.2903
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20030718-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
  2003-07-13 14:51 ` [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined pinskia at physics dot uc dot edu
  2003-07-21 17:45 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-29 20:40 ` pinskia at physics dot uc dot edu
  2003-07-29 20:41 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:40 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=10320


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dnovillo at redhat dot com  |
             Status|RESOLVED                    |REOPENED
           Keywords|                            |wrong-code
         Resolution|FIXED                       |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 20:40 -------
No this test fails
Caused this time by:
Tue Jul 29 19:24:49 CEST 2003  Jan Hubicka

        PR C++/11131
        * tree-inline.c (expand_call_inline): Always call inlinable_function_p
        in !unit-at-a-time mode.
So it looks like 11131 and this one likes to comete with each other.


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
                   ` (2 preceding siblings ...)
  2003-07-29 20:40 ` pinskia at physics dot uc dot edu
@ 2003-07-29 20:41 ` pinskia at physics dot uc dot edu
  2003-07-29 21:12 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:41 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=10320


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |hubicka at gcc dot gnu dot
                   |dot org                     |org
             Status|REOPENED                    |ASSIGNED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 20:41 -------
Assign to the person whos patch broke it.


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
                   ` (3 preceding siblings ...)
  2003-07-29 20:41 ` pinskia at physics dot uc dot edu
@ 2003-07-29 21:12 ` pinskia at physics dot uc dot edu
  2003-07-30 17:27 ` cvs-commit at gcc dot gnu dot org
  2003-07-30 17:57 ` pinskia at physics dot uc dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 21:12 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=10320


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|hubicka at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 21:12 -------
Actually it is not your fault.
Some how flag_inline_trees is being set to one even though it is not asked for.


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
                   ` (4 preceding siblings ...)
  2003-07-29 21:12 ` pinskia at physics dot uc dot edu
@ 2003-07-30 17:27 ` cvs-commit at gcc dot gnu dot org
  2003-07-30 17:57 ` pinskia at physics dot uc dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-30 17:27 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=10320



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-30 17:27 -------
Subject: Bug 10320

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hubicka@gcc.gnu.org	2003-07-30 17:27:17

Modified files:
	gcc            : ChangeLog c-common.c c-common.h c-opts.c 
	                 final.c gcse.c output.h tree-inline.c varasm.c 
	gcc/config/i386: i386.c 
	gcc/cp         : ChangeLog class.c cp-lang.c cp-tree.h decl2.c 
	gcc/doc        : invoke.texi 
	gcc/testsuite  : ChangeLog 
Removed files:
	gcc/testsuite/g++.dg/opt: vtgc1.C 

Log message:
	* gcse.c (insert_store): Ignore fake edges.
	
	* c-common.c (flag_vtable_gc): Kill.
	* c-common.g (flag_vtable_gc): Kill.
	* c-opts (c_common_handle_option): Kill.
	* c.opt (fvtable-gc): Kill.
	* final.c (final_scan_insn): Do not call assemble_vtable_entry.
	* output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
	* varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
	
	* invoke.texi (-ftable-gc): Kill documentation.
	
	PR C/10320
	* tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
	just because function body is missing.
	
	* i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
	
	* class.c (build_vtable_entry_ref): Kill.
	(build_vtbl_ref_1): Do not call build_vtable_entry_ref.
	(build_vfn_ref): Do not call build_vtable_entry_ref.
	* cp-lang.c (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
	* cp-tree.h (prepare_assemble_variable): Kill.
	* cp-decl.c (prepare_assemble_variable): Kill.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.654&r2=2.655
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&r1=1.441&r2=1.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&r1=1.196&r2=1.197
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&r1=1.81&r2=1.82
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&r1=1.288&r2=1.289
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&r1=1.263&r2=1.264
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/output.h.diff?cvsroot=gcc&r1=1.130&r2=1.131
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.71&r2=1.72
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.377&r2=1.378
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.589&r2=1.590
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3568&r2=1.3569
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.558&r2=1.559
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.892&r2=1.893
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&r1=1.651&r2=1.652
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&r1=1.324&r2=1.325
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2931&r2=1.2932
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/opt/vtgc1.C.diff?cvsroot=gcc&r1=1.2&r2=NONE


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

* [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined
       [not found] <20030406164600.10320.pinskia@physics.uc.edu>
                   ` (5 preceding siblings ...)
  2003-07-30 17:27 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-30 17:57 ` pinskia at physics dot uc dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30 17:57 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=10320


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 17:57 -------
Fixed by the patch above.


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

end of thread, other threads:[~2003-07-30 17:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030406164600.10320.pinskia@physics.uc.edu>
2003-07-13 14:51 ` [Bug c/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined pinskia at physics dot uc dot edu
2003-07-21 17:45 ` cvs-commit at gcc dot gnu dot org
2003-07-29 20:40 ` pinskia at physics dot uc dot edu
2003-07-29 20:41 ` pinskia at physics dot uc dot edu
2003-07-29 21:12 ` pinskia at physics dot uc dot edu
2003-07-30 17:27 ` cvs-commit at gcc dot gnu dot org
2003-07-30 17:57 ` 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).