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 c++/14450] Compile error when compiling ltp-open_hpi_testsuite_module-20040304


------- Additional Comments From bangerth at dealii dot org  2004-05-07 13:41 -------
If you add the -save-temps flag to the compile flags of your project, 
the compiler will generate a .ii file in the directory from which it is 
called. This is the file we are interested in. 
 
Presumably, the easiest way to get it is to look at the last command  
executed by your Makefile. Copy that to the command line, add -save-temps 
and run it. That should hopefully generate the same compiler error, and 
as a side effect the .ii file we want. 
 
W. 

-- 


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


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