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

--- Comment #6 from John David Anglin <danglin at gcc dot gnu.org> 2011-02-05 
15:45:01 UTC ---
I'm seeing the following new fail on hppa64-hp-hpux11.11:

Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/20051207-3.c   -fno-unit-at-a-time -S  -o
20
051207-3.s    (timeout = 300)
FAIL: gcc.dg/20051207-3.c  (test for errors, line 7)

-bash-3.2$ less /test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/20051207-3.c
/* GCC doesn't generate any .eh_frame data for this TU itself, so it
   shouldn't warn about "a" conflicting with the built-in idea of
   .eh_frame.  The warning therefore belongs on the second decl.  */
/* { dg-options "-fno-unit-at-a-time" } */
/* { dg-require-named-sections "" } */
int a __attribute__((section (".eh_frame"))) = 1;
const int b __attribute__((section (".eh_frame"))) = 1; /* { dg-error "section
t
ype conflict" } */

Reply via email to