This is the mail archive of the gcc@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] | |
Hello,
I have no "gccbug" program and the "http://gcc.gnu.org/cgi-bin/gnatsweb.pl" page didn't load. So I'd like to report this bug as plain mail.
Originator: Bernd Mueller-Zimmerman
Organization: Siemens AG
Confidential: No
Synopsis: gcc version 2.95.2: Internal compiler error in `fix_lexical_addr', at function.c:5604
Severity: non-critical
Priority: low
Category: c++
Class: ice-on-illegal-code
Release: gcc version 2.95.2 19991024 (release)
Environment: SunOS proxima 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-5_10
Description: Internal compiler error in `fix_lexical_addr', at function.c:5604
How-To-Repeat:
extern int printf (const char *, ...);
inline int SIZE () { return 10; }
void test1() {
// '}' forgotten here ....
class C {
public:
say() { printf("sizeof array3 = %d.\n", sizeof array3); }
char array3[SIZE()];
};
If you need to store my Mailaddress where it would be publically visible, please use "bernd.mz@gmx.de".
Thank you
Bernd Müller-Zimmermann
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |