public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/25445]  New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
@ 2005-12-16 15:13 ghazi at gcc dot gnu dot org
  2005-12-25  1:28 ` [Bug middle-end/25445] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-16 15:13 UTC (permalink / raw)
  To: gcc-bugs

I'm getting a -fpic/-fPIC 4.1/mainline failure in
gcc.dg/tree-ssa/wholeprogram-1.c on x86_64 and i686:

http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00892.html
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00889.html
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00891.html
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00888.html

The failures look like this:
FAIL: gcc.dg/tree-ssa/wholeprogram-1.c scan-tree-dump-not large_function


-- 
           Summary: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ghazi at gcc dot gnu dot org
OtherBugsDependingO 23224
             nThis:


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
@ 2005-12-25  1:28 ` pinskia at gcc dot gnu dot org
  2007-08-02 14:41 ` froydnj at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-25  1:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-25 01:28 -------
This is an interaction between -fwhole-program and -fPIC and should be fixed in
the compiler and not the testsuite.  GCC should find that large_function is
bound local as that is what whole program says.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-25 01:28:56
               date|                            |


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
  2005-12-25  1:28 ` [Bug middle-end/25445] " pinskia at gcc dot gnu dot org
@ 2007-08-02 14:41 ` froydnj at gcc dot gnu dot org
  2007-10-15 17:30 ` froydnj at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: froydnj at gcc dot gnu dot org @ 2007-08-02 14:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from froydnj at gcc dot gnu dot org  2007-08-02 14:40 -------
Subject: Bug 25445

Author: froydnj
Date: Thu Aug  2 14:40:36 2007
New Revision: 127162

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127162
Log:
        PR middle-end/25445
        * varasm.c (default_binds_local_p_1): Consult flag_whole_program
        if we are compiling with -fPIC.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/varasm.c


-- 


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
  2005-12-25  1:28 ` [Bug middle-end/25445] " pinskia at gcc dot gnu dot org
  2007-08-02 14:41 ` froydnj at gcc dot gnu dot org
@ 2007-10-15 17:30 ` froydnj at gcc dot gnu dot org
  2008-02-02  1:43 ` ghazi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: froydnj at gcc dot gnu dot org @ 2007-10-15 17:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from froydnj at gcc dot gnu dot org  2007-10-15 17:30 -------
Marking as fixed.


-- 

froydnj at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-10-15 17:30 ` froydnj at gcc dot gnu dot org
@ 2008-02-02  1:43 ` ghazi at gcc dot gnu dot org
  2008-02-02  2:03 ` ghazi at gcc dot gnu dot org
  2008-02-02  4:46 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-02-02  1:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ghazi at gcc dot gnu dot org  2008-02-02 01:42 -------
Subject: Bug 25445

Author: ghazi
Date: Sat Feb  2 01:42:03 2008
New Revision: 132060

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132060
Log:
        Backport:
        2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>

        PR middle-end/25445
        * varasm.c (default_binds_local_p_1): Consult flag_whole_program
        if we are compiling with -fPIC.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/varasm.c


-- 


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-02-02  1:43 ` ghazi at gcc dot gnu dot org
@ 2008-02-02  2:03 ` ghazi at gcc dot gnu dot org
  2008-02-02  4:46 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-02-02  2:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ghazi at gcc dot gnu dot org  2008-02-02 02:02 -------
Subject: Bug 25445

Author: ghazi
Date: Sat Feb  2 02:01:46 2008
New Revision: 132061

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132061
Log:
        Backport:
        2007-08-02  Nathan Froyd  <froydnj@codesourcery.com>

        PR middle-end/25445
        * varasm.c (default_binds_local_p_1): Consult flag_whole_program
        if we are compiling with -fPIC.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/varasm.c


-- 


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


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

* [Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c
  2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-02-02  2:03 ` ghazi at gcc dot gnu dot org
@ 2008-02-02  4:46 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-02-02  4:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.1.3 4.2.4 4.3.0
   Target Milestone|---                         |4.1.3


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


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

end of thread, other threads:[~2008-02-02  4:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-16 15:13 [Bug middle-end/25445] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c ghazi at gcc dot gnu dot org
2005-12-25  1:28 ` [Bug middle-end/25445] " pinskia at gcc dot gnu dot org
2007-08-02 14:41 ` froydnj at gcc dot gnu dot org
2007-10-15 17:30 ` froydnj at gcc dot gnu dot org
2008-02-02  1:43 ` ghazi at gcc dot gnu dot org
2008-02-02  2:03 ` ghazi at gcc dot gnu dot org
2008-02-02  4:46 ` ghazi 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).