public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
@ 2008-05-20 23:33 ` janis at gcc dot gnu dot org
  2008-05-23 21:19 ` hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2008-05-20 23:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2008-05-20 23:32 -------
Subject: Bug 22523

Author: janis
Date: Tue May 20 23:31:40 2008
New Revision: 135691

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135691
Log:
        PR testsuite/22523
        * g++.dg/template/inline1.C: Handle syntax for more assemblers.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/inline1.C


-- 


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


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
  2008-05-20 23:33 ` [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts janis at gcc dot gnu dot org
@ 2008-05-23 21:19 ` hp at gcc dot gnu dot org
  2008-05-23 21:20 ` hp at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-23 21:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hp at gcc dot gnu dot org  2008-05-23 21:19 -------
No, that change didn't work.  On contrary, r135691 caused this test to fail for
targets with _ in front of labels, for example cris-elf, by now matching the
*use* of the label, like so:
        jsr __ZN1X3FooIiEEvT_
I'll commit a change that uses a pattern from one of the other non-label-def
scan-assembler-not tests.


-- 

hp 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=22523


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
  2008-05-20 23:33 ` [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts janis at gcc dot gnu dot org
  2008-05-23 21:19 ` hp at gcc dot gnu dot org
@ 2008-05-23 21:20 ` hp at gcc dot gnu dot org
  2008-05-24  0:38 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-23 21:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org
         AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-07-09 05:45:02         |2008-05-23 21:19:32
               date|                            |


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


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2008-05-23 21:20 ` hp at gcc dot gnu dot org
@ 2008-05-24  0:38 ` hp at gcc dot gnu dot org
  2008-05-24  0:39 ` hp at gcc dot gnu dot org
  2008-05-24  0:40 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-24  0:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2008-05-24 00:37 -------
Subject: Bug 22523

Author: hp
Date: Sat May 24 00:37:01 2008
New Revision: 135840

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135840
Log:
        PR testsuite/22523
        * g++.dg/template/inline1.C: For the not-defined symbol, use the
        pattern from g++.dg/template/qualttp17.C.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/inline1.C


-- 


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


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2008-05-24  0:38 ` hp at gcc dot gnu dot org
@ 2008-05-24  0:39 ` hp at gcc dot gnu dot org
  2008-05-24  0:40 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-24  0:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hp at gcc dot gnu dot org  2008-05-24 00:39 -------
See <http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01523.html>.


-- 

hp at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
       [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2008-05-24  0:39 ` hp at gcc dot gnu dot org
@ 2008-05-24  0:40 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-24  0:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts
  2005-07-17 15:37 [Bug testsuite/22523] New: " pinskia at gcc dot gnu dot org
@ 2005-08-05  4:24 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-05  4:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-05 04:24 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-05 04:24:23
               date|                            |


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


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

end of thread, other threads:[~2008-05-24  0:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22523-6528@http.gcc.gnu.org/bugzilla/>
2008-05-20 23:33 ` [Bug testsuite/22523] template/inline1.C does not test correctly on all targerts janis at gcc dot gnu dot org
2008-05-23 21:19 ` hp at gcc dot gnu dot org
2008-05-23 21:20 ` hp at gcc dot gnu dot org
2008-05-24  0:38 ` hp at gcc dot gnu dot org
2008-05-24  0:39 ` hp at gcc dot gnu dot org
2008-05-24  0:40 ` hp at gcc dot gnu dot org
2005-07-17 15:37 [Bug testsuite/22523] New: " pinskia at gcc dot gnu dot org
2005-08-05  4:24 ` [Bug testsuite/22523] " 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).