public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44163]  New: [4.6 Regression] Multiple failures in the objc and libgomp test suites
@ 2010-05-17  7:20 dominiq at lps dot ens dot fr
  2010-05-17  7:44 ` [Bug target/44163] " iains at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-05-17  7:20 UTC (permalink / raw)
  To: gcc-bugs

Since revision 159443, there are multiple failures in the objc and libgomp test
suites (see http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg01478.html ). They
are all of the form:

/var/tmp//ccIspVYP.s:816:non-relocatable subtraction expression,
"___emutls_v.baz.1169" minus "L00000000002$pb"^M
/var/tmp//ccIspVYP.s:816:symbol: "___emutls_v.baz.1169" can't be undefined in a
subtraction expression^M

Reverting revision 159371 fixes these failures. This is probably related to
pr44146.


-- 
           Summary: [4.6 Regression] Multiple failures in the objc and
                    libgomp test suites
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
@ 2010-05-17  7:44 ` iains at gcc dot gnu dot org
  2010-05-17  8:45 ` dominiq at lps dot ens dot fr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-05-17  7:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from iains at gcc dot gnu dot org  2010-05-17 07:43 -------
@159462 on powerpc64 with:

http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html
(and needed for m32, but not to solve the tls problem)
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01125.html

ObjC/C++ tls fails are limited to LTO-related

                === libgomp Summary ===

# of expected passes            4980
# of unsupported tests          4

still working on better ways to solve the TLS issues (monitor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44132 for that)


-- 


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
  2010-05-17  7:44 ` [Bug target/44163] " iains at gcc dot gnu dot org
@ 2010-05-17  8:45 ` dominiq at lps dot ens dot fr
  2010-05-17  8:54 ` iains at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-05-17  8:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2010-05-17 08:45 -------
> Reverting revision 159371 fixes these failures.

I had to revert revision 159371 at revision 159429 with the patch
inhttp://gcc.gnu.org/ml/gcc-patches/2010-04/msg00129.html .


-- 


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
  2010-05-17  7:44 ` [Bug target/44163] " iains at gcc dot gnu dot org
  2010-05-17  8:45 ` dominiq at lps dot ens dot fr
@ 2010-05-17  8:54 ` iains at gcc dot gnu dot org
  2010-05-17  9:09 ` dominiq at lps dot ens dot fr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-05-17  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from iains at gcc dot gnu dot org  2010-05-17 08:54 -------
(In reply to comment #2)
> > Reverting revision 159371 fixes these failures.
> 
> I had to revert revision 159371 at revision 159429 with the patch
> inhttp://gcc.gnu.org/ml/gcc-patches/2010-04/msg00129.html .

You had to revert 159371 in addition to the patch:
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html

or instead of that patch?


-- 


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2010-05-17  8:54 ` iains at gcc dot gnu dot org
@ 2010-05-17  9:09 ` dominiq at lps dot ens dot fr
  2010-05-17 13:43 ` iains at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-05-17  9:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dominiq at lps dot ens dot fr  2010-05-17 09:08 -------
> You had to revert 159371 in addition to the patch:
> http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html
> 
> or instead of that patch?

Sorry for the confusion. 

In my powerpc-apple-darwin9 tree I have the patch in
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html for a quite long time
(and I guess it is not applied in the "native" tree of regress). With revision
159371, I see the same failures as regress. These failures disappear if I
revert revision 159371 without any other change in my tree.


-- 


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2010-05-17  9:09 ` dominiq at lps dot ens dot fr
@ 2010-05-17 13:43 ` iains at gcc dot gnu dot org
  2010-05-18 15:00 ` dje at gcc dot gnu dot org
  2010-06-11  9:11 ` iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-05-17 13:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from iains at gcc dot gnu dot org  2010-05-17 13:43 -------
(In reply to comment #4)

> In my powerpc-apple-darwin9 tree I have the patch in
> http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html for a quite long time

OK, might be worth double-checking - both parts are needed.

> (and I guess it is not applied in the "native" tree of regress).

nope. that's just trunk.

 With revision
> 159371, I see the same failures as regress. These failures disappear if I
> revert revision 159371 without any other change in my tree.

I have clean libgomp results and only LTO FE fails,  on powerpc-apple-darwin9
@159476 
with http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01119.html but...
*without* changing varpool.c.


-- 


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
                   ` (4 preceding siblings ...)
  2010-05-17 13:43 ` iains at gcc dot gnu dot org
@ 2010-05-18 15:00 ` dje at gcc dot gnu dot org
  2010-06-11  9:11 ` iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: dje at gcc dot gnu dot org @ 2010-05-18 15:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-18 14:59:59
               date|                            |


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


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

* [Bug target/44163] [4.6 Regression] Multiple failures in the objc and libgomp test suites
  2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
                   ` (5 preceding siblings ...)
  2010-05-18 15:00 ` dje at gcc dot gnu dot org
@ 2010-06-11  9:11 ` iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-06-11  9:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from iains at gcc dot gnu dot org  2010-06-11 09:10 -------
@r160568 (or earlier) this is no longer showing.


-- 

iains at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-06-11  9:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-17  7:20 [Bug target/44163] New: [4.6 Regression] Multiple failures in the objc and libgomp test suites dominiq at lps dot ens dot fr
2010-05-17  7:44 ` [Bug target/44163] " iains at gcc dot gnu dot org
2010-05-17  8:45 ` dominiq at lps dot ens dot fr
2010-05-17  8:54 ` iains at gcc dot gnu dot org
2010-05-17  9:09 ` dominiq at lps dot ens dot fr
2010-05-17 13:43 ` iains at gcc dot gnu dot org
2010-05-18 15:00 ` dje at gcc dot gnu dot org
2010-06-11  9:11 ` iains 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).