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]
Other format: [Raw text]

[Bug optimization/13147] Internal error when compiling StepMania, app requested bug report


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-22 00:21 -------
What we need:
Please include in your bug report all of the following items, the first three of which can be obtained 
from the output of gcc -v:
the exact version of GCC;
the system type;
the options given when GCC was configured/built
the complete command line that triggers the bug;
the compiler output (error messages, warnings, etc.); and
the preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to the complete 
compilation command, or, in the case of a bug report for the GNAT front end, a complete set of 
source files (see below).

In general, all the information we need can be obtained by collecting the command line below, as 
well as its output and the preprocessed file it generates.
gcc -v -save-temps all-your-options source-file
Typically the preprocessed file (extension .i for C or .ii for C++, and .f if the preprocessor is used 
on Fortran files) will be large, so please compress the resulting file with one of the popular 
compression programs such as bzip2, gzip, zip or compress (in decreasing order of preference). 
Use maximum compression (-9) if available. Please include the compressed preprocessor output in 
your bug report, even if the source code is freely available elsewhere; it makes the job of our 
volunteer testers much easier.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |optimization
           Keywords|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13147


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