This is the mail archive of the gcc-bugs@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]

Re: Internal compiler error


On Tue, Feb 01, 2000 at 12:29:33AM -0500, Eric Ford wrote:
> 2.95.2
> Linux RH6.0 smp
> -O3 -pg -g
> 
> Problem appears to be parsing of "x[i].", where x is a pointer, i
> is an int, and the . is spurious.

Please provide a complete test case.  We need a source file that can
be fed straight to the compiler to reproduce the bug.  If you need to
include system headers, send us preprocessor output (do gcc
-save-temps and send us the .i file).

Also please provide the exact command line used and every last
character of the error message.

zw

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]