--- Comment #2 from danglin at gcc dot gnu dot org 2008-09-07 00:08 ---
This was introduced in revision 139930.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from danglin at gcc dot gnu dot org 2008-09-07 00:09 ---
Sorrry, that should have been revision 139931.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37380
Here's an odd error I just ran into. The source compiles fine as C but fails
with the C++ compiler.
$ cat t.C && cat /etc/redhat-release && gcc t.C || cat -n
/amd/devco/contrib/linux/gcc-4.3.1/lib/gcc/x86_64-unknown-linux-gnu/4.3.1/include-fixed/sys/stat.h
| head -n 350 | tail -n 10
#include
#inc
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 00:25 ---
This works for me on the trunk on powerpc64-linux-gnu. I think fix includes is
messing up the sys/stat.h for some reason.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 00:34 ---
This only ICEs on targets where va_list is an array.
Reduced testcase:
typedef __builtin_va_list __gnuc_va_list;
typedef __gnuc_va_list va_list;
template struct S { static const char* foo () { return 0; } };
templat
--- Comment #2 from jean-louis dot dornstetter at wanadoo dot fr
2008-09-07 01:02 ---
Created an attachment (id=16246)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16246&action=view)
Offending F77 sources files for bug 37401
I did not do my duties, sorry for that... The attached
seen with trunk 20080906, configured with configure -v
--with-pkgversion='Ubuntu 20080906-0ubuntu1'
--with-bugurl='file:///usr/share/doc/gcc-snapshot/README.Bugs'
--enable-languages=c,c++,java,fortran,objc,obj-c++,ada
--prefix=/usr/lib/gcc-snapshot --enable-shared --with-system
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-09-07 01:12 ---
*** Bug 37406 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 01:12 ---
*** This bug has been marked as a duplicate of 37344 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-07 01:15 ---
HPPA is fully broken, see PR 37071, PR 37265, and PR 37380.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
101 - 112 of 112 matches
Mail list logo