Re: how to report a bug which doesn't happen on the .ii file generated with -save-temps?

2009-03-13 Thread Francesco Montorsi
Hi, Ian Lance Taylor ha scritto: Francesco Montorsi writes: I'm new to GCC project so let me know if this is the wrong place where I can ask such a question. The mailing list gcc-h...@gcc.gnu.org would be a better place. ok, thanks for the info; I'll post there in future. Ho

how to report a bug which doesn't happen on the .ii file generated with -save-temps?

2009-03-13 Thread Francesco Montorsi
-dbg packages for GCC itself on my Ubuntu Jaunty so that running GCC in GDB doesn't give me a valid stack trace... I'd prefer not to build GCC myself... is there some alternative I'm missing? Thanks, Francesco Montorsi

Re: How to make GCC stop on first error

2007-03-28 Thread Francesco Montorsi
Manuel López-Ibáñez ha scritto: (This question is more appropriate for gcc-help, this list is for gcc development.) ok, sorry. I'll post there next time. From the manual page: -Wfatal-errors This option causes the compiler to abort compilation on the first error occ

How to make GCC stop on first error

2007-03-28 Thread Francesco Montorsi
Hi all, I wonder if there is some option/flag I can feed to gcc to avoid that it continues compiling my source files after it encounters the first error... I've searched in gcc docs without success. This is very annoying when e.g. the first error is due to not finding a required header fi

Re: Help for warning: type attributes are honored only at type definition

2006-11-24 Thread Francesco Montorsi
Andrew Haley ha scritto: Francesco Montorsi writes: > > Looking around for a solution (e.g. suppress that specific warning) I've > found: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20345 > > and I wonder if the patch referenced there > (http://gcc.g

Re: Help for warning: type attributes are honored only at type definition

2006-11-22 Thread Francesco Montorsi
Maybe this is not the right list for such question? Should I directly use gcc bugzilla? Thanks, Francesco Francesco Montorsi ha scritto: Hi all, I'm getting a lot of warnings of type: warning: type attributes are honored only at type definition when building a library which use