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]
Other format: [Raw text]

[Bug c++/34747] __attribute__((aligned(x)))+__alignof != correct behaviour



------- Comment #2 from andry at inbox dot ru  2008-01-12 08:42 -------
(In reply to comment #1)
> I think this is really just PR 10179 which was fixed for 4.3.0.
> 

Could you test it on 4.3?
I tried to "make" trunk, but stopped with error:
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2605: error: cannot compute suffix of object files: cannot compile

could you run my test on g++ 4.3 to see is that all ok?


-- 


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


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