[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error messages with ranges
From: |
Richard Stallman |
Subject: |
Re: error messages with ranges |
Date: |
Tue, 13 Oct 2009 20:43:58 -0400 |
The goal here is to work towards supporting caret information in GCC
What is "caret information"?
exprs.c:47:15:{47:8-47:14}{47:17-47:24}: error: invalid operands
to binary expression ('int *' and '_Complex float')
P = (P-42) + Gamma*4;
~~~~~~ ^ ~~~~~~~
Is that what "caret information" means?
I can see how this
P = (P-42) + Gamma*4;
~~~~~~ ^ ~~~~~~~
is useful for humans, and making GCC output that information
seems like a good feature. But why is it useful to include
the location range information for the operands?
How exactly do people propose to use that location range information?
- error messages with ranges, Manuel López-Ibáñez, 2009/10/11
- error messages with ranges, Manuel López-Ibáñez, 2009/10/11
- Re: error messages with ranges, Karl Berry, 2009/10/11
- Re: error messages with ranges, Karl Berry, 2009/10/12
- Re: error messages with ranges, Manuel López-Ibáñez, 2009/10/13
- Re: error messages with ranges,
Richard Stallman <=
- Re: error messages with ranges, Manuel López-Ibáñez, 2009/10/14
- Re: error messages with ranges, Richard Stallman, 2009/10/15
- Re: error messages with ranges, Manuel López-Ibáñez, 2009/10/15
- Re: error messages with ranges, Richard Stallman, 2009/10/16
- Re: error messages with ranges, Gabriel Dos Reis, 2009/10/16
- Re: error messages with ranges, Chris Lattner, 2009/10/16
- Re: error messages with ranges, Joseph S. Myers, 2009/10/16
- Re: error messages with ranges, Gabriel Dos Reis, 2009/10/16
- Re: error messages with ranges, Richard Stallman, 2009/10/17
- Re: error messages with ranges, Richard Stallman, 2009/10/17