Thread: GNU C/C++ compiler

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    4

    GNU C/C++ compiler

    Hi all!

    I'm hoping to find someone that is knowleddgable of the GNU C/C++ compiler (I'm using verision 4.0.2). I have a project in which I need to look through the code in the compiler (and there is a LOT of it) to find ways in which the compiler handles human usable output. I've been looking through the files and have found that many print information within them and there are many different ways of printing information (printf(), GC_err_print(), WARN(), etc) but I feel like I should be finding more information than I am.

    I'm wondering if anyone had any information that might guide me to find more of what I'm looking for, such as error handling and where the text printing is defined. Any help would be very greatly appreciated. Thanks!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Here's where you'll find the greatest concentration of gcc experts.
    http://www.gnu.org/software/gcc/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  2. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  3. How come compiler lets this pass?
    By cdalten in forum C Programming
    Replies: 8
    Last Post: 01-15-2006, 10:41 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. GNU Public Domain Compiler
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 08-22-2002, 06:55 AM