------- Comment #10 from tkoenig at gcc dot gnu dot org 2008-12-26 22:48 ------- (In reply to comment #8) > Plus this is documented this way: > http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Target-Options.html#index-V-901
I see this works for gcc. I also see (in the 4.4.0 docs) # The C++ compiler is G++, the Ada compiler is GNAT, and so on. When we # talk about compiling one of those languages, we might refer to that # compiler by its own name, or as GCC. Either is correct. In the text you quoted, it says # The argument version specifies which version of GCC to run. so GCC clearly refers to any of the suite of GCC compilers, not just the gcc command itself. The documentation doesn't match what's happening, so this is a bug. -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38628