This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2008 15:08:10 -0000
- Subject: [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA
- References: <bug-35034-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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