using a very recent : gcc version 4.8.0 20121021 (experimental) (GCC)
h4ck3rm1k3@gcc10:~/experiments/build/glibc$ echo "int x;" | g++
-save-temps -x c -
cc1: error: unrecognized command line option ā-.iā
this causes problems compiling glibc with -save-temps.
is this known? should I report a bu
>> Does the group / team have an AIX 6.1 build machine to build the trunk on?
>> Or am I the first to person walk into this?
>
> I'm still curious in the question above
And I'm still curious :-)
I opened this bug report: http://gcc.gnu.org/bugzilla/post_bug.cgi
I finally got trunk to build.
On 28 October 2012 13:39, Perry Smith wrote:
> I opened this bug report: http://gcc.gnu.org/bugzilla/post_bug.cgi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55105
>> Does the group / team have an AIX 6.1 build machine to build the trunk on?
>> Or am I the first to person walk into this?
>
> I'm still curious in the question above
And I'm still curious :-)
I opened this bug report:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55105
I finally got trunk to
On Sun, 28 Oct 2012, Mike Dupont wrote:
> is this known? should I report a bug? any ideas on fixing it, I might
> be able to do so, it should be simple.
I think the fix should be to give an early error message for compiling
from stdin with -save-temps, and then stop the compilation because ther
Snapshot gcc-4.8-20121028 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20121028/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.8 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk