public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/63182] New: [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported
@ 2014-09-05  2:45 danglin at gcc dot gnu.org
  2014-09-05  8:17 ` [Bug libgcc/63182] " dominiq at lps dot ens.fr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-09-05  2:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63182

            Bug ID: 63182
           Summary: [5.0 Regression] libgcov-interface.c:136:33: error:
                    alias definitions not supported
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

/test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/lib/ -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/sys-include    -g -O2 -O2  -g -O2
-DIN_GCC    -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format
-Wstrict-prototy
pes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  
-frandom-seed=fixed-seed -fPIC -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector   -f
random-seed=fixed-seed -fPIC -I. -I. -I../.././gcc -I../../../gcc/libgcc
-I../..
/../gcc/libgcc/. -I../../../gcc/libgcc/../gcc -I../../../gcc/libgcc/../include  
-DHAVE_CC_TLS -DUSE_EMUTLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep
-DL_gcov -c ../../../gcc/libgcc/libgcov-driver.c
../../../gcc/libgcc/libgcov-interface.c:136:33: error: alias definitions not
sup
ported in this configuration
 STRONG_ALIAS (__gcov_reset_int, __gcov_reset);
                                 ^
../../../gcc/libgcc/libgcov-interface.c:49:25: note: in definition of macro
'STR
ONG_ALIAS'
   extern __typeof (src) dst __attribute__((alias (#src)))
                         ^
make[3]: *** [_gcov_reset.o] Error 1

Probably introduced by:

2014-09-02  Nathan sidwell  <nathan@acm.org>

        * libgcov-interface.c (STRONG_ALIAS): New.
        (__gcov_flush): Call __gcov_reset_int.
        (__gcov_reset): Strong alias for ...
        (__gcov_reset_ing): ... this renamed hidden version.
        * libgcov.h (__gcov_reset_int): New declaration.


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

* [Bug libgcc/63182] [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported
  2014-09-05  2:45 [Bug libgcc/63182] New: [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported danglin at gcc dot gnu.org
@ 2014-09-05  8:17 ` dominiq at lps dot ens.fr
  2014-09-05  8:38 ` rguenth at gcc dot gnu.org
  2014-09-27  9:05 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-09-05  8:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63182

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-*-darwin*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-05
                 CC|                            |nathan at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Patch at https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00237.html successfully
bootstrapped and regtested on x86_64-apple-darwin13.


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

* [Bug libgcc/63182] [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported
  2014-09-05  2:45 [Bug libgcc/63182] New: [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported danglin at gcc dot gnu.org
  2014-09-05  8:17 ` [Bug libgcc/63182] " dominiq at lps dot ens.fr
@ 2014-09-05  8:38 ` rguenth at gcc dot gnu.org
  2014-09-27  9:05 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-05  8:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63182

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug libgcc/63182] [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported
  2014-09-05  2:45 [Bug libgcc/63182] New: [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported danglin at gcc dot gnu.org
  2014-09-05  8:17 ` [Bug libgcc/63182] " dominiq at lps dot ens.fr
  2014-09-05  8:38 ` rguenth at gcc dot gnu.org
@ 2014-09-27  9:05 ` fxcoudert at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-09-27  9:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63182

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fxcoudert at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #2 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
This appears to be fixed on current trunk. Closing.


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

end of thread, other threads:[~2014-09-27  9:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05  2:45 [Bug libgcc/63182] New: [5.0 Regression] libgcov-interface.c:136:33: error: alias definitions not supported danglin at gcc dot gnu.org
2014-09-05  8:17 ` [Bug libgcc/63182] " dominiq at lps dot ens.fr
2014-09-05  8:38 ` rguenth at gcc dot gnu.org
2014-09-27  9:05 ` fxcoudert 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).