This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Warning: warning: unrecognized characters `@GOTOFF' in expression


a.cpp:
  static struct c
  {
    double    c0, c1, c2 ;
  } s[1] = {{ 0,  1,  2  }};

  main()
  {
    int i;
    struct c j = s[i];
  }



gcc version 2.95.2 19991024 (release)

/tmp/ccwkdLIB.s: Assembler messages:
/tmp/ccwkdLIB.s:42: Warning: warning: unrecognized characters `@GOTOFF'
in expression

Options:
  gcc -fPIC a.cpp

greetings...
-- 
 _____ 
|     |     Dr. Jörn von Holten
|     `.__  megatel Informations- und Kommunikationssysteme GmbH
|         | Wiener Str. 3    *     28359 Bremen    *     Germany
| megatel | Phone:  +49 421 22095-0   *   Fax:  +49 421 22095-16
`---------' eMail:  jvh@innocent.com  *    http://www.megatel.de

Truth of the day: Managers, not engineers, rule the world.
Microsoft leads to fear, fear leads to anger, anger leads to 
hate and hate leads to suffering.  I sense much fear in you.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]