[Bug c++/36460] No space between >'s not always handled in C++0x

2019-12-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36460

--- Comment #9 from Jonathan Wakely  ---
(In reply to Andy Hutchinson from comment #2)
> Subject: Bug 36460
> 
> Author: hutchinsonandy
> Date: Wed Jun 18 21:48:50 2008
> New Revision: 136919
> 
> URL: http://gcc.gnu.org/viewcvs?root=gcc=rev=136919
> Log:
> PR c/36460

That was meant to be PR 36470

> * gcc.dg/utf32-1.c: Mark xfail for AVR target.
> * gcc.dg/utf32-2.c: Ditto.
> * gcc.dg/utf32-3.c: Ditto.
> 
> Modified:
> trunk/gcc/testsuite/ChangeLog
> trunk/gcc/testsuite/gcc.dg/utf32-1.c
> trunk/gcc/testsuite/gcc.dg/utf32-2.c
> trunk/gcc/testsuite/gcc.dg/utf32-3.c

[Bug c++/36460] No space between 's not always handled in C++0x

2008-12-28 Thread reichelt at gcc dot gnu dot org


--- Comment #8 from reichelt at gcc dot gnu dot org  2008-12-29 00:16 
---
*** Bug 35497 has been marked as a duplicate of this bug. ***


-- 

reichelt at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||rodolfo at rodsoft dot org


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread peterbindels at gmail dot com


--- Comment #3 from peterbindels at gmail dot com  2008-08-06 11:44 ---
Could anybody at least confirm this bug?


-- 


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread paolo dot carlini at oracle dot com


--- Comment #4 from paolo dot carlini at oracle dot com  2008-08-06 12:22 
---
Let's ask Doug...

(by the way, Doug very kindly contributed these C++0x bits on a voluntary
basis. As a matter of courtesy, I would suggest avoiding words like at least.
Thanks.) 


-- 

paolo dot carlini at oracle dot com changed:

   What|Removed |Added

 CC||doug dot gregor at gmail dot
   ||com


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread dgregor at gcc dot gnu dot org


-- 

dgregor at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |dgregor at gcc dot gnu dot
   |dot org |org
 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2008-08-06 13:48:53
   date||


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread dgregor at gcc dot gnu dot org


--- Comment #5 from dgregor at gcc dot gnu dot org  2008-08-06 14:30 ---
Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00382.html


-- 


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread dgregor at gcc dot gnu dot org


--- Comment #6 from dgregor at gcc dot gnu dot org  2008-08-06 19:09 ---
Subject: Bug 36460

Author: dgregor
Date: Wed Aug  6 19:08:12 2008
New Revision: 138819

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=138819
Log:
2008-08-06  Douglas Gregor  [EMAIL PROTECTED]

   PR c++/36460
   * parser.c (cp_parser_template_argument): Don't assume that ''
   following a type-id is an error when in C++0x mode.

2008-08-06  Douglas Gregor  [EMAIL PROTECTED]

   PR c++/36460
   * g++.dg/cpp0x/bracket3.C: Add another test case for the 
   warning under -Wc++0x-compat.
   * g++.dg/cpp0x/bracket4.C: Add testcase for PR c++/36460.


Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/cpp0x/bracket3.C
trunk/gcc/testsuite/g++.dg/cpp0x/bracket4.C


-- 


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-08-06 Thread dgregor at gcc dot gnu dot org


--- Comment #7 from dgregor at gcc dot gnu dot org  2008-08-06 19:12 ---
Fixed on the trunk.


-- 

dgregor at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.4.0


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org


--- Comment #2 from hutchinsonandy at gcc dot gnu dot org  2008-06-18 21:49 
---
Subject: Bug 36460

Author: hutchinsonandy
Date: Wed Jun 18 21:48:50 2008
New Revision: 136919

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136919
Log:
PR c/36460
* gcc.dg/utf32-1.c: Mark xfail for AVR target.
* gcc.dg/utf32-2.c: Ditto.
* gcc.dg/utf32-3.c: Ditto.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/utf32-1.c
trunk/gcc/testsuite/gcc.dg/utf32-2.c
trunk/gcc/testsuite/gcc.dg/utf32-3.c


-- 


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



[Bug c++/36460] No space between 's not always handled in C++0x

2008-06-07 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2008-06-07 20:21 ---
Really this is why  think C++0x was wrong in thinking that  can be used as 
 in the template context :).


-- 


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