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 tree-optimization/67601] Vectorization of loop causes aligned access to possibly unaligned address


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67601

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
gcc-4.8 isn't maintained anymore. Moreover your testcase is invalid, 
because it invokes undefined behavior:

test.cpp:18:33: runtime error: load of misaligned address 0x0000004014e3 for
type 'Long64_t', which requires 8 byte alignment
0x0000004014e3: note: pointer points here


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