http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54626
Bug #: 54626
Summary: Unexpected consequences of
__attribute__((optimize("-fno-PIC")))
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
gives
different alignment than g++
Product: gcc
Version: 4.2.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jepler at unpythonic dot
--- Comment #1 from jepler at unpythonic dot net 2009-11-18 20:23 ---
Created an attachment (id=19036)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19036&action=view)
test program to demonstrate the problem
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42098
--- Comment #2 from jepler at unpythonic dot net 2009-11-20 14:45 ---
(In reply to comment #0)
> Given the declaration: typedef volatile double D __attribute__((aligned(16)));
That should have been aligned(8)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42098
ty: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: jepler at unpythonic dot net
Target Milestone: ---
When compiled with `gcc -Wfloat-conversion -c boo.c` the following code results
in a `-Wfloat-conversion` diagnostic across a ra