public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/30174]  New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
@ 2006-12-12 16:25 danglin at gcc dot gnu dot org
  2006-12-13  7:02 ` [Bug middle-end/30174] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-12-12 16:25 UTC (permalink / raw)
  To: gcc-bugs

See for example <http://gcc.gnu.org/ml/gcc-testresults/2006-12/msg00374.html>.

This test has been failing since the following change was introduced:

2006-10-31  Geoffrey Keating  <geoffk@apple.com>

        * tree.c (get_file_function_name): Rename from
        get_file_function_name_long; improve comment; handle 'I' and 'D'
        specially when the target has ctor/dtor support; remove special
        handling for 'F'.

Reverting the removal of the special handling of 'F' fixes the problem.

The special 'F' handling was introduced to fix the failure of this test.
See <http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00325.html>.


-- 
           Summary: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
  2006-12-12 16:25 [Bug middle-end/30174] New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test danglin at gcc dot gnu dot org
@ 2006-12-13  7:02 ` pinskia at gcc dot gnu dot org
  2006-12-15  1:11 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-13  7:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL: g++.old-              |[4.3 Regression] FAIL:
                   |deja/g++.abi/cxa_vec.C      |g++.old-
                   |execution test              |deja/g++.abi/cxa_vec.C
                   |                            |execution test
   Target Milestone|---                         |4.3.0


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


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

* [Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
  2006-12-12 16:25 [Bug middle-end/30174] New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test danglin at gcc dot gnu dot org
  2006-12-13  7:02 ` [Bug middle-end/30174] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2006-12-15  1:11 ` danglin at gcc dot gnu dot org
  2007-02-03 21:15 ` danglin at gcc dot gnu dot org
  2007-02-03 21:21 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-12-15  1:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2006-12-15 01:11 -------
Patch here
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01086.html


-- 


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


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

* [Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
  2006-12-12 16:25 [Bug middle-end/30174] New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test danglin at gcc dot gnu dot org
  2006-12-13  7:02 ` [Bug middle-end/30174] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2006-12-15  1:11 ` danglin at gcc dot gnu dot org
@ 2007-02-03 21:15 ` danglin at gcc dot gnu dot org
  2007-02-03 21:21 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-02-03 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2007-02-03 21:15 -------
Subject: Bug 30174

Author: danglin
Date: Sat Feb  3 21:15:15 2007
New Revision: 121551

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121551
Log:
        PR middle-end/30174
        * varasm.c (notice_global_symbol): Treat global objects as weak when
        flag_shlib is true.


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


-- 


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


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

* [Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
  2006-12-12 16:25 [Bug middle-end/30174] New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-02-03 21:15 ` danglin at gcc dot gnu dot org
@ 2007-02-03 21:21 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-02-03 21:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2007-02-03 21:21 -------
The cxa_vec.C failure is fixed.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-02-03 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-12 16:25 [Bug middle-end/30174] New: FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test danglin at gcc dot gnu dot org
2006-12-13  7:02 ` [Bug middle-end/30174] [4.3 Regression] " pinskia at gcc dot gnu dot org
2006-12-15  1:11 ` danglin at gcc dot gnu dot org
2007-02-03 21:15 ` danglin at gcc dot gnu dot org
2007-02-03 21:21 ` danglin 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).