00001 /* 00002 * Copyright 2003, 2004, 2005, 2006 PathScale, Inc. All Rights Reserved. 00003 */ 00004 00005 #include "ansidecl.h" 00006 #include "version.h" 00007 00008 /* This is the string reported as the version number by all components 00009 of the compiler. If you distribute a modified version of GCC, 00010 please modify this string to indicate that, e.g. by putting your 00011 organization's name in parentheses at the end of the string. */ 00012 00013 const char version_string[] = "3.3.1 20030915 (Red Hat Linux 3.3.1-5)"; 00014 00015 /* This is the location of the online document giving instructions for 00016 reporting bugs. If you distribute a modified version of GCC, 00017 please change this to refer to a document giving instructions for 00018 reporting bugs to you, not us. (You are of course welcome to 00019 forward us bugs reported to you, if you determine that they are 00020 not bugs in your modifications.) */ 00021 00022 const char bug_report_url[] = "<URL:http://bugs.open64.net>";
1.5.6