Bug#269513: gcc-3.4: Template template specialization matching problem.

2004-09-01 Thread Tyson Whitehead
Package: gcc-3.4 Version: 3.4.1-7 Severity: normal Gcc 3.3 and gcc 3.4 both give the error message "error: `type' is not a member of `outer::inner >'" when trying to compile the following: template struct dummy { }; template class outer_func> struct outer { template struct inner { }; te

g++: Full VS Partial Specialization of Nested Templates

2004-09-01 Thread Tyson Whitehead
pace scope" solution does not work for nested templates. 5- Mark Mitchell (who implemented this limitation), appeared to be in agreement about un-implementing it (I have no idea why he did not -- possibly he just never got around to it?). - -T PS: Please CC me in responses as I don

Bug#212912: GCC Patch

2004-01-23 Thread Tyson Whitehead
hat only contains the original alpha-ieee.dpatch file I submitted and has not any of the subsequent patches I submitted applied). - -- Tyson Whitehead ([EMAIL PROTECTED] -- WSC-) Computer EngineerDept. of Applied Mathematics, Graduate Student- Applied MathematicsUnive

Bug#212912: Documentation and -ffast-math Patch

2004-01-13 Thread Tyson Whitehead
and has not had the second patch I submitted (i.e. the rules.patch file modified to actually include the alpha-ieee.dpatch file in the build). - -- Tyson Whitehead ([EMAIL PROTECTED] -- WSC-) Computer EngineerDept. of Applied Mathematics, Graduate Student- Applied Mathemat

IEEE Floating Point on Alpha

2004-01-09 Thread Tyson Whitehead
h.o to be linked into the resulting executable. This code sets the FPU to map denormals and underflows to zero (i.e. code compiled with -ffast-math does not SIGFPE over denormals). - -- Tyson Whitehead ([EMAIL PROTECTED] -- WSC-) Computer EngineerDept. of Applied Math

GCC compilation problems

2003-12-31 Thread Tyson Whitehead
erent line, for gcc 1:3.3.2ds1-0pre2 that was supposidly fixed in 1:3.3.2ds2-0pre3 (Debian Bug#208717). -T -- Tyson Whitehead ([EMAIL PROTECTED] -- WSC-) Computer EngineerDept. of Applied Mathematics, Graduate Student- Applied MathematicsUniversity of Western On

Bug#212912: acknowledged by developer (Bug#212912: fixed in gcc-3.3 1:3.3.2ds3-0pre5)

2003-11-20 Thread Tyson Whitehead
<[EMAIL PROTECTED]>. >* On alpha-linux, make -mieee default and add -mieee-disable switch > to turn default off (closes: #212912). > (Tyson Whitehead) Someone was complaining about SIGFPE's on the Debian Alpha list again, so I downloaded the gcc source to see what was up

Bug#212912: gcc-3.3: [alpha] Linux linker/loader does not support -mieee-conformant

2003-10-06 Thread Tyson Whitehead
that's the case, the patch would be OK with me, > since actually also very little code needs high floating point > performance. I don't have time right now to look at any more GCC code, but from what I have seen, the OVERRIDE_OPTIONS macro looks like it might do what you are lo

Bug#212912: gcc-3.3: [alpha] Linux linker/loader does not support -mieee-conformant

2003-09-26 Thread Tyson Whitehead
Package: gcc-3.3 Version: 1:3.3.2-0pre4 Severity: normal Tags: patch DEC Unix provides both IEEE conformant and IEEE nonconformant libraries, and links against the appropriate libraries based on the setting of eflag 48 (set implicitly by specifying -mieee or explicitly by specifying -mieee-conform

GCC Alpha IEEE patch

2003-07-11 Thread Tyson Whitehead
x27;SIGFPE and -mieee'). Place the attached alpha-ieee.dpatch file in the debian/patches directory for gcc (unstable, version 3) add it to the debian/rules.patch file as follows: ifeq ($(DEB_TARGET_ARCH),alpha) debian_patches += alpha-ieee endif Later -T -- Tyson Whitehead ([EMAIL PR