This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9298: [3.4 regression] [new parser] ICE with function-pointer-type template args
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: bangerth at ticam dot utexas dot edu
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Thu, 16 Jan 2003 00:12:15 +0100
- Subject: Re: c++/9298: [3.4 regression] [new parser] ICE with function-pointer-type template args
On 15 Jan, Wolfgang Bangerth wrote:
> Values for pointer- or reference-type template arguments need to have
> _external_ linkage. "int i" does have that, "static void foo()" doesn't.
Argghh! Sorry again! You're right, of course. ISO-standard 14.3.2.
Regards,
Volker