public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/48563] New: EOF not at EOL
@ 2011-04-11 22:05 keks at unstable dot nl
  2011-04-11 22:07 ` [Bug middle-end/48563] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: keks at unstable dot nl @ 2011-04-11 22:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563

           Summary: EOF not at EOL
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: keks@unstable.nl


Created attachment 23957
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23957
musl's openat file as destributed in sabotage

I tried to bootstrap sabotage[0] on i686, and when gcc(not sure what stage, but
i believe stage0, so my own compiler (gcc (GCC) 4.5.2 20110127 (prerelease))),
however when dealing with musl libc's openat function, gcc blew up and
reported: 
---
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
{standard input}:22: Error: bad register name `%'
make: *** [src/fcntl/openat.o] Error 1
---
sorry i can't give you a lot of info on this, but the file was openat.c.

[0]: https://github.com/chneukirchen/sabotage


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/48563] EOF not at EOL
  2011-04-11 22:05 [Bug c/48563] New: EOF not at EOL keks at unstable dot nl
@ 2011-04-11 22:07 ` pinskia at gcc dot gnu.org
  2011-04-11 22:27 ` keks at unstable dot nl
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-04-11 22:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-04-11 22:07:45 UTC ---
Can you provide the output of gcc -v?  Can you attach the preprocessed source
and the exact command line which gcc is involved with?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/48563] EOF not at EOL
  2011-04-11 22:05 [Bug c/48563] New: EOF not at EOL keks at unstable dot nl
  2011-04-11 22:07 ` [Bug middle-end/48563] " pinskia at gcc dot gnu.org
@ 2011-04-11 22:27 ` keks at unstable dot nl
  2011-04-12 10:35 ` rguenth at gcc dot gnu.org
  2013-11-10  8:20 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: keks at unstable dot nl @ 2011-04-11 22:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563

--- Comment #2 from keks at unstable dot nl 2011-04-11 22:27:45 UTC ---
that is the problem, it was during a bootstrap procedure and I'm not sure which
gcc was used. from reading the buildscript it believe it was the new one
though:

% /tmp/sabotage/root/bin/gcc -v
Reading specs from
/tmp/sabotage/root/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: ./configure --prefix=/ --disable-multilib --disable-nls
Thread model: posix
gcc version 3.4.6


hope this helps.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/48563] EOF not at EOL
  2011-04-11 22:05 [Bug c/48563] New: EOF not at EOL keks at unstable dot nl
  2011-04-11 22:07 ` [Bug middle-end/48563] " pinskia at gcc dot gnu.org
  2011-04-11 22:27 ` keks at unstable dot nl
@ 2011-04-12 10:35 ` rguenth at gcc dot gnu.org
  2013-11-10  8:20 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-12 10:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.04.12 10:35:13
     Ever Confirmed|0                           |1

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-12 10:35:13 UTC ---
GCC 3.4.x is no longer supported.  Please update to at least 4.3.x, preferably
4.5.x or 4.6.0 though.

Also we need preprocessed source, not just the C file.  You can obtain it
by appending -save-temps to the compile command that fails.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/48563] EOF not at EOL
  2011-04-11 22:05 [Bug c/48563] New: EOF not at EOL keks at unstable dot nl
                   ` (2 preceding siblings ...)
  2011-04-12 10:35 ` rguenth at gcc dot gnu.org
@ 2013-11-10  8:20 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-10  8:20 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No feedback in over 2 years so closing.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-10  8:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11 22:05 [Bug c/48563] New: EOF not at EOL keks at unstable dot nl
2011-04-11 22:07 ` [Bug middle-end/48563] " pinskia at gcc dot gnu.org
2011-04-11 22:27 ` keks at unstable dot nl
2011-04-12 10:35 ` rguenth at gcc dot gnu.org
2013-11-10  8:20 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).