public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
  2004-12-12 21:47 ` [Bug tree-optimization/18947] " pinskia at gcc dot gnu dot org
@ 2004-12-12 21:47 ` pinskia at gcc dot gnu dot org
  2004-12-12 21:49 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12 21:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name
@ 2004-12-12 21:47 pinskia at gcc dot gnu dot org
  2004-12-12 21:47 ` [Bug tree-optimization/18947] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12 21:47 UTC (permalink / raw)
  To: gcc-bugs

Because 15398 got confusing I am filing this bug.
Here is the testcase:
extern __inline void f1(void) { }
extern __inline void f2(void) { f1(); }
void f2(void) {}

-- 
           Summary: [4.0 Regression] [non-UAAT] external inline and normal
                    function of the same name
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, ice-checking
          Severity: critical
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
@ 2004-12-12 21:47 ` pinskia at gcc dot gnu dot org
  2004-12-12 21:47 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12 21:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-12 21:47 -------
*** Bug 15398 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbglaw at lug-owl dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
  2004-12-12 21:47 ` [Bug tree-optimization/18947] " pinskia at gcc dot gnu dot org
  2004-12-12 21:47 ` pinskia at gcc dot gnu dot org
@ 2004-12-12 21:49 ` pinskia at gcc dot gnu dot org
  2004-12-28 15:27 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12 21:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-12 21:49 -------
Confirmed via the dup bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-12 21:49:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-12 21:49 ` pinskia at gcc dot gnu dot org
@ 2004-12-28 15:27 ` pinskia at gcc dot gnu dot org
  2005-02-16  6:19 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28 15:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 15:27 -------
: Search converges between 2004-04-01-trunk (#447) and 2004-04-10-trunk (#448).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-12-28 15:27 ` pinskia at gcc dot gnu dot org
@ 2005-02-16  6:19 ` pinskia at gcc dot gnu dot org
  2005-02-18 11:08 ` cvs-commit at gcc dot gnu dot org
  2005-02-18 11:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16  6:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-15 23:23 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00885.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-02-16  6:19 ` pinskia at gcc dot gnu dot org
@ 2005-02-18 11:08 ` cvs-commit at gcc dot gnu dot org
  2005-02-18 11:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-18 11:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-17 23:50 -------
Subject: Bug 18947

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jakub@gcc.gnu.org	2005-02-17 23:50:03

Modified files:
	gcc            : ChangeLog cgraphunit.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.c-torture/compile: 20050215-2.c 20050215-3.c 
	                                     20050215-1.c 

Log message:
	PR tree-optimization/18947
	* cgraphunit.c (cgraph_finalize_function): When redefining an extern
	inline, remove all nodes that are inlined into the extern inline
	being redefined.
	
	* gcc.c-torture/compile/20050215-1.c: New test.
	* gcc.c-torture/compile/20050215-2.c: New test.
	* gcc.c-torture/compile/20050215-3.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7517&r2=2.7518
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&r1=1.91&r2=1.92
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5044&r2=1.5045
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20050215-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20050215-3.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20050215-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

* [Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name
  2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-02-18 11:08 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-18 11:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-18 11:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-17 23:52 -------
Fixed.

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947


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

end of thread, other threads:[~2005-02-17 23:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-12 21:47 [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name pinskia at gcc dot gnu dot org
2004-12-12 21:47 ` [Bug tree-optimization/18947] " pinskia at gcc dot gnu dot org
2004-12-12 21:47 ` pinskia at gcc dot gnu dot org
2004-12-12 21:49 ` pinskia at gcc dot gnu dot org
2004-12-28 15:27 ` pinskia at gcc dot gnu dot org
2005-02-16  6:19 ` pinskia at gcc dot gnu dot org
2005-02-18 11:08 ` cvs-commit at gcc dot gnu dot org
2005-02-18 11:43 ` pinskia at gcc dot gnu dot org

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