public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/25444]  New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
@ 2005-12-16 15:08 ghazi at gcc dot gnu dot org
  2005-12-25  1:22 ` [Bug testsuite/25444] " 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:08 UTC (permalink / raw)
  To: gcc-bugs

I'm getting a -fpic/-fPIC 4.1/mainline failure in gcc.dg/tree-ssa/pr14841.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/pr14841.c scan-tree-dump-times Folded statement: if  1


-- 
           Summary: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.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=25444


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
@ 2005-12-25  1:22 ` pinskia at gcc dot gnu dot org
  2005-12-25  1:26 ` pinskia 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:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-25 01:22 -------
This testcase should be skiped when supplying -fPIC as the symbol cars can be
overridden.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |testsuite
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-25 01:22:33
               date|                            |


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


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
  2005-12-25  1:22 ` [Bug testsuite/25444] " pinskia at gcc dot gnu dot org
@ 2005-12-25  1:26 ` pinskia at gcc dot gnu dot org
  2005-12-27 19:58 ` ghazi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-25  1:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-25 01:26 -------
I forgot to mention if cars was made static, it should just work.


-- 


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


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
  2005-12-25  1:22 ` [Bug testsuite/25444] " pinskia at gcc dot gnu dot org
  2005-12-25  1:26 ` pinskia at gcc dot gnu dot org
@ 2005-12-27 19:58 ` ghazi at gcc dot gnu dot org
  2005-12-27 20:08 ` ghazi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-27 19:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ghazi at gcc dot gnu dot org  2005-12-27 19:58 -------
Subject: Bug 25444

Author: ghazi
Date: Tue Dec 27 19:58:28 2005
New Revision: 109083

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109083
Log:
        * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

        PR testsuite/25442
        * gcc.dg/ipa/ipa-1.c, gcc.dg/ipa/ipa-2.c, gcc.dg/ipa/ipa-3.c,
        gcc.dg/ipa/ipa-4.c, gcc.dg/ipa/ipa-5.c: Skip if -fpic/-fPIC.

        PR testsuite/25441
        * gcc.dg/pr23911.c: Make test variable static.

        PR testsuite/25444
        * gcc.dg/tree-ssa/pr14841.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/rtti/tinfo1.C
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-1.c
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-2.c
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-3.c
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-5.c
    trunk/gcc/testsuite/gcc.dg/pr23911.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr14841.c


-- 


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


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-27 19:58 ` ghazi at gcc dot gnu dot org
@ 2005-12-27 20:08 ` ghazi at gcc dot gnu dot org
  2005-12-29 17:55 ` ghazi at gcc dot gnu dot org
  2006-01-01  5:35 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-27 20:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ghazi at gcc dot gnu dot org  2005-12-27 20:08 -------
Subject: Bug 25444

Author: ghazi
Date: Tue Dec 27 20:08:39 2005
New Revision: 109084

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109084
Log:
        * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

        PR testsuite/25442
        * gcc.dg/ipa/ipa-1.c, gcc.dg/ipa/ipa-2.c, gcc.dg/ipa/ipa-3.c,
        gcc.dg/ipa/ipa-4.c, gcc.dg/ipa/ipa-5.c: Skip if -fpic/-fPIC.

        PR testsuite/25441
        * gcc.dg/pr23911.c: Make test variable static.

        PR testsuite/25444
        * gcc.dg/tree-ssa/pr14841.c: Likewise.


Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/rtti/tinfo1.C
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/ipa/ipa-1.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/ipa/ipa-2.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/ipa/ipa-3.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/ipa/ipa-5.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr23911.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/tree-ssa/pr14841.c


-- 


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


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-12-27 20:08 ` ghazi at gcc dot gnu dot org
@ 2005-12-29 17:55 ` ghazi at gcc dot gnu dot org
  2006-01-01  5:35 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-29 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ghazi at gcc dot gnu dot org  2005-12-29 17:55 -------
Patch installed.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|4.1.0 4.2.0                 |
         Resolution|                            |FIXED


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


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

* [Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c
  2005-12-16 15:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-12-29 17:55 ` ghazi at gcc dot gnu dot org
@ 2006-01-01  5:35 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-01  5:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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



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

end of thread, other threads:[~2006-01-01  5:35 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:08 [Bug middle-end/25444] New: -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c ghazi at gcc dot gnu dot org
2005-12-25  1:22 ` [Bug testsuite/25444] " pinskia at gcc dot gnu dot org
2005-12-25  1:26 ` pinskia at gcc dot gnu dot org
2005-12-27 19:58 ` ghazi at gcc dot gnu dot org
2005-12-27 20:08 ` ghazi at gcc dot gnu dot org
2005-12-29 17:55 ` ghazi at gcc dot gnu dot org
2006-01-01  5:35 ` 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).