[MBT] new ticket for pkg gcc "gcc get signal 11"
bugs at pld-linux.org
bugs at pld-linux.org
Mon Jun 28 09:55:16 CEST 2004
Date: 2004-06-28 09:55:15+02 Author: Roman Werpachowski (roman) <roman at cft.edu.pl>
Title: gcc get signal 11
Ticket ID: #925
Ticket URL: http://bugs.pld-linux.org/?bug=925
Package: gcc-2:2.95.4-0.20010823.3
Distribution: PLD-1.0.main PLD-1.1.main
Category: doesn't work as it should
Current state: opened
Text:
After running
$ gcc source.c
I get:
In file included from source.c:1:
source.h:1: `N' undeclared here (not in a function)
source.h:4: invalid use of `restrict'
gcc: Internal compiler error: program cc1 got fatal signal 11
On two different machines I get the same result, so it's not a hardware (RAM) problem.
The files contain:
* source.c:
#include "source.h"
* source.h:
typedef double tablica[N];
typedef struct {
tablica dane;
} rekord;
More information about the pld-bugs
mailing list