public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/52150] New: [4.7 regression]  junk at end of line in Firefox PGO build
@ 2012-02-07 17:27 markus at trippelsdorf dot de
  2012-02-07 17:41 ` [Bug gcov-profile/52150] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: markus at trippelsdorf dot de @ 2012-02-07 17:27 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52150
           Summary: [4.7 regression]  junk at end of line in Firefox PGO
                    build
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: markus@trippelsdorf.de


Consider: 

 % cat test.i
typedef struct _cairo cairo_t;
cairo_t *_moz_cairo_create ();

__typeof (_moz_cairo_create)
_moz_cairo_create __asm__ ("INT__moz_cairo_create");
cairo_t *_moz_cairo_create ()
{
}

% gcc -c -fprofile-generate test.i
/tmp/ccwYenBS.s: Assembler messages:
/tmp/ccwYenBS.s:41: Error: junk at end of line, first unrecognized character is
`*'
/tmp/ccwYenBS.s:42: Error: bad expression
/tmp/ccwYenBS.s:42: Error: junk at end of line, first unrecognized character is
`I'
/tmp/ccwYenBS.s:66: Error: unrecognized symbol type ""
/tmp/ccwYenBS.s:66: Error: junk at end of line, first unrecognized character is
`*'
/tmp/ccwYenBS.s:67: Error: expected comma after name `__gcov__' in .size
directive
/tmp/ccwYenBS.s:68: Error: invalid character '*' in mnemonic
/tmp/ccwYenBS.s:76: Error: operation combines symbols in different segments

>From test.s:
 39 __gcov_indirect_call_counters:
 40         .zero   8 
 41         .local  __gcov0_*INT__moz_cairo_create
 42         .comm   __gcov0_*INT__moz_cairo_create,8,8
 43         .text 
 44         .type   _GLOBAL__sub_I_65535_0_INT__moz_cairo_create, @function


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

end of thread, other threads:[~2012-02-08 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07 17:27 [Bug gcov-profile/52150] New: [4.7 regression] junk at end of line in Firefox PGO build markus at trippelsdorf dot de
2012-02-07 17:41 ` [Bug gcov-profile/52150] " pinskia at gcc dot gnu.org
2012-02-07 17:43 ` pinskia at gcc dot gnu.org
2012-02-08  0:01 ` jakub at gcc dot gnu.org
2012-02-08  8:04 ` jakub at gcc dot gnu.org
2012-02-08  8:38 ` jakub at gcc dot gnu.org
2012-02-08 10:31 ` markus at trippelsdorf dot de
2012-02-08 13:27 ` jakub at gcc dot gnu.org
2012-02-08 13:39 ` jakub 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).