This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12068] Template class definition generates error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-26 17:57 -------
You still are not getting the point the code you gave will not work on any compiler as where is List 
defined and other classes.
>From http://gcc.gnu.org/bugs:
What we need (all of these are needed)
Please include in your bug report all of the following items, the first three of which can be obtained 
from the output of gcc -v:
the exact version of GCC;
the system type;
the options given when GCC was configured/built;
the complete command line that triggers the bug;
the compiler output (error messages, warnings, etc.); and
the preprocessed file (*.i*) that triggers the   bug, generated by adding -save-temps to the 
complete   compilation command, or, in the case of a bug report for the GNAT front end,   a 
complete set of source files (see below).

What we do not want:(this is what you gave us so far.)
A code snippet that won't cause the compiler to produce the   exact output mentioned in the bug 
report (e.g., a snippet with just   a few lines around the one that apparently triggers the bug,   with 
some pieces replaced with ellipses or comments for extra   obfuscation :-)
Bugs in releases or snapshots of GCC not issued by the GNU   Project.  Report them to whoever 
provided you with the release


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]