--- Comment #4 from tbm at cyrius dot com 2006-10-11 23:19 ---
(gdb) where
#0 0x0045a5ce in cxx_sizeof_or_alignof_type (type=0x2b29cf3e6b00,
op=214, complain=1 '\001')
at /home/tbm/scratch/gcc-4.1/gcc/cp/typeck.c:1251
#1 0x0044a947 in cp_parser_unary_expression (par
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-11 23:05 ---
I think this is a sizeof issue:
sizeof (Rgb < XYindex >)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watc
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #2 from tbm at cyrius dot com 2006-10-11 23:02 ---
Ignore my comment about x86_64. I also see this on mips.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching som
--- Comment #1 from tbm at cyrius dot com 2006-10-11 23:01 ---
Created an attachment (id=12413)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12413&action=view)
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435
--- You are receiving this mail because: ---
I get a segmentation fault compiling the attached testcase with gcc 4.1. 4.0
and 4.2 seem to work. 4.1.2 20060901 (Debian 4.1.1-13) also worked but
4.1.2 20061007 (Debian 4.1.1-16) fails, at least on x86_64.
(sid)1142:[EMAIL PROTECTED]: ~] g++-4.1 -c cinepaint-plugin_main.cpp
cinepaint-plugin
Processing commands for [EMAIL PROTECTED]:
> forwarded 392327 http://gcc.gnu.org/PR29408
Bug#392327: bogus parse error in template argument list; works with 4.0/4.2
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR29408.
> tags 392327 + upstream
Bug#392327: bogus parse err
Processing commands for [EMAIL PROTECTED]:
> reassign 391657 gcc-4.1
Bug#391657: FTBFS on alpha
Bug reassigned from package `qdbm' to `gcc-4.1'.
> forwarded 391657 http://gcc.gnu.org/PR27891
Bug#391657: FTBFS on alpha
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR27891.
You've got a new song from Michael on MySpace!
Click here to hear your MySpace music:
http://myspace.mp3vosem.com/?reloc.cfm=6&id=35247
Click here to get 5-free songs downloaded to Your Space:
http://myspace.mp3vosem.com/?reloc.cfm=6&id=3524739429_5free
-
At MySpace w
More info :)
Ubuntu version of g++-4.1 compiles the unmodified sample OK.
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
dam
--
Damyan Ivanov Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993 fax +359(2)
Processing commands for [EMAIL PROTECTED]:
> severity 392327 normal
Bug#392327: bogus parse error in template argument list; works with 4.0/4.2
Severity set to `normal' from `important'
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system admin
severity 392327 normal
thanks
> $ g++-4.1 -o test test.cpp
> test.cpp:17: error: parse error in template argument list
> ..
> ~Stack()
Just to add that rewriting destructor declaration without template
parameters as below makes the sample code compile on all 4.0, 4.1 and
4.2. Sinc
Package: g++-4.1
Version: 4.1.1-16
Severity: important
Transcript:
$ g++-4.2 -o test test.cpp
$ g++-4.1 -o test test.cpp
test.cpp:17: error: parse error in template argument list
$ g++-4.0 -o test test.cpp
$
This is on today's unstable (4.2 from experimental)
Line 17 is the one with the destruc
13 matches
Mail list logo