[Bug c/17301] ICE on wrong usage of __builtin_stdarg_start

2004-10-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-12 08:32 --- Subject: Bug 17301 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-12 08:32:17 Modified files: gcc: ChangeLog c-typeck.c

[Bug c/17301] ICE on wrong usage of __builtin_stdarg_start

2004-10-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-12 11:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/17301] ICE on wrong usage of __builtin_stdarg_start

2004-10-11 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-11 08:52 --- Joseph, your fix is only a partial one. We still ICE if no argument at all is passed to __builtin_stdarg_start: = void foo (char *format, ...) { __builtin_stdarg_start

[Bug c/17301] ICE on wrong usage of __builtin_stdarg_start

2004-10-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|REOPENED