[Bug target/54626] New: Unexpected consequences of __attribute__((optimize("-fno-PIC")))

2012-09-19 Thread jepler at unpythonic dot net
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

[Bug c/42098] New: gcc does not honor alignment specification, gives different alignment than g++

2009-11-18 Thread jepler at unpythonic dot net
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

[Bug c/42098] gcc does not honor alignment specification, gives different alignment than g++

2009-11-18 Thread jepler at unpythonic dot net
--- 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

[Bug c/42098] gcc does not honor alignment specification, gives different alignment than g++

2009-11-20 Thread jepler at unpythonic dot net
--- 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

[Bug c/110703] New: Incorrect "-Wfloat-conversion" diagnostic with _Generic

2023-07-17 Thread jepler at unpythonic dot net via Gcc-bugs
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