[Bug c/37261] New: Spurious (?) "integer overflow in expression" warnings
Version: 4.3.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roland at digitalvampire dot org GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_6
[Bug c++/61488] New: Regression in template argument substitution in 4.9+
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: roland at digitalvampire dot org The following code compiles fine with gcc 4.8 (and clang 3.4 for giggles). With gcc 4.9 I get the error shown; Debian's gcc-snapshot version of 4.10 behaves the same way. Th