public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35034]  New: assembler errors when building gcc/unwind-*.c
@ 2008-01-30 22:19 aldot at gcc dot gnu dot org
  2008-01-30 23:16 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 aldot at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-30 22:19 UTC (permalink / raw)
  To: gcc-bugs

There seem to be different, conflicting implementations of
size_of_encoded_value():

dwarf2asm.c-int
dwarf2asm.c:size_of_encoded_value (int encoding)

unwind-pe.h-static unsigned int
unwind-pe.h:size_of_encoded_value (unsigned char encoding)


/scratch/obj.i686/gcc-4.3/./gcc/xgcc -B/scratch/obj.i686/gcc-4.3/./gcc/
-B/opt/i
686/gcc-4.3//i686-linux-gnu/bin/ -B/opt/i686/gcc-4.3//i686-linux-gnu/lib/
-isyst
em /opt/i686/gcc-4.3//i686-linux-gnu/include -isystem
/opt/i686/gcc-4.3//i686-li
nux-gnu/sys-include -march=pentium4 -mtune=pentium4 -Os -fno-tree-loop-optimize 
-fno-tree-dominator-opts -fno-strength-reduce -fno-branch-count-reg
-falign-func
tions=1 -falign-jumps=1 -falign-loops=1 -mpreferred-stack-boundary=2 -pipe -g3
-
ggdb3 -O2  -O2 -g -O0 -g3 -ggdb3   -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict
-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include 
-fP
IC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I.
-I../.
././gcc -I../../../../src/gcc-4.3/libgcc -I../../../../src/gcc-4.3/libgcc/.
-I..
/../../../src/gcc-4.3/libgcc/../gcc -I../../../../src/gcc-4.3/libgcc/../include 
-I../../../../src/gcc-4.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT
-DHAV
E_CC_TLS -DUSE_TLS -o lib2addeh_static_onestep.o -MT lib2addeh_static_onestep.o 
-MD -MP -MF lib2addeh_static_onestep.dep -fexceptions -c -combine
../../../../sr
c/gcc-4.3/libgcc/../gcc/emutls.c
../../../../src/gcc-4.3/libgcc/../gcc/gthr-gnat
.c ../../../../src/gcc-4.3/libgcc/../gcc/unwind-c.c
../../../../src/gcc-4.3/libg
cc/../gcc/unwind-dw2-fde-glibc.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-dw
2.c ../../../../src/gcc-4.3/libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden
-DHI
DE_EXPORTS
{standard input}: Assembler messages:
{standard input}:49634: Error: symbol `size_of_encoded_value' is already
defined
{standard input}:49785: Error: symbol `read_uleb128' is already defined
{standard input}:49828: Error: symbol `read_sleb128' is already defined
{standard input}:49885: Error: symbol `read_encoded_value_with_base' is already 
defined
{standard input}:50121: Error: symbol `get_cie' is already defined
{standard input}:50145: Error: symbol `next_fde' is already defined
make[3]: *** [lib2addeh_static_onestep.o] Error 1


-- 
           Summary: assembler errors when building gcc/unwind-*.c
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: assemble-failure
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
@ 2008-01-30 23:16 ` aldot at gcc dot gnu dot org
  2008-01-31 10:40 ` rguenth at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-30 23:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from aldot at gcc dot gnu dot org  2008-01-30 22:56 -------
Works with -O2, fails with -O0, -O1, -O2 -fno-inline

-O0:
$ /scratch/obj.i686/gcc-4.3/./gcc/xgcc -B/scratch/obj.i686/gcc-4.3/./gcc/
-B/opt/i686/gcc-4.3//i686-linux-gnu/bin/
-B/opt/i686/gcc-4.3//i686-linux-gnu/lib/ -isystem
/opt/i686/gcc-4.3//i686-linux-gnu/include -isystem
/opt/i686/gcc-4.3//i686-linux-gnu/sys-include   -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc
-I../../../../src/gcc-4.3/libgcc -I../../../../src/gcc-4.3/libgcc/.
-I../../../../src/gcc-4.3/libgcc/../gcc
-I../../../../src/gcc-4.3/libgcc/../include
-I../../../../src/gcc-4.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT
-DHAVE_CC_TLS -DUSE_TLS -o lib2addeh_static_onestep.o -MT
lib2addeh_static_onestep.o -MD -MP -MF lib2addeh_static_onestep.dep
-fexceptions -combine ../../../../src/gcc-4.3/libgcc/../gcc/emutls.c
../../../../src/gcc-4.3/libgcc/../gcc/gthr-gnat.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-c.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-dw2-fde-glibc.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-dw2.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden
-DHIDE_EXPORTS -c -O0
/tmp/ccidDTzT.s: Assembler messages:
/tmp/ccidDTzT.s:5738: Error: symbol `size_of_encoded_value' is already defined
/tmp/ccidDTzT.s:5889: Error: symbol `read_uleb128' is already defined
/tmp/ccidDTzT.s:5932: Error: symbol `read_sleb128' is already defined
/tmp/ccidDTzT.s:5989: Error: symbol `read_encoded_value_with_base' is already
defined
/tmp/ccidDTzT.s:6224: Error: symbol `get_cie' is already defined
/tmp/ccidDTzT.s:6248: Error: symbol `next_fde' is already defined


-O1:
$ /scratch/obj.i686/gcc-4.3/./gcc/xgcc -B/scratch/obj.i686/gcc-4.3/./gcc/
-B/opt/i686/gcc-4.3//i686-linux-gnu/bin/
-B/opt/i686/gcc-4.3//i686-linux-gnu/lib/ -isystem
/opt/i686/gcc-4.3//i686-linux-gnu/include -isystem
/opt/i686/gcc-4.3//i686-linux-gnu/sys-include   -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc
-I../../../../src/gcc-4.3/libgcc -I../../../../src/gcc-4.3/libgcc/.
-I../../../../src/gcc-4.3/libgcc/../gcc
-I../../../../src/gcc-4.3/libgcc/../include
-I../../../../src/gcc-4.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT
-DHAVE_CC_TLS -DUSE_TLS -o lib2addeh_static_onestep.o -MT
lib2addeh_static_onestep.o -MD -MP -MF lib2addeh_static_onestep.dep
-fexceptions -combine ../../../../src/gcc-4.3/libgcc/../gcc/emutls.c
../../../../src/gcc-4.3/libgcc/../gcc/gthr-gnat.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-c.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-dw2-fde-glibc.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-dw2.c
../../../../src/gcc-4.3/libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden
-DHIDE_EXPORTS -c -O1
/tmp/ccNNdoTR.s: Assembler messages:
/tmp/ccNNdoTR.s:5207: Error: symbol `read_uleb128' is already defined
/tmp/ccNNdoTR.s:5260: Error: symbol `read_sleb128' is already defined
/tmp/ccNNdoTR.s:5329: Error: symbol `read_encoded_value_with_base' is already
defined


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|assembler errors when       |assembler errors when
                   |building gcc/unwind-*.c     |building gcc/unwind-*.c at -
                   |                            |O0 or -O1


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
  2008-01-30 23:16 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 aldot at gcc dot gnu dot org
@ 2008-01-31 10:40 ` rguenth at gcc dot gnu dot org
  2008-01-31 12:22 ` jakub at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-31 10:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-01-31 10:35 -------
I suppose the static function

static const unsigned char *
read_uleb128 (const unsigned char *p, _uleb128_t *val)
{

in unwind-pe.h should be marked 'inline', otherwise it will be emitted
multiple times to the asm file by -combine.


-- 


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
  2008-01-30 23:16 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 aldot at gcc dot gnu dot org
  2008-01-31 10:40 ` rguenth at gcc dot gnu dot org
@ 2008-01-31 12:22 ` jakub at gcc dot gnu dot org
  2008-01-31 15:10 ` aldot at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-01-31 12:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-01-31 10:44 -------
The static size_of_encoded_value's are supposed to be mangled when --combine,
like size_of_encoded_value.12521 and on a simple testcase with --combine
on x86_64-linux/trunk they are.


-- 


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-01-31 12:22 ` jakub at gcc dot gnu dot org
@ 2008-01-31 15:10 ` aldot at gcc dot gnu dot org
  2008-01-31 15:12 ` [Bug c/35034] [4.3 Regression] " aldot at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-31 15:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from aldot at gcc dot gnu dot org  2008-01-31 14:47 -------
Smaller testcase:
-----------------------------------
$ cat pr35034-1.c
/* PR 35034 - fails to mangle function names for different TUs.  */
/* { dg-do compile } */
/* { dg-options "-combine -O0" } */
/* { dg-additional-sources pr35034-2.c } */
typedef int int_t;

static void
size_of_encoded_value (void)
{
};
extern int pthread_once (int_t *__once_control,
    void (*__init_routine) (void));
static __typeof(pthread_once) __gthrw_pthread_once __attribute__
((__weakref__("pthread_once")));

-----------------------------------
$ cat pr35034-2.c 
void size_of_encoded_value (void)
{
};
-----------------------------------


Gives with current trunk:
$ gcc-4.3-HEAD pr35034-1.c pr35034-2.c -O0 -c -o foo.o -combine -pipe
{standard input}: Assembler messages:
{standard input}:12: Error: symbol `size_of_encoded_value' is already defined
$ gcc-4.3-HEAD pr35034-1.c pr35034-2.c -O0 -S -o - -combine -pipe
        .file   "pr35034-1.c"
        .text
        .type   size_of_encoded_value, @function
size_of_encoded_value:
        pushl   %ebp
        movl    %esp, %ebp
        popl    %ebp
        ret
        .size   size_of_encoded_value, .-size_of_encoded_value
.globl size_of_encoded_value
        .type   size_of_encoded_value, @function
size_of_encoded_value:
        pushl   %ebp
        movl    %esp, %ebp
        popl    %ebp
        ret
        .size   size_of_encoded_value, .-size_of_encoded_value
        .weakref        __gthrw_pthread_once,pthread_once
        .ident  "GCC: (GNU) 4.3.0 20080131 (experimental)"
        .section        .note.GNU-stack,"",@progbits


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, wrong-code
      Known to fail|                            |4.3.0


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


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

* [Bug c/35034] [4.3 Regression] assembler errors when building gcc/unwind-*.c at -O0 or -O1
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-01-31 15:10 ` aldot at gcc dot gnu dot org
@ 2008-01-31 15:12 ` aldot at gcc dot gnu dot org
  2008-01-31 15:19 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-31 15:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aldot at gcc dot gnu dot org  2008-01-31 15:05 -------
Works with gcc-4.1.2 (if one prunes the 'static' of the weakref; They were
required to be public back then):

$ gcc-4.1 pr35034-1.c pr35034-2.c -O0 -S -o - -combine -pipe
        .file   "pr35034-1.c"
        .text
.globl size_of_encoded_value
        .type   size_of_encoded_value, @function
size_of_encoded_value:
        pushl   %ebp
        movl    %esp, %ebp
        popl    %ebp
        ret
        .size   size_of_encoded_value, .-size_of_encoded_value
        .weakref        __gthrw_pthread_once,pthread_once
        .ident  "GCC: (GNU) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)"
        .section        .note.GNU-stack,"",@progbits


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.1.2
            Summary|assembler errors when       |[4.3 Regression] assembler
                   |building gcc/unwind-*.c at -|errors when building
                   |O0 or -O1                   |gcc/unwind-*.c at -O0 or -O1


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-01-31 15:19 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA rguenth at gcc dot gnu dot org
@ 2008-01-31 15:19 ` rguenth at gcc dot gnu dot org
  2008-01-31 15:20 ` aldot at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-31 15:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2008-01-31 15:10 -------
Fails with 4.1.2 for me as well, with the static.  w/o 4.1 complains

t1.c:5: error: '__gthrw_pthread_once' defined both normally and as an alias


-- 


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-01-31 15:12 ` [Bug c/35034] [4.3 Regression] " aldot at gcc dot gnu dot org
@ 2008-01-31 15:19 ` rguenth at gcc dot gnu dot org
  2008-01-31 15:19 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-31 15:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2008-01-31 15:08 -------
Confirmed.  The following also fails with optimization:

t1.c:
static void __attribute__((used))
size_of_encoded_value (void)
{
};
static int __gthrw_pthread_once __attribute__ ((__weakref__("pthread_once")));

t2.c:
void size_of_encoded_value (void)
{
};


Not a regression.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|4.1.2                       |
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-31 15:08:10
               date|                            |
            Summary|[4.3 Regression] assembler  |assembler errors when
                   |errors when building        |building gcc/unwind-*.c at -
                   |gcc/unwind-*.c at -O0 or -O1|O0 or -O1 with IMA


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-01-31 15:19 ` rguenth at gcc dot gnu dot org
@ 2008-01-31 15:20 ` aldot at gcc dot gnu dot org
  2008-01-31 15:55 ` aldot at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-31 15:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aldot at gcc dot gnu dot org  2008-01-31 15:11 -------
(In reply to comment #2)
> I suppose the static function
> 
> static const unsigned char *
> read_uleb128 (const unsigned char *p, _uleb128_t *val)
> {
> 
> in unwind-pe.h should be marked 'inline', otherwise it will be emitted
> multiple times to the asm file by -combine.

unwind-pe.h as a header should provide an interface to and not implementations
of the required functions. Apart from fixing the functions in IMA, unwind-pe.h
should split it's implementations off into a e.g. unwind-pe.c that exports the
common helpers.

Does somebody know if it is really intended that dwarf2asm.c has grown (or
kept) a different impl of size_of_encoded_value() than all the rest?


-- 


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-01-31 15:20 ` aldot at gcc dot gnu dot org
@ 2008-01-31 15:55 ` aldot at gcc dot gnu dot org
  2008-01-31 15:59 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-01-31 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from aldot at gcc dot gnu dot org  2008-01-31 15:18 -------
(In reply to comment #7)
> Fails with 4.1.2 for me as well, with the static.  w/o 4.1 complains
> 
> t1.c:5: error: '__gthrw_pthread_once' defined both normally and as an alias
> 

Works flawlessly for me (without the static, on debian with the debian-patched
cc):
$ gcc-4.1 pr35034-1.c pr35034-2.c -O0 -c -o foo.o -combine -pipe ; echo $?
0


-- 


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


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

* [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2008-01-31 15:55 ` aldot at gcc dot gnu dot org
@ 2008-01-31 15:59 ` rguenth at gcc dot gnu dot org
  2008-12-29 14:28 ` [Bug c/35034] weakref vs. -combine pinskia at gcc dot gnu dot org
  2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-31 15:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rguenth at gcc dot gnu dot org  2008-01-31 15:20 -------
That's a accepts-invalid problem on 4.1, try the same thing with the reduced
testcase from comment #6.


-- 


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


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

* [Bug c/35034] weakref vs. -combine
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2008-01-31 15:59 ` rguenth at gcc dot gnu dot org
@ 2008-12-29 14:28 ` pinskia at gcc dot gnu dot org
  2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-29 14:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2008-12-29 14:26 -------
*** Bug 38460 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug c/35034] weakref vs. -combine
  2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2008-12-29 14:28 ` [Bug c/35034] weakref vs. -combine pinskia at gcc dot gnu dot org
@ 2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-17  9:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2010-09-17 09:06 -------
-combine has been removed from GCC 4.6 in favor of LTO, closing as WONTFIX.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2010-09-17  9:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 22:19 [Bug c/35034] New: assembler errors when building gcc/unwind-*.c aldot at gcc dot gnu dot org
2008-01-30 23:16 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 aldot at gcc dot gnu dot org
2008-01-31 10:40 ` rguenth at gcc dot gnu dot org
2008-01-31 12:22 ` jakub at gcc dot gnu dot org
2008-01-31 15:10 ` aldot at gcc dot gnu dot org
2008-01-31 15:12 ` [Bug c/35034] [4.3 Regression] " aldot at gcc dot gnu dot org
2008-01-31 15:19 ` [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA rguenth at gcc dot gnu dot org
2008-01-31 15:19 ` rguenth at gcc dot gnu dot org
2008-01-31 15:20 ` aldot at gcc dot gnu dot org
2008-01-31 15:55 ` aldot at gcc dot gnu dot org
2008-01-31 15:59 ` rguenth at gcc dot gnu dot org
2008-12-29 14:28 ` [Bug c/35034] weakref vs. -combine pinskia at gcc dot gnu dot org
2010-09-17  9:08 ` rguenth at gcc dot gnu dot 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).