public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/25441]  New: -fpic/-fPIC failure in gcc.dg/pr23911.c
@ 2005-12-16 14:02 ghazi at gcc dot gnu dot org
  2005-12-16 15:09 ` [Bug middle-end/25441] " ghazi 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 14:02 UTC (permalink / raw)
  To: gcc-bugs

I'm getting a testsuite failure in 4.1/mainline in gcc.dg/pr23911.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 testsuite logfile says:

FAIL: gcc.dg/pr23911.c scan-tree-dump-times = CR 0
FAIL: gcc.dg/pr23911.c scan-tree-dump-times = CI 0


-- 
           Summary: -fpic/-fPIC failure in gcc.dg/pr23911.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=25441


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

* [Bug middle-end/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.c ghazi at gcc dot gnu dot org
@ 2005-12-16 15:09 ` ghazi at gcc dot gnu dot org
  2005-12-25  1:26 ` [Bug testsuite/25441] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2005-12-16 15:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ghazi at gcc dot gnu dot org  2005-12-16 15:09 -------
Forgot to say this is with -fpic or -fPIC.


-- 


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


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

* [Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.c ghazi at gcc dot gnu dot org
  2005-12-16 15:09 ` [Bug middle-end/25441] " ghazi 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:25 -------
Just like PR 25444, this should be skiped or the const variable should be
marked as static.


-- 

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:25:58
               date|                            |


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


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

* [Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.c ghazi at gcc dot gnu dot org
  2005-12-16 15:09 ` [Bug middle-end/25441] " ghazi at gcc dot gnu dot org
  2005-12-25  1:26 ` [Bug testsuite/25441] " 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 25441

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=25441


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

* [Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.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:54 ` 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 25441

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=25441


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

* [Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.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:54 ` 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:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ghazi at gcc dot gnu dot org  2005-12-29 17:54 -------
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=25441


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

* [Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c
  2005-12-16 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.c ghazi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-12-29 17:54 ` 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=25441



^ 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 14:02 [Bug middle-end/25441] New: -fpic/-fPIC failure in gcc.dg/pr23911.c ghazi at gcc dot gnu dot org
2005-12-16 15:09 ` [Bug middle-end/25441] " ghazi at gcc dot gnu dot org
2005-12-25  1:26 ` [Bug testsuite/25441] " 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:54 ` 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).