[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-18 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-09-18 09:20 --- Fixed for 4.2.0. -- pcarlini at suse dot de changed: What|Removed |Added Status|NEW

[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-18 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2006-09-18 09:19 --- Subject: Bug 29063 Author: paolo Date: Mon Sep 18 09:19:36 2006 New Revision: 117019 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117019 Log: 2006-09-18 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-13 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-09-13 16:51 --- As a matter of fact valarray *always* undefines the macros, besides in those two specific cases (and the first one is even undefined weren't for a typo ;) So, we can as well do the two-lines change... -- pcarlini at sus

[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 16:27 --- _D is in the reserved identifier space IIRC so I think this is a non bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29063