public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/39776]  New: FAIL: g++.dg/ext/altivec-15.C
@ 2009-04-15 11:37 dominiq at lps dot ens dot fr
  2009-04-15 13:59 ` [Bug testsuite/39776] " jakub 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 @ 2009-04-15 11:37 UTC (permalink / raw)
  To: gcc-bugs

Between revisions 145899 (working, may be also 145928) and 145941 (failing) the
test g++.dg/ext/altivec-15.C started to fail:

...
output is:
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:7: error: 'Float'
does not name a type^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: two or
more data types in declaration of 'SinCos'^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: 'Float'
was not declared in this scope^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: 'Float'
was not declared in this scope^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: 'sine'
was not declared in this scope^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: 'Float'
was not declared in this scope^M
/opt/gcc/4.4-gcc-work/gcc/testsuite/g++.dg/ext/altivec-15.C:9: error: 'cosine'
was not declared in this scope^M

PASS: g++.dg/ext/altivec-15.C  (test for errors, line 7)
PASS: g++.dg/ext/altivec-15.C  (test for errors, line 9)
FAIL: g++.dg/ext/altivec-15.C  (test for errors, line 11)
FAIL: g++.dg/ext/altivec-15.C  (test for errors, line 12)
PASS: g++.dg/ext/altivec-15.C (test for excess errors)

See 

http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01094.html 

and 

http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01098.html


-- 
           Summary: FAIL: g++.dg/ext/altivec-15.C
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc*-*-*
  GCC host triplet: powerpc*-*-*
GCC target triplet: powerpc*-*-*


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
@ 2009-04-15 13:59 ` jakub at gcc dot gnu dot org
  2009-04-21 17:15 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-15 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2009-04-15 13:59 -------
This started failing since PR28301, which has been committed to trunk/4.4/4.3.

I guess the last two dg-error comments should be nuked from this testcase.


-- 


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
  2009-04-15 13:59 ` [Bug testsuite/39776] " jakub at gcc dot gnu dot org
@ 2009-04-21 17:15 ` pinskia at gcc dot gnu dot org
  2009-04-30  0:00 ` janis at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-21 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-04-21 17:15 -------
Confirmed.


-- 

pinskia 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         |2009-04-21 17:15:06
               date|                            |


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
  2009-04-15 13:59 ` [Bug testsuite/39776] " jakub at gcc dot gnu dot org
  2009-04-21 17:15 ` pinskia at gcc dot gnu dot org
@ 2009-04-30  0:00 ` janis at gcc dot gnu dot org
  2009-04-30 17:48 ` janis at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-04-30  0:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from janis at gcc dot gnu dot org  2009-04-29 23:59 -------
The testcase was added for an internal compiler error, so there's no problem
removing the last two dg-error directives.


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2009-04-30  0:00 ` janis at gcc dot gnu dot org
@ 2009-04-30 17:48 ` janis at gcc dot gnu dot org
  2009-04-30 17:53 ` janis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-04-30 17:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2009-04-30 17:48 -------
Subject: Bug 39776

Author: janis
Date: Thu Apr 30 17:48:03 2009
New Revision: 147010

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147010
Log:
        PR testsuite/39776
        * g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
        no longer issued.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ext/altivec-15.C


-- 


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2009-04-30 17:48 ` janis at gcc dot gnu dot org
@ 2009-04-30 17:53 ` janis at gcc dot gnu dot org
  2009-08-21 22:15 ` meissner at gcc dot gnu dot org
  2009-12-01 14:23 ` dominiq at lps dot ens dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-04-30 17:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janis at gcc dot gnu dot org  2009-04-30 17:53 -------
Subject: Bug 39776

Author: janis
Date: Thu Apr 30 17:53:23 2009
New Revision: 147011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147011
Log:
        PR testsuite/39776
        * g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
        no longer issued.

Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/altivec-15.C


-- 


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
                   ` (4 preceding siblings ...)
  2009-04-30 17:53 ` janis at gcc dot gnu dot org
@ 2009-08-21 22:15 ` meissner at gcc dot gnu dot org
  2009-12-01 14:23 ` dominiq at lps dot ens dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: meissner at gcc dot gnu dot org @ 2009-08-21 22:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

meissner at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |meissner at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-04-21 17:15:06         |2009-08-21 22:15:05
               date|                            |


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


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

* [Bug testsuite/39776] FAIL: g++.dg/ext/altivec-15.C
  2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
                   ` (5 preceding siblings ...)
  2009-08-21 22:15 ` meissner at gcc dot gnu dot org
@ 2009-12-01 14:23 ` dominiq at lps dot ens dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-12-01 14:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dominiq at lps dot ens dot fr  2009-12-01 14:23 -------
It seems to be fixed by the commits in comments #4 and #5. Closing since it
seems unlikely that the fix will be backported to 4.3.


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2009-12-01 14:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 11:37 [Bug testsuite/39776] New: FAIL: g++.dg/ext/altivec-15.C dominiq at lps dot ens dot fr
2009-04-15 13:59 ` [Bug testsuite/39776] " jakub at gcc dot gnu dot org
2009-04-21 17:15 ` pinskia at gcc dot gnu dot org
2009-04-30  0:00 ` janis at gcc dot gnu dot org
2009-04-30 17:48 ` janis at gcc dot gnu dot org
2009-04-30 17:53 ` janis at gcc dot gnu dot org
2009-08-21 22:15 ` meissner at gcc dot gnu dot org
2009-12-01 14:23 ` dominiq at lps dot ens dot fr

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).